HomeSort by relevance Sort by last modified time
    Searched refs:F77_stpsv (Results 1 - 4 of 4) sorted by null

  /external/cblas/src/
cblas_stpsv.c 70 F77_stpsv( F77_UL, F77_TA, F77_DI, &F77_N, Ap, X, &F77_incX);
111 F77_stpsv( F77_UL, F77_TA, F77_DI, &F77_N, Ap, X,&F77_incX);
  /external/cblas/testing/
cblas_test.h 124 #define F77_stpsv cstpsv_
285 #define F77_stpsv CSTPSV
446 #define F77_stpsv cstpsv
c_sblas2.c 438 void F77_stpsv(int *order, char *uplow, char *transp, char *diagn,
  /external/cblas/include/
cblas_f77.h 117 #define F77_stpsv stpsv_
274 void F77_stpsv( FCHAR, FCHAR, FCHAR, FINT, const float *, float *, FINT);

Completed in 1113 milliseconds