Home | History | Annotate | Download | only in renderscript

Lines Matching defs:RsBlas_ztpsv

117     private static final int RsBlas_ztpsv = 78;
1207 mRS.nScriptIntrinsicBLAS_Z(getID(mRS), RsBlas_ztpsv, TransA, 0, 0, Uplo, Diag, 0, N, 0, 0, 0, Ap.getID(mRS), X.getID(mRS), 0, 0, 0, incX, 0, 0, 0);