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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DFormattedFloatingDecimal.java1565 fValue *= singleSmall10pow[exp];
1576 fValue *= singleSmall10pow[slop];
1577 fValue *= singleSmall10pow[exp-slop];
1588 fValue /= singleSmall10pow[-exp];
1671 private static final float singleSmall10pow[] = { field in class:FormattedFloatingDecimal
1683 private static final int singleMaxSmallTen = singleSmall10pow.length-1;
H A DFloatingDecimal.java1659 fValue *= singleSmall10pow[exp];
1670 fValue *= singleSmall10pow[slop];
1671 fValue *= singleSmall10pow[exp-slop];
1682 fValue /= singleSmall10pow[-exp];
1765 private static final float singleSmall10pow[] = { field in class:FloatingDecimal
1777 private static final int singleMaxSmallTen = singleSmall10pow.length-1;

Completed in 39 milliseconds