Home | History | Annotate | Download | only in renderscript

Lines Matching defs:RsBlas_sger

121     private static final int RsBlas_sger = 82;
1514 mRS.nScriptIntrinsicBLAS_Single(getID(mRS), RsBlas_sger, 0, 0, 0, 0, 0, M, N, 0, alpha, X.getID(mRS), Y.getID(mRS), 0.f, A.getID(mRS), incX, incY, 0, 0);