HomeSort by relevance Sort by last modified time
    Searched refs:F77_cgemm (Results 1 - 4 of 4) sorted by null

  /external/cblas/src/
cblas_cgemm.c 72 F77_cgemm(F77_TA, F77_TB, &F77_M, &F77_N, &F77_K, alpha, A,
102 F77_cgemm(F77_TA, F77_TB, &F77_N, &F77_M, &F77_K, alpha, B,
  /external/cblas/testing/
cblas_test.h 174 #define F77_cgemm ccgemm_
335 #define F77_cgemm CCGEMM
496 #define F77_cgemm ccgemm
c_cblas3.c 14 void F77_cgemm(int *order, char *transpa, char *transpb, int *m, int *n,
  /external/cblas/include/
cblas_f77.h 163 #define F77_cgemm cgemm_
364 void F77_cgemm(FCHAR, FCHAR, FINT, FINT, FINT, const float *, const float *, FINT, const float *, FINT, const float *, float *, FINT);

Completed in 75 milliseconds