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

/frameworks/rs/cpp/
H A DrsCppStructs.h2634 * SSPR performs the rank 1 operation
2653 void SSPR(RsBlasUplo Uplo, float alpha, const sp<Allocation>& X, int incX, const sp<Allocation>& Ap);
H A DScriptIntrinsicBLAS.cpp879 void ScriptIntrinsicBLAS::SSPR(RsBlasUplo Uplo, float alpha, const sp<Allocation>& X, function in class:ScriptIntrinsicBLAS
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java1535 * SSPR performs the rank 1 operation
1554 public void SSPR(@Uplo int Uplo, float alpha, Allocation X, int incX, Allocation Ap) { method in class:ScriptIntrinsicBLAS
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBLAS.java1862 * SSPR performs the rank 1 operation
1881 public void SSPR(@Uplo int Uplo, float alpha, Allocation X, int incX, Allocation Ap) { method in class:ScriptIntrinsicBLAS

Completed in 3115 milliseconds