Home
last modified time | relevance | path

Searched refs:lwork (Results 1 – 8 of 8) sorted by relevance

/external/eigen/bench/btl/libs/BLAS/
Dblas_interface.hh32 …*n, float *a, const int *lda, float *d, float *e, float *tau, float *work, int *lwork, int *info );
33 …ouble *a, const int *lda, double *d, double *e, double *tau, double *work, int *lwork, int *info );
34 …*n, int *ilo, int *ihi, float *a, const int *lda, float *tau, float *work, int *lwork, int *info );
35 … int *ilo, int *ihi, double *a, const int *lda, double *tau, double *work, int *lwork, int *info );
/external/eigen/lapack/
Deigenvalues.cpp14 …jobz, char *uplo, int* n, Scalar* a, int *lda, Scalar* w, Scalar* /*work*/, int* lwork, int *info))
17 bool query_size = *lwork==-1;
24 else if((!query_size) && *lwork<std::max(1,3**n-1)) *info = -8;
51 *lwork = 0;
/external/ceres-solver/internal/ceres/
Dlapack.cc62 int* lwork,
122 int lwork = -1; in EstimateWorkSizeForQR()
134 &lwork, in EstimateWorkSizeForQR()
/external/eigen/Eigen/src/SparseLU/
DSparseLU_Memory.h152 Index SparseLUImpl<Scalar,Index>::memInit(Index m, Index n, Index annz, Index lwork, Index fillrati… in memInit() argument
161 if (lwork == emptyIdxLU) in memInit()
DSparseLUImpl.h34 …Index memInit(Index m, Index n, Index annz, Index lwork, Index fillratio, Index panel_size, Globa…
DSparseLU.h540 Index lwork = 0; in factorize() local
541 Index info = Base::memInit(m, n, nnz, lwork, m_perfv.fillfactor, m_perfv.panel_size, m_glu); in factorize()
/external/eigen/Eigen/src/SuperLUSupport/
DSuperLUSupport.h27 … SuperMatrix *U, void *work, int lwork, \
34 … U, work, lwork, B, X, recip_pivot_growth, rcond, \
61 SuperMatrix *U, void *work, int lwork, \
68 U, work, lwork, B, X, recip_pivot_growth, rcond, \
/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant.c2409 static void wpas_p2p_listen_work_free(struct wpas_p2p_listen_work *lwork) in wpas_p2p_listen_work_free() argument
2411 if (lwork == NULL) in wpas_p2p_listen_work_free()
2413 wpabuf_free(lwork->probe_resp_ie); in wpas_p2p_listen_work_free()
2414 os_free(lwork); in wpas_p2p_listen_work_free()
2420 struct wpas_p2p_listen_work *lwork; in wpas_p2p_listen_work_done() local
2425 lwork = wpa_s->p2p_listen_work->ctx; in wpas_p2p_listen_work_done()
2426 wpas_p2p_listen_work_free(lwork); in wpas_p2p_listen_work_done()
2435 struct wpas_p2p_listen_work *lwork = work->ctx; in wpas_start_listen_cb() local
2443 wpas_p2p_listen_work_free(lwork); in wpas_start_listen_cb()
2449 wpa_drv_set_ap_wps_ie(wpa_s, NULL, lwork->probe_resp_ie, NULL); in wpas_start_listen_cb()
[all …]