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

  /external/cblas/src/
cblas_scopy.c 21 F77_scopy( &F77_N, X, &F77_incX, Y, &F77_incY);
  /external/cblas/testing/
c_sblas1.c 33 void F77_scopy(const int *N, const float *X, const int *incX,
cblas_test.h 39 #define F77_scopy scopytest_
200 #define F77_scopy SCOPYTEST
361 #define F77_scopy scopytest
  /external/cblas/include/
cblas_f77.h 29 #define F77_scopy scopy_
192 void F77_scopy( FINT, const float *, FINT, float *, FINT);

Completed in 1911 milliseconds