Home
last modified time | relevance | path

Searched refs:dsdot (Results 1 – 4 of 4) sorted by relevance

/external/eigen/blas/
Dsingle.cpp22 { return *alpha + BLASFUNC(dsdot)(n, x, incx, y, incy); } in BLASFUNC()
Ddouble.cpp22 double BLASFUNC(dsdot)(int* n, float* x, int* incx, float* y, int* incy) in BLASFUNC() argument
/external/eigen/Eigen/src/misc/
Dblas.h24 double BLASFUNC(dsdot) (int *, float *, int *, float *, int *);
/external/eigen/bench/btl/libs/BLAS/
Dblas.h19 double BLASFUNC(dsdot) (int *, float *, int *, float *, int *);