OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cblas_isamax
(Results
1 - 5
of
5
) sorted by null
/external/cblas/src/
cblas_isamax.c
2
*
cblas_isamax
.c
12
CBLAS_INDEX
cblas_isamax
( const int N, const float *X, const int incX)
function
Makefile
32
cblas_isamax
.o sdotsub.o sdsdotsub.o snrm2sub.o sasumsub.o \
/external/cblas/testing/
c_sblas1.c
81
return (
cblas_isamax
(*N, X, *incX)+1);
/external/cblas/
Android.mk
91
src/
cblas_isamax
.c \
/external/cblas/include/
cblas.h
67
CBLAS_INDEX
cblas_isamax
(const int N, const float *X, const int incX);
Completed in 79 milliseconds