Home | History | Annotate | Download | only in renderscript

Lines Matching defs:RsBlas_ssyr2

124     private static final int RsBlas_ssyr2 = 85;
1575 mRS.nScriptIntrinsicBLAS_Single(getID(mRS), RsBlas_ssyr2, 0, 0, 0, Uplo, 0, 0, N, 0, alpha, X.getID(mRS), Y.getID(mRS), 0, A.getID(mRS), incX, incY, 0, 0);