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

/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp861 void ScriptIntrinsicBLAS::SGER(float alpha, const sp<Allocation>& X, int incX, function in class:ScriptIntrinsicBLAS
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java1498 * SGER performs the rank 1 operation
1510 public void SGER(float 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 DScriptIntrinsicBLAS.java1807 * SGER performs the rank 1 operation
1819 public void SGER(float alpha, Allocation X, int incX, Allocation Y, int incY, Allocation A) { method in class:ScriptIntrinsicBLAS

Completed in 146 milliseconds