/external/cblas/src/ |
cblas_sdsdot.c | 4 * The program is a C interface to sdsdot. 5 * It calls the fortran wrapper before calling sdsdot.
|
/external/eigen/blas/ |
single.cpp | 21 float BLASFUNC(sdsdot)(int* n, float* alpha, float* x, int* incx, float* y, int* incy) function
|
/external/eigen/blas/testing/ |
sblat1.f | 119 DATA L(13)/'SDSDOT'/ 361 REAL SDOT, SDSDOT 362 EXTERNAL SDOT, SDSDOT 674 CALL STEST1 (SDSDOT(N,.1,SX,INCX,SY,INCY), [all...] |
/external/eigen/Eigen/src/misc/ |
blas.h | 22 float BLASFUNC(sdsdot)(int *, float *, float *, int *, float *, int *); [all...] |
/external/eigen/bench/btl/libs/BLAS/ |
blas.h | 17 float BLASFUNC(sdsdot)(int *, float *, float *, int *, float *, int *); [all...] |