MutableBigInteger.KNUTH_POW2_THRESH_LEN

The minimum {@code intLen} for cancelling powers of two before dividing. If the number of ints is less than this threshold, {@code divideKnuth} does not eliminate common powers of two from the dividend and divisor.

class MutableBigInteger
enum int KNUTH_POW2_THRESH_LEN;

Meta