Searched defs:x_cpy (Results 1 – 4 of 4) sorted by relevance
/external/eigen/blas/ |
D | level2_cplx_impl.h | 135 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
|
D | level2_real_impl.h | 87 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
|
D | common.h | 128 T* copy_back(T* x_cpy, T* x, int n, int incx) in copy_back()
|
D | level2_impl.h | 445 Scalar* x_cpy = get_compact_vector(x,*m,*incx); in EIGEN_BLAS_FUNC() local
|