Home
last modified time | relevance | path

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

/external/eigen/blas/
Dlevel2_cplx_impl.h142 Scalar* x_cpy = get_compact_vector(x, *n, *incx); in EIGEN_BLAS_FUNC() local
195 Scalar* x_cpy = get_compact_vector(x, *n, *incx); in EIGEN_BLAS_FUNC() local
249 Scalar* x_cpy = get_compact_vector(x, *n, *incx); in EIGEN_BLAS_FUNC() local
305 Scalar* x_cpy = get_compact_vector(x, *n, *incx); in EIGEN_BLAS_FUNC() local
348 Scalar* x_cpy = get_compact_vector(x,*m,*incx); in EIGEN_BLAS_FUNC() local
385 Scalar* x_cpy = get_compact_vector(x,*m,*incx); in EIGEN_BLAS_FUNC() local
Dlevel2_real_impl.h118 Scalar* x_cpy = get_compact_vector(x,*n,*incx); in EIGEN_BLAS_FUNC() local
180 Scalar* x_cpy = get_compact_vector(x,*n,*incx); in EIGEN_BLAS_FUNC() local
265 Scalar* x_cpy = get_compact_vector(x, *n, *incx); in EIGEN_BLAS_FUNC() local
318 Scalar* x_cpy = get_compact_vector(x, *n, *incx); in EIGEN_BLAS_FUNC() local
359 Scalar* x_cpy = get_compact_vector(x,*m,*incx); in EIGEN_BLAS_FUNC() local
Dcommon.h133 T* copy_back(T* x_cpy, T* x, int n, int incx) in copy_back()