Searched refs:F77_ztpsv (Results 1 – 4 of 4) sorted by relevance
/external/cblas/src/ |
D | cblas_ztpsv.c | 72 F77_ztpsv( F77_UL, F77_TA, F77_DI, &F77_N, Ap, X, &F77_incX); in cblas_ztpsv() 138 F77_ztpsv( F77_UL, F77_TA, F77_DI, &F77_N, Ap, X,&F77_incX); in cblas_ztpsv()
|
/external/cblas/testing/ |
D | cblas_test.h | 148 #define F77_ztpsv cztpsv_ macro 309 #define F77_ztpsv CZTPSV macro 470 #define F77_ztpsv cztpsv macro
|
D | c_zblas2.c | 477 void F77_ztpsv(int *order, char *uplow, char *transp, char *diagn, in F77_ztpsv() function
|
/external/cblas/include/ |
D | cblas_f77.h | 141 #define F77_ztpsv ztpsv_ macro 332 void F77_ztpsv( FCHAR, FCHAR, FCHAR, FINT, const void *, void *,FINT);
|