Home | History | Annotate | Download | only in renderscript

Lines Matching refs:RsBlas_stpsv

93     private static final int RsBlas_stpsv = 54;
1126 mRS.nScriptIntrinsicBLAS_Single(getID(mRS), RsBlas_stpsv, TransA, 0, 0, Uplo, Diag, 0, N, 0, 0, Ap.getID(mRS), X.getID(mRS), 0, 0, incX, 0, 0, 0);