Searched refs:lowDigitDifference (Results 1 – 1 of 1) sorted by relevance
572 long lowDigitDifference; in dtoa() local648 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()