Searched refs:ZHER (Results 1 - 4 of 4) sorted by relevance
/frameworks/rs/cpp/ |
H A D | rsCppStructs.h | 3143 * ZHER performs the rank 1 operation 3154 void ZHER(RsBlasUplo Uplo, double alpha, const sp<Allocation>& X, int incX, const sp<Allocation>& A);
|
H A D | ScriptIntrinsicBLAS.cpp | 1157 void ScriptIntrinsicBLAS::ZHER(RsBlasUplo Uplo, double alpha, const sp<Allocation>& X, function in class:ScriptIntrinsicBLAS
|
/frameworks/base/rs/java/android/renderscript/ |
H A D | ScriptIntrinsicBLAS.java | 2163 * ZHER performs the rank 1 operation 2174 public void ZHER(@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 D | ScriptIntrinsicBLAS.java | 2730 * ZHER performs the rank 1 operation 2741 public void ZHER(@Uplo int Uplo, double alpha, Allocation X, int incX, Allocation A) { method in class:ScriptIntrinsicBLAS
|
Completed in 63 milliseconds