Home | History | Annotate | Download | only in renderscript

Lines Matching defs:RsBlas_dsyrk

160     private static final int RsBlas_dsyrk = 121;
2626 mRS.nScriptIntrinsicBLAS_Double(getID(mRS), RsBlas_dsyrk, Trans, 0, 0, Uplo, 0, 0, C.getType().getX(), K, alpha, A.getID(mRS), 0, beta, C.getID(mRS), 0, 0, 0, 0);