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

References

tools/clang/lib/Frontend/InitPreprocessor.cpp
  115   DenormMin = PickFP(Sem, "5.9604644775390625e-8", "1.40129846e-45",
  119   int Digits = PickFP(Sem, 3, 6, 15, 18, 31, 33);
  120   int DecimalDigits = PickFP(Sem, 5, 9, 17, 21, 33, 36);
  121   Epsilon = PickFP(Sem, "9.765625e-4", "1.19209290e-7",
  125   int MantissaDigits = PickFP(Sem, 11, 24, 53, 64, 106, 113);
  126   int Min10Exp = PickFP(Sem, -4, -37, -307, -4931, -291, -4931);
  127   int Max10Exp = PickFP(Sem, 4, 38, 308, 4932, 308, 4932);
  128   int MinExp = PickFP(Sem, -13, -125, -1021, -16381, -968, -16381);
  129   int MaxExp = PickFP(Sem, 16, 128, 1024, 16384, 1024, 16384);
  130   Min = PickFP(Sem, "6.103515625e-5", "1.17549435e-38", "2.2250738585072014e-308",
  134   Max = PickFP(Sem, "6.5504e+4", "3.40282347e+38", "1.7976931348623157e+308",