Home | History | Annotate | Download | only in renderscript

Lines Matching refs:RsBlas_strsv

91     private static final int RsBlas_strsv = 52;
911 mRS.nScriptIntrinsicBLAS_Single(getID(mRS), RsBlas_strsv, TransA, 0, 0, Uplo, Diag, 0, N, 0, 0, A.getID(mRS), X.getID(mRS), 0, 0, incX, 0, 0, 0);