OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:F77_sdot
(Results
1 - 4
of
4
) sorted by null
/external/cblas/src/
cblas_sdot.c
23
dot =
F77_sdot
( &F77_N, X, &F77_incX, Y, &F77_incY);
/external/cblas/testing/
c_sblas1.c
40
float
F77_sdot
(const int *N, const float *X, const int *incX,
cblas_test.h
54
#define
F77_sdot
sdottest_
215
#define
F77_sdot
SDOTTEST
376
#define
F77_sdot
sdottest
/external/cblas/include/
cblas_f77.h
49
#define
F77_sdot
sdot_
198
float
F77_sdot
(FINT, const float *, FINT, const float *, FINT);
Completed in 112 milliseconds