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

References

lib/Support/APFloat.cpp
 1976   newPartCount = partCountForBits(toSemantics.precision + 1);
 1978   shift = toSemantics.precision - fromSemantics.precision;
 1982       &toSemantics != &semX87DoubleExtended && category == fcNaN &&
 1997     if (exponent + exponentChange < toSemantics.minExponent)
 1998       exponentChange = toSemantics.minExponent - exponent;
 2031   semantics = &toSemantics;