Searched defs:c_mult (Results  1 – 3 of 3) sorted by relevance
| /frameworks/base/rs/java/android/renderscript/ | 
| D | ScriptIntrinsicBLAS.java | 3293 …M(Allocation A, int a_offset, Allocation B, int b_offset, Allocation C, int c_offset, int c_mult) {  in BNNM()3308 …tID(mRS), M, N, K, A.getID(mRS), a_offset, B.getID(mRS), b_offset, C.getID(mRS), c_offset, c_mult);  in BNNM()  local
 
 | 
| /frameworks/rs/cpp/ | 
| D | ScriptIntrinsicBLAS.cpp | 1840                                const sp<Allocation>& C, int c_offset, int c_mult) {  in BNNM()
 | 
| /frameworks/rs/support/java/src/androidx/renderscript/ | 
| D | ScriptIntrinsicBLAS.java | 4167 …M(Allocation A, int a_offset, Allocation B, int b_offset, Allocation C, int c_offset, int c_mult) {  in BNNM()4190 …icBLAS_BNNM(getID(mRS), M, N, K, aID, a_offset, bID, b_offset, cID, c_offset, c_mult, mUseIncSupp);  in BNNM()  local
 
 |