Home
last modified time | relevance | path

Searched refs:float_round_style (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/libcxx/include/
H A Dlimits59 static constexpr float_round_style round_style = round_toward_zero;
62 enum float_round_style
124 enum float_round_style
182 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero;
247 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero;
295 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero;
345 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest;
395 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest;
449 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest;
543 _LIBCPP_CONSTEXPR const float_round_style numeric_limits<_Tp>::round_style;
[all …]
/llvm-project-15.0.7/clang/test/Modules/Inputs/PR27041/
H A DTSchemaHelper.h1 namespace std { enum float_round_style { denorm_present }; } enum
H A DTGenericClassInfo.h2 namespace std { enum float_round_style { denorm_present }; } enum
/llvm-project-15.0.7/libcxx/test/std/language.support/support.limits/limits/denorm.style/
H A Dcheck_values.pass.cpp20 one test(std::float_round_style);
/llvm-project-15.0.7/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
H A Dround_style.pass.cpp17 template <class T, std::float_round_style expected>
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DStdSymbolMap.inc355 SYMBOL(float_round_style, std::, <limits>)