Home | History | Annotate | Download | only in renderscript

Lines Matching defs:RsBlas_dsyr2k

161     private static final int RsBlas_dsyr2k = 122;
2758 mRS.nScriptIntrinsicBLAS_Double(getID(mRS), RsBlas_dsyr2k, Trans, 0, 0, Uplo, 0, 0, C.getType().getX(), K, alpha, A.getID(mRS), B.getID(mRS), beta, C.getID(mRS), 0, 0, 0, 0);