Searched refs:DGER (Results 1 - 4 of 4) sorted by relevance
/frameworks/rs/cpp/ |
H A D | rsCppStructs.h | 2768 * DGER performs the rank 1 operation 2780 void DGER(double alpha, const sp<Allocation>& X, int incX, const sp<Allocation>& Y, int incY, const sp<Allocation>& A);
|
H A D | ScriptIntrinsicBLAS.cpp | 931 void ScriptIntrinsicBLAS::DGER(double alpha, const sp<Allocation>& X, int incX, const sp<Allocation>& Y, function in class:ScriptIntrinsicBLAS
|
/frameworks/base/rs/java/android/renderscript/ |
H A D | ScriptIntrinsicBLAS.java | 1686 * DGER performs the rank 1 operation 1698 public void DGER(double alpha, Allocation X, int incX, Allocation Y, int incY, Allocation A) { method in class:ScriptIntrinsicBLAS
|
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
H A D | ScriptIntrinsicBLAS.java | 2071 * DGER performs the rank 1 operation 2083 public void DGER(double alpha, Allocation X, int incX, Allocation Y, int incY, Allocation A) { method in class:ScriptIntrinsicBLAS
|
Completed in 115 milliseconds