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

  /external/cblas/src/
cblas_dsdot.c 4 * The program is a C interface to dsdot.
5 * It calls fthe fortran wrapper before calling dsdot.
  /external/eigen/blas/
single.cpp 22 { return *alpha + BLASFUNC(dsdot)(n, x, incx, y, incy); }
double.cpp 22 double BLASFUNC(dsdot)(int* n, float* x, int* incx, float* y, int* incy) function
  /external/eigen/blas/testing/
dblat1.f 119 DATA L(13)/'DSDOT '/
360 DOUBLE PRECISION DDOT, DSDOT
361 EXTERNAL DDOT, DSDOT
669 * .. DSDOT ..
670 CALL TESTDSDOT(REAL(DSDOT(N,REAL(SX),INCX,REAL(SY),INCY)),
    [all...]
  /external/eigen/Eigen/src/misc/
blas.h 24 double BLASFUNC(dsdot) (int *, float *, int *, float *, int *);
    [all...]
  /external/eigen/bench/btl/libs/BLAS/
blas.h 19 double BLASFUNC(dsdot) (int *, float *, int *, float *, int *);
    [all...]

Completed in 264 milliseconds