Home
last modified time | relevance | path

Searched defs:x_cpy (Results 1 – 4 of 4) sorted by relevance

/external/eigen/blas/
Dlevel2_cplx_impl.h135 Scalar* x_cpy = get_compact_vector(x, *n, *incx); in EIGEN_BLAS_FUNC() local
181 Scalar* x_cpy = get_compact_vector(x, *n, *incx); in EIGEN_BLAS_FUNC() local
222 Scalar* x_cpy = get_compact_vector(x,*m,*incx); in EIGEN_BLAS_FUNC() local
260 Scalar* x_cpy = get_compact_vector(x,*m,*incx); in EIGEN_BLAS_FUNC() local
Dlevel2_real_impl.h87 Scalar* x_cpy = get_compact_vector(x,*n,*incx); in EIGEN_BLAS_FUNC() local
142 Scalar* x_cpy = get_compact_vector(x,*n,*incx); in EIGEN_BLAS_FUNC() local
Dcommon.h128 T* copy_back(T* x_cpy, T* x, int n, int incx) in copy_back()
Dlevel2_impl.h445 Scalar* x_cpy = get_compact_vector(x,*m,*incx); in EIGEN_BLAS_FUNC() local