OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:F77_sgemm
(Results
1 - 3
of
3
) sorted by null
/external/cblas/testing/
c_sblas3.c
12
void
F77_sgemm
(int *order, char *transpa, char *transpb, int *m, int *n,
cblas_test.h
162
#define
F77_sgemm
csgemm_
323
#define
F77_sgemm
CSGEMM
484
#define
F77_sgemm
csgemm
/external/cblas/include/
cblas_f77.h
151
#define
F77_sgemm
sgemm_
346
void
F77_sgemm
(FCHAR, FCHAR, FINT, FINT, FINT, const float *, const float *, FINT, const float *, FINT, const float *, float *, FINT);
Completed in 120 milliseconds