OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:F77_cswap
(Results
1 - 4
of
4
) sorted by null
/external/cblas/src/
cblas_cswap.c
21
F77_cswap
( &F77_N, X, &F77_incX, Y, &F77_incY);
/external/cblas/testing/
c_cblas1.c
53
void
F77_cswap
( const int *N, void *X, const int *incX,
cblas_test.h
46
#define
F77_cswap
cswaptest_
207
#define
F77_cswap
CSWAPTEST
368
#define
F77_cswap
cswaptest
/external/cblas/include/
cblas_f77.h
34
#define
F77_cswap
cswap_
226
void
F77_cswap
( FINT, void *, FINT, void *, FINT);
229
void
F77_cswap
( FINT, void *, FINT, void *, FINT);
Completed in 6565 milliseconds