Searched defs:ZGERC (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp1137 void ScriptIntrinsicBLAS::ZGERC(Double2 alpha, sp<Allocation> X, int incX, function in class:ScriptIntrinsicBLAS
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java2142 * ZGERC performs the rank 1 operation
2154 public void ZGERC(Double2 alpha, Allocation X, int incX, Allocation Y, int incY, Allocation A) { method in class:ScriptIntrinsicBLAS
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBLAS.java2699 * ZGERC performs the rank 1 operation
2711 public void ZGERC(Double2 alpha, Allocation X, int incX, Allocation Y, int incY, Allocation A) { method in class:ScriptIntrinsicBLAS

Completed in 195 milliseconds