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

  /external/cblas/testing/
c_dblas2.c 317 void F77_dsbmv(int *order, char *uplow, int *n, int *k, double *alpha,
cblas_test.h 92 #define F77_dsbmv cdsbmv_
253 #define F77_dsbmv CDSBMV
414 #define F77_dsbmv cdsbmv
  /external/cblas/include/
cblas_f77.h 85 #define F77_dsbmv dsbmv_
286 void F77_dsbmv(FCHAR, FINT, FINT, const double *, const double *, FINT, const double *, FINT, const double *, double *, FINT);

Completed in 86 milliseconds