Home | History | Annotate | Download | only in renderscript

Lines Matching defs:RsBlas_zher2

150     private static final int RsBlas_zher2 = 111;
2223 mRS.nScriptIntrinsicBLAS_Z(getID(mRS), RsBlas_zher2, 0, 0, 0, Uplo, 0, 0, N, 0, alpha.x, alpha.y, X.getID(mRS), Y.getID(mRS), 0, 0, A.getID(mRS), incX, incY, 0, 0);