Home | History | Annotate | Download | only in renderscript

Lines Matching defs:RsBlas_zsyr2k

173     private static final int RsBlas_zsyr2k = 134;
2810 mRS.nScriptIntrinsicBLAS_Z(getID(mRS), RsBlas_zsyr2k, Trans, 0, 0, Uplo, 0, 0, C.getType().getX(), K, alpha.x, alpha.y, A.getID(mRS), B.getID(mRS), beta.x, beta.y, C.getID(mRS), 0, 0, 0, 0);