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

/frameworks/rs/cpp/
H A DrsCppStructs.h2783 * DSYR performs the rank 1 operation
2794 void DSYR(RsBlasUplo Uplo, double alpha, const sp<Allocation>& X, int incX, const sp<Allocation>& A);
H A DScriptIntrinsicBLAS.cpp941 void ScriptIntrinsicBLAS::DSYR(RsBlasUplo Uplo, double alpha, const sp<Allocation>& X, function in class:ScriptIntrinsicBLAS
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java1706 * DSYR performs the rank 1 operation
1717 public void DSYR(@Uplo int Uplo, double alpha, Allocation X, int incX, Allocation A) { method in class:ScriptIntrinsicBLAS
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBLAS.java2101 * DSYR performs the rank 1 operation
2112 public void DSYR(@Uplo int Uplo, double alpha, Allocation X, int incX, Allocation A) { method in class:ScriptIntrinsicBLAS

Completed in 723 milliseconds