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

References

lib/Support/APFloat.cpp
 2765       part = 0;  /* An imaginary higher zero part.  */
 2767       part = significand[count] << shift;
 2770       part |= significand[count - 1] >> (integerPartWidth - shift);
 2777     dst += partAsHex (dst, part, curDigits, hexDigitChars);