Home | History | Annotate | Download | only in renderscript

Lines Matching defs:RsBlas_ztrmv

112     private static final int RsBlas_ztrmv = 73;
663 mRS.nScriptIntrinsicBLAS_Z(getID(mRS), RsBlas_ztrmv, TransA, 0, 0, Uplo, Diag, 0, N, 0, 0, 0, A.getID(mRS), X.getID(mRS), 0, 0, 0, incX, 0, 0, 0);