Home | History | Annotate | Download | only in renderscript

Lines Matching refs:RsBlas_dtbmv

97     private static final int RsBlas_dtbmv = 58;
725 mRS.nScriptIntrinsicBLAS_Double(getID(mRS), RsBlas_dtbmv, TransA, 0, 0, Uplo, Diag, 0, N, K, 0, A.getID(mRS), X.getID(mRS), 0, 0, incX, 0, 0, 0);