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

  /external/cblas/src/
cblas_dsbmv.c 52 F77_dsbmv(F77_UL, &F77_N, &F77_K, &alpha, A, &F77_lda, X,
70 F77_dsbmv(F77_UL, &F77_N, &F77_K, &alpha,
  /external/cblas/testing/
cblas_test.h 92 #define F77_dsbmv cdsbmv_
253 #define F77_dsbmv CDSBMV
414 #define F77_dsbmv cdsbmv
c_dblas2.c 317 void F77_dsbmv(int *order, char *uplow, int *n, int *k, double *alpha,
  /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 57 milliseconds