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

References

lib/Support/APFloat.cpp
  541     boundary = (APFloatBase::integerPart) 1 << (partBits - 1);
  543     boundary = 0;
  546     if (part - boundary <= boundary - part)
  546     if (part - boundary <= boundary - part)
  547       return part - boundary;
  549       return boundary - part;
  552   if (part == boundary) {
  558   } else if (part == boundary - 1) {