Searched refs:F77_sdot (Results 1 – 4 of 4) sorted by relevance
/external/cblas/src/ |
D | cblas_sdot.c | 23 dot = F77_sdot( &F77_N, X, &F77_incX, Y, &F77_incY); in cblas_sdot()
|
/external/cblas/testing/ |
D | cblas_test.h | 54 #define F77_sdot sdottest_ macro 215 #define F77_sdot SDOTTEST macro 376 #define F77_sdot sdottest macro
|
D | c_sblas1.c | 40 float F77_sdot(const int *N, const float *X, const int *incX, in F77_sdot() function
|
/external/cblas/include/ |
D | cblas_f77.h | 49 #define F77_sdot sdot_ macro 198 float F77_sdot(FINT, const float *, FINT, const float *, FINT);
|