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

  /external/cblas/testing/
c_dblas3.c 178 void F77_dsyr2k(int *order, char *uplow, char *transp, int *n, int *k,
cblas_test.h 171 #define F77_dsyr2k cdsyr2k_
332 #define F77_dsyr2k CDSYR2K
493 #define F77_dsyr2k cdsyr2k
  /external/cblas/include/
cblas_f77.h 160 #define F77_dsyr2k dsyr2k_
358 void F77_dsyr2k(FCHAR, FCHAR, FINT, FINT, const double *, const double *, FINT, const double *, FINT, const double *, double *, FINT);

Completed in 84 milliseconds