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

  /external/cblas/testing/
c_dblas3.c 233 void F77_dtrmm(int *order, char *rtlf, char *uplow, char *transp, char *diagn,
cblas_test.h 172 #define F77_dtrmm cdtrmm_
333 #define F77_dtrmm CDTRMM
494 #define F77_dtrmm cdtrmm
  /external/cblas/include/
cblas_f77.h 161 #define F77_dtrmm dtrmm_
359 void F77_dtrmm(FCHAR, FCHAR, FCHAR, FCHAR, FINT, FINT, const double *, const double *, FINT, double *, FINT);

Completed in 207 milliseconds