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

References

lib/Support/APFloat.cpp
  538   part = parts[count] & (~(APFloatBase::integerPart) 0 >> (APFloatBase::integerPartWidth - partBits));
  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) {