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

References

lib/Support/APFloat.cpp
 2400   pow5PartCount = powerOf5(pow5Parts, exp >= 0 ? exp: -exp);
 2400   pow5PartCount = powerOf5(pow5Parts, exp >= 0 ? exp: -exp);
 2400   pow5PartCount = powerOf5(pow5Parts, exp >= 0 ? exp: -exp);
 2419     decSig.exponent += exp;
 2425     if (exp >= 0) {