Searched defs:actual_b (Results 1 – 3 of 3) sorted by relevance
/external/eigen/blas/ |
D | level2_impl.h | 66 const Scalar* actual_b = get_compact_vector(b,actual_n,*incb); in EIGEN_BLAS_FUNC() local 133 Scalar* actual_b = get_compact_vector(b,*n,*incb); in EIGEN_BLAS_FUNC() local 195 Scalar* actual_b = get_compact_vector(b,*n,*incb); in EIGEN_BLAS_FUNC() local
|
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_gemm_kernel.h | 60 Index actual_b = std::min<Index>(BM, m-ib); // actual number of rows in sparselu_gemm() local
|
/external/deqp/external/openglcts/modules/common/ |
D | glcFramebufferBlitTests.cpp | 870 GLubyte actual_r = 0, actual_g = 0, actual_b = 0, actual_a = 0; in checkColor() local
|