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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DFormattedFloatingDecimal.java1290 dValue *= big10pow[j];
1298 double t = dValue * big10pow[j];
1313 t *= big10pow[j];
1677 private static final double big10pow[] = { field in class:FormattedFloatingDecimal
H A DFloatingDecimal.java1384 dValue *= big10pow[j];
1392 double t = dValue * big10pow[j];
1407 t *= big10pow[j];
1771 private static final double big10pow[] = { field in class:FloatingDecimal

Completed in 39 milliseconds