Home
last modified time | relevance | path

Searched refs:lowDigitDifference (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/misc/
DFloatingDecimal.java572 long lowDigitDifference; in dtoa() local
648 lowDigitDifference = (b<<1) - tens; in dtoa()
702 lowDigitDifference = (b<<1) - tens; in dtoa()
754 lowDigitDifference = Bval.cmp(tenSval); in dtoa()
756 lowDigitDifference = 0L; // this here only for flow analysis! in dtoa()
768 if ( lowDigitDifference == 0L ){ in dtoa()
774 } else if ( lowDigitDifference > 0 ){ in dtoa()