Lines Matching defs:round_style
62 const float_round_style __numeric_limits_base::round_style; member in std::__numeric_limits_base
87 const float_round_style numeric_limits<bool>::round_style; member in std::numeric_limits<bool>
112 const float_round_style numeric_limits<char>::round_style; member in std::numeric_limits<char>
137 const float_round_style numeric_limits<signed char>::round_style; member in std::numeric_limits<signed char>
162 const float_round_style numeric_limits<unsigned char>::round_style; member in std::numeric_limits<unsigned char>
189 const float_round_style numeric_limits<wchar_t>::round_style; member in std::numeric_limits<wchar_t>
215 const float_round_style numeric_limits<short>::round_style; member in std::numeric_limits<short>
240 const float_round_style numeric_limits<unsigned short>::round_style; member in std::numeric_limits<unsigned short>
265 const float_round_style numeric_limits<int>::round_style; member in std::numeric_limits<int>
290 const float_round_style numeric_limits<unsigned int>::round_style; member in std::numeric_limits<unsigned int>
315 const float_round_style numeric_limits<long>::round_style; member in std::numeric_limits<long>
340 const float_round_style numeric_limits<unsigned long>::round_style; member in std::numeric_limits<unsigned long>
365 const float_round_style numeric_limits<long long>::round_style; member in std::numeric_limits<long long>
389 const float_round_style numeric_limits<unsigned long long>::round_style; member in std::numeric_limits<unsigned long long>
476 const float_round_style numeric_limits<float>::round_style; member in std::numeric_limits<float>
501 const float_round_style numeric_limits<double>::round_style; member in std::numeric_limits<double>
526 const float_round_style numeric_limits<long double>::round_style; member in std::numeric_limits<long double>
552 const float_round_style numeric_limits<char8_t>::round_style; member in std::numeric_limits<char8_t>
578 const float_round_style numeric_limits<char16_t>::round_style; member in std::numeric_limits<char16_t>
603 const float_round_style numeric_limits<char32_t>::round_style; member in std::numeric_limits<char32_t>