Home | History | Annotate | Download | only in renderscript

Lines Matching refs:RsBlas_ssymv

118     private static final int RsBlas_ssymv = 79;
1434 mRS.nScriptIntrinsicBLAS_Single(getID(mRS), RsBlas_ssymv, 0, 0, 0, Uplo, 0, 0, N, 0, alpha, A.getID(mRS), X.getID(mRS), beta, Y.getID(mRS), incX, incY, 0, 0);