Searched refs:F77_ccopy (Results 1 – 4 of 4) sorted by relevance
/external/cblas/src/ |
D | cblas_ccopy.c | 21 F77_ccopy( &F77_N, X, &F77_incX, Y, &F77_incY); in cblas_ccopy()
|
/external/cblas/testing/ |
D | c_cblas1.c | 18 void F77_ccopy(const int *N, void *X, const int *incX, in F77_ccopy() function
|
D | cblas_test.h | 47 #define F77_ccopy ccopytest_ macro 208 #define F77_ccopy CCOPYTEST macro 369 #define F77_ccopy ccopytest macro
|
/external/cblas/include/ |
D | cblas_f77.h | 35 #define F77_ccopy ccopy_ macro 227 void F77_ccopy( FINT, const void *, FINT, void *, FINT);
|