Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/misc/
DFloatingDecimal.java601 int tens = s * 10; in dtoa() local
612 high = (b+m > tens ); in dtoa()
636 high = (b+m > tens ); in dtoa()
648 lowDigitDifference = (b<<1) - tens; in dtoa()
655 long tens = s * 10L; in dtoa()
666 high = (b+m > tens ); in dtoa()
690 high = (b+m > tens ); in dtoa()
702 lowDigitDifference = (b<<1) - tens; in dtoa()