Home
last modified time | relevance | path

Searched refs:M5 (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/misc/
DFloatingDecimal.java518 int M2, M5; // powers of 2 and powers of 5, respectively, in M in dtoa() local
526 M5 = B5; in dtoa()
600 int m = FDBigInteger.SMALL_5_POW[M5] << M2; in dtoa()
654 long m = FDBigInteger.LONG_5_POW[M5] << M2; in dtoa()
715 FDBigInteger Mval = FDBigInteger.valueOfPow52(M5 + 1, M2 + shiftBias + 1); in dtoa()