Searched refs:F77_dcopy (Results 1 – 4 of 4) sorted by relevance
/external/cblas/src/ |
D | cblas_dcopy.c | 21 F77_dcopy( &F77_N, X, &F77_incX, Y, &F77_incY); in cblas_dcopy()
|
/external/cblas/testing/ |
D | cblas_test.h | 43 #define F77_dcopy dcopytest_ macro 204 #define F77_dcopy DCOPYTEST macro 365 #define F77_dcopy dcopytest macro
|
D | c_dblas1.c | 23 void F77_dcopy(const int *N, double *X, const int *incX, in F77_dcopy() function
|
/external/cblas/include/ |
D | cblas_f77.h | 32 #define F77_dcopy dcopy_ macro 211 void F77_dcopy( FINT, const double *, FINT, double *, FINT);
|