OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cblas_idamax
(Results
1 - 4
of
4
) sorted by null
/external/cblas/src/
cblas_idamax.c
2
*
cblas_idamax
.c
12
CBLAS_INDEX
cblas_idamax
( const int N, const double *X, const int incX)
function
Makefile
40
cblas_idamax
.o ddotsub.o dsdotsub.o dnrm2sub.o \
/external/cblas/testing/
c_dblas1.c
82
return (
cblas_idamax
(*N, X, *incX)+1);
/external/cblas/include/
cblas.h
68
CBLAS_INDEX
cblas_idamax
(const int N, const double *X, const int incX);
Completed in 148 milliseconds