OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:F77_srotm
(Results
1 - 3
of
3
) sorted by null
/external/cblas/src/
cblas_srotm.c
21
F77_srotm
( &F77_N, X, &F77_incX, Y, &F77_incY, P);
/external/cblas/testing/
cblas_test.h
33
#define
F77_srotm
srotmtest_
194
#define
F77_srotm
SROTMTEST
355
#define
F77_srotm
srotmtest
/external/cblas/include/
cblas_f77.h
23
#define
F77_srotm
srotm_
189
void
F77_srotm
( FINT, float *, FINT, float *, FINT, const float *);
Completed in 95 milliseconds