Searched refs:rhsOffset (Results 1 – 1 of 1) sorted by relevance
30 float[] result, int resultOffset, float[] lhs, int lhsOffset, float[] rhs, int rhsOffset) { in multiplyMM() argument46 if (rhsOffset + 16 > rhs.length) { in multiplyMM()50 final float rhs_i0 = rhs[I(i, 0, rhsOffset)]; in multiplyMM()56 final float rhs_ij = rhs[I(i, j, rhsOffset)]; in multiplyMM()