Home | History | Annotate | Download | only in renderscript

Lines Matching defs:RsBlas_ztbmv

113     private static final int RsBlas_ztbmv = 74;
787 mRS.nScriptIntrinsicBLAS_Z(getID(mRS), RsBlas_ztbmv, TransA, 0, 0, Uplo, Diag, 0, N, K, 0, 0, A.getID(mRS), X.getID(mRS), 0, 0, 0, incX, 0, 0, 0);