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