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

  /external/cblas/src/
cblas_daxpy.c 21 F77_daxpy( &F77_N, &alpha, X, &F77_incX, Y, &F77_incY);
  /external/cblas/testing/
c_dblas1.c 16 void F77_daxpy(const int *N, const double *alpha, const double *X,
cblas_test.h 44 #define F77_daxpy daxpytest_
205 #define F77_daxpy DAXPYTEST
366 #define F77_daxpy daxpytest
  /external/cblas/include/
cblas_f77.h 33 #define F77_daxpy daxpy_
212 void F77_daxpy( FINT, const double *, const double *, FINT, double *, FINT);

Completed in 1475 milliseconds