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

  /external/cblas/src/
cblas_zhbmv.c 57 F77_zhbmv(F77_UL, &F77_N, &F77_K, alpha, A, &F77_lda, X,
131 F77_zhbmv(F77_UL, &F77_N, &F77_K, ALPHA,
  /external/cblas/testing/
cblas_test.h 109 #define F77_zhbmv czhbmv_
270 #define F77_zhbmv CZHBMV
431 #define F77_zhbmv czhbmv
c_zblas2.c 175 void F77_zhbmv(int *order, char *uplow, int *n, int *k,
  /external/cblas/include/
cblas_f77.h 102 #define F77_zhbmv zhbmv_
325 void F77_zhbmv(FCHAR, FINT, FINT, const void *, const void *, FINT, const void *, FINT, const void *, void *, FINT);

Completed in 1031 milliseconds