OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:F77_idamax
(Results
1 - 4
of
4
) sorted by null
/external/cblas/src/
cblas_idamax.c
21
iamax =
F77_idamax
( &F77_N, X, &F77_incX);
/external/cblas/testing/
c_dblas1.c
79
int
F77_idamax
(const int *N, const double *X, const int *incX)
cblas_test.h
45
#define
F77_idamax
idamaxtest_
206
#define
F77_idamax
IDAMAXTEST
367
#define
F77_idamax
idamaxtest
/external/cblas/include/
cblas_f77.h
58
#define
F77_idamax
idamax_
222
int
F77_idamax
( FINT, const double * , FINT);
Completed in 918 milliseconds