Lines Matching refs:numeric_limits
18 std::numeric_limits<bool>::has_denorm; // expected-warning {{'has_denorm' is deprecated}} in func()
19 …std::numeric_limits<bool>::has_denorm_loss; // expected-warning {{'has_denorm_loss' is deprecated}} in func()
20 std::numeric_limits<bool>::denorm_min(); in func()
22 std::numeric_limits<int>::has_denorm; // expected-warning {{'has_denorm' is deprecated}} in func()
23 std::numeric_limits<int>::has_denorm_loss; // expected-warning {{'has_denorm_loss' is deprecated}} in func()
24 std::numeric_limits<int>::denorm_min(); in func()
26 std::numeric_limits<float>::has_denorm; // expected-warning {{'has_denorm' is deprecated}} in func()
27 …std::numeric_limits<float>::has_denorm_loss; // expected-warning {{'has_denorm_loss' is deprecated… in func()
28 std::numeric_limits<float>::denorm_min(); in func()
30 std::numeric_limits<double>::has_denorm; // expected-warning {{'has_denorm' is deprecated}} in func()
31 …std::numeric_limits<double>::has_denorm_loss; // expected-warning {{'has_denorm_loss' is deprecate… in func()
32 std::numeric_limits<double>::denorm_min(); in func()
34 …std::numeric_limits<long double>::has_denorm; // expected-warning {{'has_denorm' is deprecate… in func()
35 …std::numeric_limits<long double>::has_denorm_loss; // expected-warning {{'has_denorm_loss' is depr… in func()
36 std::numeric_limits<long double>::denorm_min(); in func()
38 …std::numeric_limits<const bool>::has_denorm; // expected-warning {{'has_denorm' is deprecated… in func()
39 …std::numeric_limits<const bool>::has_denorm_loss; // expected-warning {{'has_denorm_loss' is depre… in func()
40 std::numeric_limits<const bool>::denorm_min(); in func()
42 …std::numeric_limits<const int>::has_denorm; // expected-warning {{'has_denorm' is deprecated}} in func()
43 …std::numeric_limits<const int>::has_denorm_loss; // expected-warning {{'has_denorm_loss' is deprec… in func()
44 std::numeric_limits<const int>::denorm_min(); in func()
46 …std::numeric_limits<const float>::has_denorm; // expected-warning {{'has_denorm' is deprecate… in func()
47 …std::numeric_limits<const float>::has_denorm_loss; // expected-warning {{'has_denorm_loss' is depr… in func()
48 std::numeric_limits<const float>::denorm_min(); in func()
50 …std::numeric_limits<const double>::has_denorm; // expected-warning {{'has_denorm' is deprecat… in func()
51 …std::numeric_limits<const double>::has_denorm_loss; // expected-warning {{'has_denorm_loss' is dep… in func()
52 std::numeric_limits<const double>::denorm_min(); in func()
54 …std::numeric_limits<const long double>::has_denorm; // expected-warning {{'has_denorm' is dep… in func()
55 …std::numeric_limits<const long double>::has_denorm_loss; // expected-warning {{'has_denorm_loss' i… in func()
56 std::numeric_limits<const long double>::denorm_min(); in func()
58 …std::numeric_limits<volatile bool>::has_denorm; // expected-warning {{'has_denorm' is depreca… in func()
59 …std::numeric_limits<volatile bool>::has_denorm_loss; // expected-warning {{'has_denorm_loss' is de… in func()
60 std::numeric_limits<volatile bool>::denorm_min(); in func()
62 …std::numeric_limits<volatile int>::has_denorm; // expected-warning {{'has_denorm' is deprecat… in func()
63 …std::numeric_limits<volatile int>::has_denorm_loss; // expected-warning {{'has_denorm_loss' is dep… in func()
64 std::numeric_limits<volatile int>::denorm_min(); in func()
66 …std::numeric_limits<volatile float>::has_denorm; // expected-warning {{'has_denorm' is deprec… in func()
67 …std::numeric_limits<volatile float>::has_denorm_loss; // expected-warning {{'has_denorm_loss' is d… in func()
68 std::numeric_limits<volatile float>::denorm_min(); in func()
70 …std::numeric_limits<volatile double>::has_denorm; // expected-warning {{'has_denorm' is depre… in func()
71 …std::numeric_limits<volatile double>::has_denorm_loss; // expected-warning {{'has_denorm_loss' is … in func()
72 std::numeric_limits<volatile double>::denorm_min(); in func()
74 …std::numeric_limits<volatile long double>::has_denorm; // expected-warning {{'has_denorm' is … in func()
75 …std::numeric_limits<volatile long double>::has_denorm_loss; // expected-warning {{'has_denorm_loss… in func()
76 std::numeric_limits<volatile long double>::denorm_min(); in func()
78 …std::numeric_limits<const volatile bool>::has_denorm; // expected-warning {{'has_denorm' is d… in func()
79 …std::numeric_limits<const volatile bool>::has_denorm_loss; // expected-warning {{'has_denorm_loss'… in func()
80 std::numeric_limits<const volatile bool>::denorm_min(); in func()
82 …std::numeric_limits<const volatile int>::has_denorm; // expected-warning {{'has_denorm' is de… in func()
83 …std::numeric_limits<const volatile int>::has_denorm_loss; // expected-warning {{'has_denorm_loss' … in func()
84 std::numeric_limits<const volatile int>::denorm_min(); in func()
86 …std::numeric_limits<const volatile float>::has_denorm; // expected-warning {{'has_denorm' is … in func()
87 …std::numeric_limits<const volatile float>::has_denorm_loss; // expected-warning {{'has_denorm_loss… in func()
88 std::numeric_limits<const volatile float>::denorm_min(); in func()
90 …std::numeric_limits<const volatile double>::has_denorm; // expected-warning {{'has_denorm' is… in func()
91 …std::numeric_limits<const volatile double>::has_denorm_loss; // expected-warning {{'has_denorm_los… in func()
92 std::numeric_limits<const volatile double>::denorm_min(); in func()
94 …std::numeric_limits<const volatile long double>::has_denorm; // expected-warning {{'has_denorm' is… in func()
95 std::numeric_limits< in func()
97 std::numeric_limits<const volatile long double>::denorm_min(); in func()