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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DFormattedFloatingDecimal.java81 static final long highbyte = 0xff00000000000000L; field in class:FormattedFloatingDecimal
83 static final long lowbytes = ~highbyte;
111 while ( ( v & highbyte ) == 0L ){
H A DFloatingDecimal.java73 static final long highbyte = 0xff00000000000000L; field in class:FloatingDecimal
75 static final long lowbytes = ~highbyte;
103 while ( ( v & highbyte ) == 0L ){

Completed in 46 milliseconds