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

References

lib/Support/APFloat.cpp
 2270       APInt::tcExtractBit(src, srcCount * integerPartWidth - 1)) {
 2275     copy = new integerPart[srcCount];
 2276     APInt::tcAssign(copy, src, srcCount);
 2277     APInt::tcNegate(copy, srcCount);
 2278     status = convertFromUnsignedParts(copy, srcCount, rounding_mode);
 2282     status = convertFromUnsignedParts(src, srcCount, rounding_mode);