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

/frameworks/rs/cpp/
H A DrsCppStructs.h2797 * 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 DScriptIntrinsicBLAS.cpp949 void ScriptIntrinsicBLAS::DSPR(RsBlasUplo Uplo, double alpha, const sp<Allocation>& X, function in class:ScriptIntrinsicBLAS
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java1723 * 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 DScriptIntrinsicBLAS.java2126 * 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