Home | History | Annotate | Download | only in renderscript

Lines Matching defs:RsBlas_dtpmv

98     private static final int RsBlas_dtpmv = 59;
839 mRS.nScriptIntrinsicBLAS_Double(getID(mRS), RsBlas_dtpmv, TransA, 0, 0, Uplo, Diag, 0, N, 0, 0, Ap.getID(mRS), X.getID(mRS), 0, 0, incX, 0, 0, 0);