Home | History | Annotate | Download | only in renderscript

Lines Matching defs:RsBlas_cgerc

138     private static final int RsBlas_cgerc = 99;
1944 mRS.nScriptIntrinsicBLAS_Complex(getID(mRS), RsBlas_cgerc, 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);