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

References

lib/Support/APFloat.cpp
 1819     fs = normalize(rounding_mode, lost_fraction);
 1821       fs = (opStatus) (fs | opInexact);
 1821       fs = (opStatus) (fs | opInexact);
 1826     if (category == fcZero && !(fs & opUnderflow) && sign != addend.sign)
 1829     fs = multiplySpecials(multiplicand);
 1838     if (fs == opOK)
 1839       fs = addOrSubtract(addend, rounding_mode, false);
 1842   return fs;