Searched refs:KNUTH_POW2_THRESH_ZEROS (Results 1 – 1 of 1) sorted by relevance
94 static final int KNUTH_POW2_THRESH_ZEROS = 3; field in MutableBigInteger1216 if (trailingZeroBits >= KNUTH_POW2_THRESH_ZEROS*32) { in divideKnuth()