Searched refs:rhsVec (Results 1 – 1 of 1) sorted by relevance
222 float[] rhsVec, int rhsVecOffset) { in multiplyMV() argument230 if (rhsVec == null) { in multiplyMV()248 if (rhsVec.length < rhsVecOffset + 4) { in multiplyMV()252 float tmp0 = lhsMat[0 + 4 * 0 + lhsMatOffset] * rhsVec[0 + rhsVecOffset] + in multiplyMV()253 lhsMat[0 + 4 * 1 + lhsMatOffset] * rhsVec[1 + rhsVecOffset] + in multiplyMV()254 lhsMat[0 + 4 * 2 + lhsMatOffset] * rhsVec[2 + rhsVecOffset] + in multiplyMV()255 lhsMat[0 + 4 * 3 + lhsMatOffset] * rhsVec[3 + rhsVecOffset]; in multiplyMV()256 float tmp1 = lhsMat[1 + 4 * 0 + lhsMatOffset] * rhsVec[0 + rhsVecOffset] + in multiplyMV()257 lhsMat[1 + 4 * 1 + lhsMatOffset] * rhsVec[1 + rhsVecOffset] + in multiplyMV()258 lhsMat[1 + 4 * 2 + lhsMatOffset] * rhsVec[2 + rhsVecOffset] + in multiplyMV()[all …]