OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:F77_sger
(Results
1 - 3
of
3
) sorted by null
/external/cblas/testing/
c_sblas2.c
38
void
F77_sger
(int *order, int *m, int *n, float *alpha, float *x, int *incx,
cblas_test.h
86
#define
F77_sger
csger_
247
#define
F77_sger
CSGER
408
#define
F77_sger
csger
/external/cblas/include/
cblas_f77.h
79
#define
F77_sger
sger_
275
void
F77_sger
( FINT, FINT, const float *, const float *, FINT, const float *, FINT, float *, FINT);
Completed in 67 milliseconds