Searched refs:F77_cswap (Results 1 – 4 of 4) sorted by relevance
/external/cblas/src/ |
D | cblas_cswap.c | 21 F77_cswap( &F77_N, X, &F77_incX, Y, &F77_incY); in cblas_cswap()
|
/external/cblas/testing/ |
D | c_cblas1.c | 53 void F77_cswap( const int *N, void *X, const int *incX, in F77_cswap() function
|
D | cblas_test.h | 46 #define F77_cswap cswaptest_ macro 207 #define F77_cswap CSWAPTEST macro 368 #define F77_cswap cswaptest macro
|
/external/cblas/include/ |
D | cblas_f77.h | 34 #define F77_cswap cswap_ macro 226 void F77_cswap( FINT, void *, FINT, void *, FINT); 229 void F77_cswap( FINT, void *, FINT, void *, FINT);
|