Searched defs:x_cpy (Results 1 – 3 of 3) sorted by relevance
/external/eigen/blas/ |
D | level2_cplx_impl.h | 142 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
|
D | level2_real_impl.h | 118 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
|
D | common.h | 133 T* copy_back(T* x_cpy, T* x, int n, int incx) in copy_back()
|