/external/eigen/bench/btl/libs/BLAS/ |
D | blas_interface.hh | 32 …*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/ |
D | eigenvalues.cpp | 14 …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/ |
D | lapack.cc | 62 int* lwork, 122 int lwork = -1; in EstimateWorkSizeForQR() 134 &lwork, in EstimateWorkSizeForQR()
|
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_Memory.h | 152 Index SparseLUImpl<Scalar,Index>::memInit(Index m, Index n, Index annz, Index lwork, Index fillrati… in memInit() argument 161 if (lwork == emptyIdxLU) in memInit()
|
D | SparseLUImpl.h | 34 …Index memInit(Index m, Index n, Index annz, Index lwork, Index fillratio, Index panel_size, Globa…
|
D | SparseLU.h | 540 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/ |
D | SuperLUSupport.h | 27 … 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/ |
D | p2p_supplicant.c | 2409 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 …]
|