Searched defs:FloatingType (Results 1 – 2 of 2) sorted by relevance
609 using FloatingType = conditional_t<IsDouble, double, float>; in test_floating_prefix() typedef671 using FloatingType = conditional_t<IsDouble, double, float>; in test_floating_hex_prefix() typedef709 using FloatingType = conditional_t<IsDouble, double, float>; in test_floating_precision_prefix() typedef
68 static constexpr CategorySet FloatingType{RealType | ComplexType}; variable