OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:F77_dsdot
(Results
1 - 3
of
3
) sorted by null
/external/cblas/src/
cblas_dsdot.c
23
dot =
F77_dsdot
( &F77_N, X, &F77_incX, Y, &F77_incY);
/external/cblas/testing/
cblas_test.h
56
#define
F77_dsdot
dsdottest_
217
#define
F77_dsdot
DSDOTTEST
378
#define
F77_dsdot
dsdottest
/external/cblas/include/
cblas_f77.h
51
#define
F77_dsdot
dsdot_
219
double
F77_dsdot
(FINT, const float *, FINT, const float *, FINT);
Completed in 95 milliseconds