Home | History | Annotate | Download | only in renderscript

Lines Matching refs:RsBlas_zhpmv

145     private static final int RsBlas_zhpmv = 106;
2118 mRS.nScriptIntrinsicBLAS_Z(getID(mRS), RsBlas_zhpmv, 0, 0, 0, Uplo, 0, 0, N, 0, alpha.x, alpha.y, Ap.getID(mRS), X.getID(mRS), beta.x, beta.y, Y.getID(mRS), incX, incY, 0, 0);