Home | History | Annotate | Download | only in renderscript

Lines Matching refs:RsBlas_zhemv

143     private static final int RsBlas_zhemv = 104;
2057 mRS.nScriptIntrinsicBLAS_Z(getID(mRS), RsBlas_zhemv, 0, 0, 0, Uplo, 0, 0, N, 0, alpha.x, alpha.y, A.getID(mRS), X.getID(mRS), beta.x, beta.y, Y.getID(mRS), incX, incY, 0, 0);