HomeSort by relevance Sort by last modified time
    Searched refs:lowDigitDifference (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/sun/misc/
FormattedFloatingDecimal.java 758 long lowDigitDifference;
831 lowDigitDifference = (b<<1) - tens;
884 lowDigitDifference = (b<<1) - tens;
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
FloatingDecimal.java 691 long lowDigitDifference;
764 lowDigitDifference = (b<<1) - tens;
817 lowDigitDifference = (b<<1) - tens;
872 lowDigitDifference = Bval.cmp(tenSval);
874 lowDigitDifference = 0L; // this here only for flow analysis!
884 if ( lowDigitDifference == 0L )
    [all...]

Completed in 251 milliseconds