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