Searched refs:SMALL_5_POW (Results 1 – 2 of 2) sorted by relevance
67 static final int[] SMALL_5_POW = { field in FDBigInteger124 while (i < SMALL_5_POW.length) {125 FDBigInteger pow5 = new FDBigInteger(new int[]{SMALL_5_POW[i]}, 0);254 } else if (p5 < SMALL_5_POW.length) { in valueOfPow52()255 int pow5 = SMALL_5_POW[p5]; in valueOfPow52()296 if (p5 < SMALL_5_POW.length) { in valueOfMulPow52()297 long pow5 = SMALL_5_POW[p5] & LONG_MASK; in valueOfMulPow52()716 if (p5 < SMALL_5_POW.length) { in multByPow52()718 mult(this.data, this.nWords, SMALL_5_POW[p5], r); in multByPow52()1449 if (r < SMALL_5_POW.length) { in big5powRec()[all …]
598 int b = ((int)fractBits * FDBigInteger.SMALL_5_POW[B5] ) << B2; in dtoa()599 int s = FDBigInteger.SMALL_5_POW[S5] << S2; in dtoa()600 int m = FDBigInteger.SMALL_5_POW[M5] << M2; in dtoa()