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

References

lib/Support/APFloat.cpp
 2537     partCount = static_cast<unsigned int>(D.lastSigDigit - D.firstSigDigit) + 1;
 2538     partCount = partCountForBits(1 + 196 * partCount / 59);
 2538     partCount = partCountForBits(1 + 196 * partCount / 59);
 2539     decSignificand = new integerPart[partCount + 1];
 2540     partCount = 0;
 2569                             partCount, partCount + 1, false);
 2569                             partCount, partCount + 1, false);
 2573       if (decSignificand[partCount])
 2574         partCount++;
 2578     fs = roundSignificandWithExponent(decSignificand, partCount,