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

References

lib/Support/APFloat.cpp
 2411     decSig.makeZero(sign);
 2414     sigStatus = decSig.convertFromUnsignedParts(decSigParts, sigPartCount,
 2419     decSig.exponent += exp;
 2427       calcLostFraction = decSig.multiplySignificand(pow5, nullptr);
 2430       calcLostFraction = decSig.divideSignificand(pow5);
 2432       if (decSig.exponent < semantics->minExponent) {
 2433         excessPrecision += (semantics->minExponent - decSig.exponent);
 2445            (decSig.significandParts(), calcSemantics.precision - 1) == 1);
 2449     HUdistance = 2 * ulpsFromBoundary(decSig.significandParts(),
 2454       APInt::tcExtract(significandParts(), partCount(), decSig.significandParts(),
 2460       exponent = (decSig.exponent + semantics->precision
 2462       calcLostFraction = lostFractionThroughTruncation(decSig.significandParts(),
 2463                                                        decSig.partCount(),