Searched defs:x_cpy (Results 1 – 3 of 3) sorted by relevance
/external/eigen/blas/ |
D | level2_cplx_impl.h | 129 Scalar* x_cpy = get_compact_vector(x, *n, *incx); in EIGEN_BLAS_FUNC() local 175 Scalar* x_cpy = get_compact_vector(x, *n, *incx); in EIGEN_BLAS_FUNC() local 222 Scalar* x_cpy = get_compact_vector(x, *n, *incx); in EIGEN_BLAS_FUNC() local 271 Scalar* x_cpy = get_compact_vector(x, *n, *incx); in EIGEN_BLAS_FUNC() local 314 Scalar* x_cpy = get_compact_vector(x,*m,*incx); in EIGEN_BLAS_FUNC() local 351 Scalar* x_cpy = get_compact_vector(x,*m,*incx); in EIGEN_BLAS_FUNC() local
|
D | level2_real_impl.h | 91 const Scalar* x_cpy = get_compact_vector(x,*n,*incx); in EIGEN_BLAS_FUNC() local 132 const Scalar* x_cpy = get_compact_vector(x,*n,*incx); in EIGEN_BLAS_FUNC() local 210 Scalar* x_cpy = get_compact_vector(x, *n, *incx); in EIGEN_BLAS_FUNC() local 256 Scalar* x_cpy = get_compact_vector(x, *n, *incx); in EIGEN_BLAS_FUNC() local 297 Scalar* x_cpy = get_compact_vector(x,*m,*incx); in EIGEN_BLAS_FUNC() local
|
D | common.h | 151 T* copy_back(T* x_cpy, T* x, int n, int incx) in copy_back()
|