Home | History | Annotate | Download | only in testing

Lines Matching refs:incY

12                     const int *incX, void *Y, const int *incY)
14 cblas_caxpy(*N, alpha, X, *incX, Y, *incY);
19 void *Y, const int *incY)
21 cblas_ccopy(*N, X, *incX, Y, *incY);
26 void *Y, const int *incY, void *dotc)
28 cblas_cdotc_sub(*N, X, *incX, Y, *incY, dotc);
33 void *Y, const int *incY,void *dotu)
35 cblas_cdotu_sub(*N, X, *incX, Y, *incY, dotu);
54 void *Y, const int *incY)
56 cblas_cswap(*N,X,*incX,Y,*incY);