Searched defs:actual_x (Results 1 – 3 of 3) sorted by relevance
/external/eigen/blas/ |
D | level2_impl.h | 230 Scalar* actual_x = get_compact_vector(x,actual_n,*incx); in EIGEN_BLAS_FUNC() local 382 Scalar* actual_x = get_compact_vector(x,actual_n,*incx); in EIGEN_BLAS_FUNC() local 447 Scalar* actual_x = get_compact_vector(x,*n,*incx); in EIGEN_BLAS_FUNC() local 515 Scalar* actual_x = get_compact_vector(x,*n,*incx); in EIGEN_BLAS_FUNC() local
|
D | level2_real_impl.h | 49 Scalar* actual_x = get_compact_vector(x,*n,*incx); in EIGEN_BLAS_FUNC() local
|
D | level2_cplx_impl.h | 55 Scalar* actual_x = get_compact_vector(x,*n,*incx); in EIGEN_BLAS_FUNC() local
|