Home
last modified time | relevance | path

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

/external/libcxx/include/
Dlimits60 static constexpr float_round_style round_style = round_toward_zero;
63 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;
341 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest;
387 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest;
437 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest;
483 static _LIBCPP_CONSTEXPR const float_round_style round_style = __base::round_style;
[all …]
/external/clang/test/Modules/Inputs/PR27041/
DTSchemaHelper.h1 namespace std { enum float_round_style { denorm_present }; } enum
DTGenericClassInfo.h2 namespace std { enum float_round_style { denorm_present }; } enum
/external/libcxx/test/std/language.support/support.limits/limits/denorm.style/
Dcheck_values.pass.cpp19 one test(std::float_round_style);
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dround_style.pass.cpp16 template <class T, std::float_round_style expected>
/external/eigen/Eigen/src/Core/arch/CUDA/
DHalf.h491 static const std::float_round_style round_style = std::round_to_nearest;
/external/eigen/unsupported/test/mpreal/
Dmpreal.h3050 inline static float_round_style round_style()
3095 static const std::float_round_style round_style = round_to_nearest;