Searched refs:F77_stpsv (Results 1 – 4 of 4) sorted by relevance
/external/cblas/src/ |
D | cblas_stpsv.c | 70 F77_stpsv( F77_UL, F77_TA, F77_DI, &F77_N, Ap, X, &F77_incX); in cblas_stpsv() 111 F77_stpsv( F77_UL, F77_TA, F77_DI, &F77_N, Ap, X,&F77_incX); in cblas_stpsv()
|
/external/cblas/testing/ |
D | cblas_test.h | 124 #define F77_stpsv cstpsv_ macro 285 #define F77_stpsv CSTPSV macro 446 #define F77_stpsv cstpsv macro
|
D | c_sblas2.c | 438 void F77_stpsv(int *order, char *uplow, char *transp, char *diagn, in F77_stpsv() function
|
/external/cblas/include/ |
D | cblas_f77.h | 117 #define F77_stpsv stpsv_ macro 274 void F77_stpsv( FCHAR, FCHAR, FCHAR, FINT, const float *, float *, FINT);
|