Searched refs:FloatingType (Results 1 – 2 of 2) sorted by relevance
609 using FloatingType = conditional_t<IsDouble, double, float>; in test_floating_prefix() typedef616 FloatingType val; in test_floating_prefix()634 const FloatingType input = _Bit_cast<FloatingType>(bits); in test_floating_prefix()671 using FloatingType = conditional_t<IsDouble, double, float>; in test_floating_hex_prefix() typedef683 FloatingType val; in test_floating_hex_prefix()688 const FloatingType input = _Bit_cast<FloatingType>(bits); in test_floating_hex_prefix()709 using FloatingType = conditional_t<IsDouble, double, float>; in test_floating_precision_prefix() typedef735 const FloatingType input = _Bit_cast<FloatingType>(bits); in test_floating_precision_prefix()
68 static constexpr CategorySet FloatingType{RealType | ComplexType}; variable125 static constexpr TypePattern AnyFloating{FloatingType, KindCode::any};145 static constexpr TypePattern SameFloating{FloatingType, KindCode::same};1647 CHECK(FloatingType.test(*category)); in Match()1653 CHECK(FloatingType.test(*category)); in Match()