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

References

lib/Support/APFloat.cpp
 1482   bits = exponent - rhs.exponent;
 1489     if (bits == 0) {
 1492     } else if (bits > 0) {
 1493       lost_fraction = temp_rhs.shiftSignificandRight(bits - 1);
 1497       lost_fraction = shiftSignificandRight(-bits - 1);
 1524     if (bits > 0) {
 1527       lost_fraction = temp_rhs.shiftSignificandRight(bits);
 1530       lost_fraction = shiftSignificandRight(-bits);