Searched refs:DSPR (Results 1 - 4 of 4) sorted by relevance
/frameworks/rs/cpp/ |
H A D | rsCppStructs.h | 2797 * DSPR performs the rank 1 operation 2816 void DSPR(RsBlasUplo Uplo, double alpha, const sp<Allocation>& X, int incX, const sp<Allocation>& Ap);
|
H A D | ScriptIntrinsicBLAS.cpp | 949 void ScriptIntrinsicBLAS::DSPR(RsBlasUplo Uplo, double alpha, const sp<Allocation>& X, function in class:ScriptIntrinsicBLAS
|
/frameworks/base/rs/java/android/renderscript/ |
H A D | ScriptIntrinsicBLAS.java | 1723 * DSPR performs the rank 1 operation 1742 public void DSPR(@Uplo int Uplo, double alpha, Allocation X, int incX, Allocation Ap) { method in class:ScriptIntrinsicBLAS
|
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
H A D | ScriptIntrinsicBLAS.java | 2126 * DSPR performs the rank 1 operation 2145 public void DSPR(@Uplo int Uplo, double alpha, Allocation X, int incX, Allocation Ap) { method in class:ScriptIntrinsicBLAS
|
Completed in 82 milliseconds