Searched refs:tiny10pow (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/misc/
H A DFormattedFloatingDecimal.java1337 dValue *= tiny10pow[j];
1345 double t = dValue * tiny10pow[j];
1360 t *= tiny10pow[j];
1679 private static final double tiny10pow[] = { field in class:FormattedFloatingDecimal
H A DFloatingDecimal.java1431 dValue *= tiny10pow[j];
1439 double t = dValue * tiny10pow[j];
1454 t *= tiny10pow[j];
1773 private static final double tiny10pow[] = { field in class:FloatingDecimal

Completed in 39 milliseconds