Home | History | Annotate | Download | only in renderscript

Lines Matching defs:RsBlas_zhbmv

144     private static final int RsBlas_zhbmv = 105;
2089 mRS.nScriptIntrinsicBLAS_Z(getID(mRS), RsBlas_zhbmv, 0, 0, 0, Uplo, 0, 0, N, K, alpha.x, alpha.y, A.getID(mRS), X.getID(mRS), beta.x, beta.y, Y.getID(mRS), incX, incY, 0, 0);