Home | History | Annotate | Download | only in renderscript

Lines Matching defs:RsBlas_dsyr2

132     private static final int RsBlas_dsyr2 = 93;
1763 mRS.nScriptIntrinsicBLAS_Double(getID(mRS), RsBlas_dsyr2, 0, 0, 0, Uplo, 0, 0, N, 0, alpha, X.getID(mRS), Y.getID(mRS), 0, A.getID(mRS), incX, incY, 0, 0);