Home | History | Annotate | Download | only in renderscript

Lines Matching refs:RsBlas_zher

148     private static final int RsBlas_zher = 109;
2177 mRS.nScriptIntrinsicBLAS_Z(getID(mRS), RsBlas_zher, 0, 0, 0, Uplo, 0, 0, N, 0, alpha, 0, X.getID(mRS), 0, 0, 0, A.getID(mRS), incX, 0, 0, 0);