Searched refs:F77_stpmv (Results 1 – 4 of 4) sorted by relevance
/external/cblas/src/ |
D | cblas_stpmv.c | 71 F77_stpmv( F77_UL, F77_TA, F77_DI, &F77_N, Ap, X, &F77_incX); in cblas_stpmv() 112 F77_stpmv( F77_UL, F77_TA, F77_DI, &F77_N, Ap, X,&F77_incX); in cblas_stpmv()
|
/external/cblas/testing/ |
D | cblas_test.h | 121 #define F77_stpmv cstpmv_ macro 282 #define F77_stpmv CSTPMV macro 443 #define F77_stpmv cstpmv macro
|
D | c_sblas2.c | 399 void F77_stpmv(int *order, char *uplow, char *transp, char *diagn, in F77_stpmv() function
|
/external/cblas/include/ |
D | cblas_f77.h | 114 #define F77_stpmv stpmv_ macro 273 void F77_stpmv( FCHAR, FCHAR, FCHAR, FINT, const float *, float *, FINT);
|