Searched defs:DSPR2 (Results 1 - 2 of 2) sorted by last modified time

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBLAS.java2188 * DSPR2 performs the symmetric rank 2 operation
2209 public void DSPR2(@Uplo int Uplo, double alpha, Allocation X, int incX, Allocation Y, int incY, Allocation Ap) { method in class:ScriptIntrinsicBLAS
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java1767 * DSPR2 performs the symmetric rank 2 operation
1788 public void DSPR2(@Uplo int Uplo, double alpha, Allocation X, int incX, Allocation Y, int incY, Allocation Ap) { method in class:ScriptIntrinsicBLAS

Completed in 108 milliseconds