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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DFormattedFloatingDecimal.java1211 if ( exp <= maxSmallTen ){
1226 if ( exp <= maxSmallTen+slop ){
1248 if ( exp >= -maxSmallTen ){
1682 private static final int maxSmallTen = small10pow.length-1; field in class:FormattedFloatingDecimal
H A DFloatingDecimal.java1305 if ( exp <= maxSmallTen ){
1320 if ( exp <= maxSmallTen+slop ){
1342 if ( exp >= -maxSmallTen ){
1776 private static final int maxSmallTen = small10pow.length-1; field in class:FloatingDecimal

Completed in 31 milliseconds