HomeSort by relevance Sort by last modified time
    Searched defs:F77_ssymv (Results 1 - 3 of 3) sorted by null

  /external/cblas/testing/
c_sblas2.c 115 void F77_ssymv(int *order, char *uplow, int *n, float *alpha, float *a,
cblas_test.h 83 #define F77_ssymv cssymv_
244 #define F77_ssymv CSSYMV
405 #define F77_ssymv cssymv
  /external/cblas/include/
cblas_f77.h 76 #define F77_ssymv ssymv_
266 void F77_ssymv(FCHAR, FINT, const float *, const float *, FINT, const float *, FINT, const float *, float *, FINT);

Completed in 420 milliseconds