Searched refs:F77_zhbmv (Results 1 – 4 of 4) sorted by relevance
/external/cblas/src/ |
D | cblas_zhbmv.c | 57 F77_zhbmv(F77_UL, &F77_N, &F77_K, alpha, A, &F77_lda, X, in cblas_zhbmv() 131 F77_zhbmv(F77_UL, &F77_N, &F77_K, ALPHA, in cblas_zhbmv()
|
/external/cblas/testing/ |
D | cblas_test.h | 109 #define F77_zhbmv czhbmv_ macro 270 #define F77_zhbmv CZHBMV macro 431 #define F77_zhbmv czhbmv macro
|
D | c_zblas2.c | 175 void F77_zhbmv(int *order, char *uplow, int *n, int *k, in F77_zhbmv() function
|
/external/cblas/include/ |
D | cblas_f77.h | 102 #define F77_zhbmv zhbmv_ macro 325 …void F77_zhbmv(FCHAR, FINT, FINT, const void *, const void *, FINT, const void *, FINT, const void…
|