Searched defs:expOne (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/misc/
H A DFloatingDecimal.java65 static final long expOne = ((long)expBias)<<expShift; // exponent of 1.0 field in class:FloatingDecimal
619 expOne | ( fractBits &~ fractHOB ) );
H A DFormattedFloatingDecimal.java73 static final long expOne = ((long)expBias)<<expShift; // exponent of 1.0 field in class:FormattedFloatingDecimal
696 expOne | ( fractBits &~ fractHOB ) );

Completed in 145 milliseconds