Searched refs:excessBits (Results 1 – 1 of 1) sorted by relevance
1531 int excessBits = (len << 6) - numBits; in reduceInPlace() local1532 while (excessBits >= 64) in reduceInPlace()1535 excessBits -= 64; in reduceInPlace()1540 int vectorableWords = (excessBits + Math.min(numBits - wordWiseLimit, m - kNext)) >> 6; in reduceInPlace()