Searched defs:FloatingType (Results 1 – 2 of 2) sorted by relevance
649 using FloatingType = conditional_t<IsDouble, double, float>; in test_floating_hex_prefix() typedef 687 using FloatingType = conditional_t<IsDouble, double, float>; in test_floating_precision_prefix() typedef 587 using FloatingType = conditional_t<IsDouble, double, float>; test_floating_prefix() typedef [all...]
70 static constexpr CategorySet FloatingType{RealType | ComplexType}; global() variable