Searched defs:F77_sgemm (Results 1 - 3 of 3) sorted by relevance

/external/cblas/testing/
H A Dc_sblas3.c12 void F77_sgemm(int *order, char *transpa, char *transpb, int *m, int *n, function
H A Dcblas_test.h162 #define F77_sgemm csgemm_ macro
323 #define F77_sgemm CSGEMM macro
484 #define F77_sgemm csgemm macro
/external/cblas/include/
H A Dcblas_f77.h151 #define F77_sgemm sgemm_ macro
346 void F77_sgemm(FCHAR, FCHAR, FINT, FINT, FINT, const float *, const float *, FINT, const float *, FINT, const float *, float *, FINT);

Completed in 639 milliseconds