Searched refs:dsdot (Results 1 – 4 of 4) sorted by relevance
/external/eigen/blas/ |
D | single.cpp | 22 { return *alpha + BLASFUNC(dsdot)(n, x, incx, y, incy); } in BLASFUNC()
|
D | double.cpp | 22 double BLASFUNC(dsdot)(int* n, float* x, int* incx, float* y, int* incy) in BLASFUNC() argument
|
/external/eigen/Eigen/src/misc/ |
D | blas.h | 24 double BLASFUNC(dsdot) (int *, float *, int *, float *, int *);
|
/external/eigen/bench/btl/libs/BLAS/ |
D | blas.h | 19 double BLASFUNC(dsdot) (int *, float *, int *, float *, int *);
|