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

  /external/cblas/testing/
c_cblas3.c 14 void F77_cgemm(int *order, char *transpa, char *transpb, int *m, int *n,
cblas_test.h 174 #define F77_cgemm ccgemm_
335 #define F77_cgemm CCGEMM
496 #define F77_cgemm ccgemm
  /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 358 milliseconds