Home | History | Annotate | Download | only in renderscript

Lines Matching defs:RsBlas_ctrmv

104     private static final int RsBlas_ctrmv = 65;
644 mRS.nScriptIntrinsicBLAS_Complex(getID(mRS), RsBlas_ctrmv, TransA, 0, 0, Uplo, Diag, 0, N, 0, 0, 0, A.getID(mRS), X.getID(mRS), 0, 0, 0, incX, 0, 0, 0);