HomeSort by relevance Sort by last modified time
    Searched full:sdsdot (Results 1 - 5 of 5) sorted by null

  /external/cblas/src/
cblas_sdsdot.c 4 * The program is a C interface to sdsdot.
5 * It calls the fortran wrapper before calling sdsdot.
  /external/eigen/blas/
single.cpp 21 float BLASFUNC(sdsdot)(int* n, float* alpha, float* x, int* incx, float* y, int* incy) function
  /external/eigen/blas/testing/
sblat1.f 119 DATA L(13)/'SDSDOT'/
361 REAL SDOT, SDSDOT
362 EXTERNAL SDOT, SDSDOT
674 CALL STEST1 (SDSDOT(N,.1,SX,INCX,SY,INCY),
    [all...]
  /external/eigen/Eigen/src/misc/
blas.h 22 float BLASFUNC(sdsdot)(int *, float *, float *, int *, float *, int *);
    [all...]
  /external/eigen/bench/btl/libs/BLAS/
blas.h 17 float BLASFUNC(sdsdot)(int *, float *, float *, int *, float *, int *);
    [all...]

Completed in 147 milliseconds