OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cblas_zdotu_sub
(Results
1 - 4
of
4
) sorted by null
/external/cblas/src/
cblas_zdotu_sub.c
2
*
cblas_zdotu_sub
.c
12
void
cblas_zdotu_sub
( const int N, const void *X, const int incX,
function
Makefile
54
cblas_zaxpy.o
cblas_zdotu_sub
.o cblas_zdotc_sub.o cblas_dznrm2.o \
/external/cblas/testing/
c_zblas1.c
35
cblas_zdotu_sub
(*N, X, *incX, Y, *incY, dotu);
/external/cblas/include/
cblas.h
42
void
cblas_zdotu_sub
(const int N, const void *X, const int incX,
Completed in 244 milliseconds