Searched refs:F77_scopy (Results 1 – 4 of 4) sorted by relevance
/external/cblas/src/ |
D | cblas_scopy.c | 21 F77_scopy( &F77_N, X, &F77_incX, Y, &F77_incY); in cblas_scopy()
|
/external/cblas/testing/ |
D | c_sblas1.c | 33 void F77_scopy(const int *N, const float *X, const int *incX, in F77_scopy() function
|
D | cblas_test.h | 39 #define F77_scopy scopytest_ macro 200 #define F77_scopy SCOPYTEST macro 361 #define F77_scopy scopytest macro
|
/external/cblas/include/ |
D | cblas_f77.h | 29 #define F77_scopy scopy_ macro 192 void F77_scopy( FINT, const float *, FINT, float *, FINT);
|