Home | History | Annotate | Download | only in renderscript

Lines Matching defs:RsBlas_zgeru

146     private static final int RsBlas_zgeru = 107;
2138 mRS.nScriptIntrinsicBLAS_Z(getID(mRS), RsBlas_zgeru, 0, 0, 0, 0, 0, M, N, 0, alpha.x, alpha.y, X.getID(mRS), Y.getID(mRS), 0, 0, A.getID(mRS), incX, incY, 0, 0);