Searched refs:KNUTH_POW2_THRESH_LEN (Results 1 – 1 of 1) sorted by relevance
85 static final int KNUTH_POW2_THRESH_LEN = 6; field in MutableBigInteger1214 if (intLen >= KNUTH_POW2_THRESH_LEN) { in divideKnuth()