OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:F77_srot
(Results
1 - 4
of
4
) sorted by null
/external/cblas/src/
cblas_srot.c
21
F77_srot
(&F77_N, X, &F77_incX, Y, &F77_incY, &c, &s);
/external/cblas/testing/
c_sblas1.c
57
void
F77_srot
( const int *N, float *X, const int *incX, float *Y,
cblas_test.h
32
#define
F77_srot
srottest_
193
#define
F77_srot
SROTCTEST
354
#define
F77_srot
srottest
/external/cblas/include/
cblas_f77.h
22
#define
F77_srot
srot_
187
void
F77_srot
(FINT, float *, FINT, float *, FINT, const float *, const float *);
Completed in 655 milliseconds