Home | History | Annotate | Download | only in renderscript

Lines Matching refs:RsBlas_ssyrk

154     private static final int RsBlas_ssyrk = 115;
2600 mRS.nScriptIntrinsicBLAS_Single(getID(mRS), RsBlas_ssyrk, Trans, 0, 0, Uplo, 0, 0, C.getType().getX(), K, alpha, A.getID(mRS), 0, beta, C.getID(mRS), 0, 0, 0, 0);