Home | History | Annotate | Download | only in renderscript

Lines Matching defs:RsBlas_ssyr

122     private static final int RsBlas_ssyr = 83;
1531 mRS.nScriptIntrinsicBLAS_Single(getID(mRS), RsBlas_ssyr, 0, 0, 0, Uplo, 0, 0, N, 0, alpha, X.getID(mRS), A.getID(mRS), 0.f, 0, incX, 0, 0, 0);