Lines Matching defs:round_style

66   const float_round_style __numeric_limits_base::round_style;  member in std::__numeric_limits_base
91 const float_round_style numeric_limits<bool>::round_style; member in std::numeric_limits<bool>
116 const float_round_style numeric_limits<char>::round_style; member in std::numeric_limits<char>
141 const float_round_style numeric_limits<signed char>::round_style; member in std::numeric_limits<signed char>
166 const float_round_style numeric_limits<unsigned char>::round_style; member in std::numeric_limits<unsigned char>
193 const float_round_style numeric_limits<wchar_t>::round_style; member in std::numeric_limits<wchar_t>
219 const float_round_style numeric_limits<short>::round_style; member in std::numeric_limits<short>
244 const float_round_style numeric_limits<unsigned short>::round_style; member in std::numeric_limits<unsigned short>
269 const float_round_style numeric_limits<int>::round_style; member in std::numeric_limits<int>
294 const float_round_style numeric_limits<unsigned int>::round_style; member in std::numeric_limits<unsigned int>
319 const float_round_style numeric_limits<long>::round_style; member in std::numeric_limits<long>
344 const float_round_style numeric_limits<unsigned long>::round_style; member in std::numeric_limits<unsigned long>
369 const float_round_style numeric_limits<long long>::round_style; member in std::numeric_limits<long long>
393 const float_round_style numeric_limits<unsigned long long>::round_style; member in std::numeric_limits<unsigned long long>
480 const float_round_style numeric_limits<float>::round_style; member in std::numeric_limits<float>
505 const float_round_style numeric_limits<double>::round_style; member in std::numeric_limits<double>
530 const float_round_style numeric_limits<long double>::round_style; member in std::numeric_limits<long double>
556 const float_round_style numeric_limits<char8_t>::round_style; member in std::numeric_limits<char8_t>
582 const float_round_style numeric_limits<char16_t>::round_style; member in std::numeric_limits<char16_t>
607 const float_round_style numeric_limits<char32_t>::round_style; member in std::numeric_limits<char32_t>