Lines Matching defs:nan
80 R nan{Word{std::uint64_t{1}} in basicTests() local
85 TEST(!nan.IsNegative())(desc); in basicTests() local
86 TEST(nan.IsNotANumber())(desc); in basicTests() local
87 TEST(!nan.IsInfinite())(desc); in basicTests() local
88 TEST(!nan.IsZero())(desc); in basicTests() local
91 TEST(nan.Compare(zero) == Relation::Unordered)(desc); in basicTests() local
92 TEST(nan.Compare(minusZero) == Relation::Unordered)(desc); in basicTests() local
93 TEST(nan.Compare(nan) == Relation::Unordered)(desc); in basicTests() local
97 MATCH(nan.Exponent(), maxExponent)(desc); in basicTests() local
107 TEST(nan.Compare(inf) == Relation::Unordered)(desc); in basicTests() local
124 TEST(nan.Compare(negInf) == Relation::Unordered)(desc); in basicTests() local