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

References

lib/Support/APFloat.cpp
 2746       bits = valueBits - hexDigits * 4;
 2747       fraction = lostFractionThroughTruncation (significand, partsCount, bits);
 2748       roundUp = roundAwayFromZero(rounding_mode, fraction, bits);