Home | History | Annotate | Download | only in renderscript

Lines Matching refs:RsBlas_dsbmv

127     private static final int RsBlas_dsbmv = 88;
1654 mRS.nScriptIntrinsicBLAS_Double(getID(mRS), RsBlas_dsbmv, 0, 0, 0, Uplo, 0, 0, N, K, alpha, A.getID(mRS), X.getID(mRS), beta, Y.getID(mRS), incX, incY, 0, 0);