OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:F77_isamax
(Results
1 - 4
of
4
) sorted by null
/external/cblas/src/
cblas_isamax.c
21
iamax =
F77_isamax
( &F77_N, X, &F77_incX);
/external/cblas/testing/
c_sblas1.c
78
int
F77_isamax
(const int *N, const float *X, const int *incX)
cblas_test.h
41
#define
F77_isamax
isamaxtest_
202
#define
F77_isamax
ISAMAXTEST
363
#define
F77_isamax
isamaxtest
/external/cblas/include/
cblas_f77.h
57
#define
F77_isamax
isamax_
202
int
F77_isamax
( FINT, const float *, FINT);
Completed in 804 milliseconds