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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DFormattedFloatingDecimal.java82 static final long highbit = 0x8000000000000000L; field in class:FormattedFloatingDecimal
114 while ( v > 0L ) { // i.e. while ((v&highbit) == 0L )
H A DFloatingDecimal.java74 static final long highbit = 0x8000000000000000L; field in class:FloatingDecimal
106 while ( v > 0L ) { // i.e. while ((v&highbit) == 0L )

Completed in 40 milliseconds