Home
last modified time | relevance | path

Searched refs:incxDecl (Results 1 – 2 of 2) sorted by relevance

/dports/math/clblas/clBLAS-2.10/src/library/blas/gens/
H A Dgemv.c131 const char *incxDecl = incxOne ? "" : ",\n const int incx"; in declareGemvKernel() local
163 offDecl, incxDecl, incyDecl); in declareGemvKernel()
H A Dsymv.c135 const char *incxDecl = incxOne ? "" : " const int incx,\n"; in declareSymvKernel() local
164 typeName, typeName, betaDecl, typeName, offDecl, incxDecl, in declareSymvKernel()