Searched refs:F77_daxpy (Results 1 – 4 of 4) sorted by relevance
/external/cblas/src/ |
D | cblas_daxpy.c | 21 F77_daxpy( &F77_N, &alpha, X, &F77_incX, Y, &F77_incY); in cblas_daxpy()
|
/external/cblas/testing/ |
D | cblas_test.h | 44 #define F77_daxpy daxpytest_ macro 205 #define F77_daxpy DAXPYTEST macro 366 #define F77_daxpy daxpytest macro
|
D | c_dblas1.c | 16 void F77_daxpy(const int *N, const double *alpha, const double *X, in F77_daxpy() function
|
/external/cblas/include/ |
D | cblas_f77.h | 33 #define F77_daxpy daxpy_ macro 212 void F77_daxpy( FINT, const double *, const double *, FINT, double *, FINT);
|