Home
last modified time | relevance | path

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

/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dround_style.pass.cpp20 static_assert(std::numeric_limits<T>::round_style == expected, "round_style test 1"); in test()
21 static_assert(std::numeric_limits<const T>::round_style == expected, "round_style test 2"); in test()
22 static_assert(std::numeric_limits<volatile T>::round_style == expected, "round_style test 3"); in test()
23 …static_assert(std::numeric_limits<const volatile T>::round_style == expected, "round_style test 4"… in test()
Dconst_data_members.pass.cpp66 test(std::numeric_limits<type>::round_style);
/external/libcxx/include/
Dlimits60 static constexpr float_round_style round_style = round_toward_zero;
182 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero;
246 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero;
294 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero;
340 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest;
386 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest;
436 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest;
482 static _LIBCPP_CONSTEXPR const float_round_style round_style = __base::round_style;
530 _LIBCPP_CONSTEXPR const float_round_style numeric_limits<_Tp>::round_style;
575 static _LIBCPP_CONSTEXPR const float_round_style round_style = __base::round_style;
[all …]
/external/opencv3/3rdparty/openexr/Half/
DhalfLimits.h96 static const float_round_style round_style = round_to_nearest; variable
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits/
Ddefault.pass.cpp81 static_assert(std::numeric_limits<A>::round_style == std::round_toward_zero, in main()
/external/eigen/unsupported/test/mpreal/
Dmpreal.h3020 inline static float_round_style round_style()
3065 static const std::float_round_style round_style = round_to_nearest;