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

References

lib/Support/APFloat.cpp
 2368     expAdjustment = static_cast<int>(dot - firstSignificantDigit);
 2369     if (expAdjustment < 0)
 2370       expAdjustment++;
 2371     expAdjustment = expAdjustment * 4 - 1;
 2371     expAdjustment = expAdjustment * 4 - 1;
 2375     expAdjustment += semantics->precision;
 2376     expAdjustment -= partsCount * integerPartWidth;
 2379     exponent = totalExponent(p + 1, end, expAdjustment);