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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DFormattedFloatingDecimal.java83 static final long lowbytes = ~highbyte; field in class:FormattedFloatingDecimal
119 while (( v & lowbytes ) != 0L ){
H A DFloatingDecimal.java75 static final long lowbytes = ~highbyte; field in class:FloatingDecimal
111 while (( v & lowbytes ) != 0L ){

Completed in 65 milliseconds