OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dsdot
(Results
1 - 4
of
4
) sorted by null
/external/eigen/blas/
single.cpp
22
{ return double(*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/Eigen/src/misc/
blas.h
24
double BLASFUNC(
dsdot
) (int *, float *, int *, float *, int *);
/external/eigen/bench/btl/libs/BLAS/
blas.h
19
double BLASFUNC(
dsdot
) (int *, float *, int *, float *, int *);
[
all
...]
Completed in 321 milliseconds