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

References

lib/Support/APFloat.cpp
  375   D->normalizedExponent = 0;
  414     D->normalizedExponent = (D->exponent +
 2509   } else if (D.normalizedExponent - 1 > INT_MAX / 42039) {
 2516   } else if (D.normalizedExponent - 1 < INT_MIN / 42039 ||
 2517              (D.normalizedExponent + 1) * 28738 <=
 2525   } else if ((D.normalizedExponent - 1) * 42039