Lines Matching defs:round_style
63 const float_round_style __numeric_limits_base::round_style; member in std::__numeric_limits_base
88 const float_round_style numeric_limits<bool>::round_style; member in std::numeric_limits<bool>
113 const float_round_style numeric_limits<char>::round_style; member in std::numeric_limits<char>
138 const float_round_style numeric_limits<signed char>::round_style; member in std::numeric_limits<signed char>
163 const float_round_style numeric_limits<unsigned char>::round_style; member in std::numeric_limits<unsigned char>
190 const float_round_style numeric_limits<wchar_t>::round_style; member in std::numeric_limits<wchar_t>
216 const float_round_style numeric_limits<short>::round_style; member in std::numeric_limits<short>
241 const float_round_style numeric_limits<unsigned short>::round_style; member in std::numeric_limits<unsigned short>
266 const float_round_style numeric_limits<int>::round_style; member in std::numeric_limits<int>
291 const float_round_style numeric_limits<unsigned int>::round_style; member in std::numeric_limits<unsigned int>
316 const float_round_style numeric_limits<long>::round_style; member in std::numeric_limits<long>
341 const float_round_style numeric_limits<unsigned long>::round_style; member in std::numeric_limits<unsigned long>
366 const float_round_style numeric_limits<long long>::round_style; member in std::numeric_limits<long long>
390 const float_round_style numeric_limits<unsigned long long>::round_style; member in std::numeric_limits<unsigned long long>
415 const float_round_style numeric_limits<__int128>::round_style; member in std::numeric_limits<__int128>
439 const float_round_style numeric_limits<unsigned __int128>::round_style; member in std::numeric_limits<unsigned __int128>
465 const float_round_style numeric_limits<float>::round_style; member in std::numeric_limits<float>
490 const float_round_style numeric_limits<double>::round_style; member in std::numeric_limits<double>
515 const float_round_style numeric_limits<long double>::round_style; member in std::numeric_limits<long double>
540 const float_round_style numeric_limits<char16_t>::round_style; member in std::numeric_limits<char16_t>
565 const float_round_style numeric_limits<char32_t>::round_style; member in std::numeric_limits<char32_t>