Searched defs:BLASFUNC (Results 1 – 6 of 6) sorted by relevance
/external/eigen/Eigen/src/Core/products/ |
D | GeneralMatrixMatrixTriangular_BLAS.h | 75 #define EIGEN_BLAS_RANKUPDATE_R(EIGTYPE, BLASTYPE, BLASFUNC) \ argument 96 #define EIGEN_BLAS_RANKUPDATE_C(EIGTYPE, BLASTYPE, RTYPE, BLASFUNC) \ argument
|
D | SelfadjointMatrixVector_BLAS.h | 74 #define EIGEN_BLAS_SYMV_SPECIALIZATION(EIGTYPE,BLASTYPE,BLASFUNC) \ argument
|
/external/eigen/Eigen/src/misc/ |
D | blas.h | 9 #define BLASFUNC(FUNC) FUNC##_ macro
|
/external/eigen/blas/ |
D | double.cpp | 22 double BLASFUNC(dsdot)(int* n, float* x, int* incx, float* y, int* incy) in BLASFUNC() function
|
D | single.cpp | 21 float BLASFUNC(sdsdot)(int* n, float* alpha, float* x, int* incx, float* y, int* incy) in BLASFUNC() function
|
/external/eigen/bench/btl/libs/BLAS/ |
D | blas.h | 4 #define BLASFUNC(FUNC) FUNC##_ macro
|