reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/APFloat.cpp
 1490       reverse = compareAbsoluteValue(temp_rhs) == cmpLessThan;
 1493       lost_fraction = temp_rhs.shiftSignificandRight(bits - 1);
 1498       temp_rhs.shiftSignificandLeft(1);
 1503       carry = temp_rhs.subtractSignificand
 1505       copySignificand(temp_rhs);
 1509         (temp_rhs, lost_fraction != lfExactlyZero);