Searched refs:DSYR2 (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/cpp/
H A DrsCppStructs.h2819 * DSYR2 performs the symmetric rank 2 operation
2832 void DSYR2(RsBlasUplo Uplo, double alpha, const sp<Allocation>& X, int incX,
H A DScriptIntrinsicBLAS.cpp957 void ScriptIntrinsicBLAS::DSYR2(RsBlasUplo Uplo, double alpha, const sp<Allocation>& X, int incX, function in class:ScriptIntrinsicBLAS
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java1748 * DSYR2 performs the symmetric rank 2 operation
1761 public void DSYR2(@Uplo int Uplo, double alpha, Allocation X, int incX, Allocation Y, int incY, Allocation A) { method in class:ScriptIntrinsicBLAS
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBLAS.java2159 * DSYR2 performs the symmetric rank 2 operation
2172 public void DSYR2(@Uplo int Uplo, double alpha, Allocation X, int incX, Allocation Y, int incY, Allocation A) { method in class:ScriptIntrinsicBLAS

Completed in 478 milliseconds