Home | History | Annotate | Download | only in math

Lines Matching defs:FIVE_POW

119     private static final BigInteger[] FIVE_POW;
193 FIVE_POW = Multiplication.bigFivePows;
1212 int lastPow = FIVE_POW.length - 1;
1229 quotAndRem = q.divideAndRemainder(FIVE_POW[i]);