Home | History | Annotate | Download | only in renderscript

Lines Matching refs:RsBlas_ctpmv

106     private static final int RsBlas_ctpmv = 67;
865 mRS.nScriptIntrinsicBLAS_Complex(getID(mRS), RsBlas_ctpmv, TransA, 0, 0, Uplo, Diag, 0, N, 0, 0, 0, Ap.getID(mRS), X.getID(mRS), 0, 0, 0, incX, 0, 0, 0);