Searched refs:tens (Results 1 – 1 of 1) sorted by relevance
601 int tens = s * 10; in dtoa() local612 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()