Home | History | Annotate | Download | only in renderscript

Lines Matching defs:RsBlas_ztrsv

115     private static final int RsBlas_ztrsv = 76;
974 mRS.nScriptIntrinsicBLAS_Z(getID(mRS), RsBlas_ztrsv, TransA, 0, 0, Uplo, Diag, 0, N, 0, 0, 0, A.getID(mRS), X.getID(mRS), 0, 0, 0, incX, 0, 0, 0);