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

  /external/cblas/testing/
c_sblas2.c 11 void F77_sgemv(int *order, char *transp, int *m, int *n, float *alpha,
cblas_test.h 117 #define F77_sgemv csgemv_
278 #define F77_sgemv CSGEMV
439 #define F77_sgemv csgemv
  /external/cblas/include/
cblas_f77.h 110 #define F77_sgemv sgemv_
264 void F77_sgemv(FCHAR, FINT, FINT, const float *, const float *, FINT, const float *, FINT, const float *, float *, FINT);

Completed in 44 milliseconds