Searched refs:F77_cgemm (Results 1 – 4 of 4) sorted by relevance
/external/cblas/src/ |
D | cblas_cgemm.c | 72 F77_cgemm(F77_TA, F77_TB, &F77_M, &F77_N, &F77_K, alpha, A, in cblas_cgemm() 102 F77_cgemm(F77_TA, F77_TB, &F77_N, &F77_M, &F77_K, alpha, B, in cblas_cgemm()
|
/external/cblas/testing/ |
D | cblas_test.h | 174 #define F77_cgemm ccgemm_ macro 335 #define F77_cgemm CCGEMM macro 496 #define F77_cgemm ccgemm macro
|
D | c_cblas3.c | 14 void F77_cgemm(int *order, char *transpa, char *transpb, int *m, int *n, in F77_cgemm() function
|
/external/cblas/include/ |
D | cblas_f77.h | 163 #define F77_cgemm cgemm_ macro 364 …void F77_cgemm(FCHAR, FCHAR, FINT, FINT, FINT, const float *, const float *, FINT, const float *, …
|