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

Declarations

include/llvm/ADT/APFloat.h
  520   opStatus addOrSubtract(const IEEEFloat &, roundingMode, bool subtract);

References

lib/Support/APFloat.cpp
 1699   return addOrSubtract(rhs, rounding_mode, false);
 1705   return addOrSubtract(rhs, rounding_mode, true);
 1839       fs = addOrSubtract(addend, rounding_mode, false);