Searched refs:F77_chpmv (Results 1 – 4 of 4) sorted by relevance
/external/cblas/src/ |
D | cblas_chpmv.c | 55 F77_chpmv(F77_UL, &F77_N, alpha, AP, X, in cblas_chpmv() 131 F77_chpmv(F77_UL, &F77_N, ALPHA, in cblas_chpmv()
|
/external/cblas/testing/ |
D | cblas_test.h | 101 #define F77_chpmv cchpmv_ macro 262 #define F77_chpmv CCHPMV macro 423 #define F77_chpmv cchpmv macro
|
D | c_cblas2.c | 239 void F77_chpmv(int *order, char *uplow, int *n, CBLAS_TEST_COMPLEX *alpha, in F77_chpmv() function
|
/external/cblas/include/ |
D | cblas_f77.h | 94 #define F77_chpmv chpmv_ macro 306 …void F77_chpmv(FCHAR, FINT, const void *, const void *, const void *, FINT, const void *, void *, …
|