Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
Dconverter_policies.hpp45 typedef mpl::integral_c< std::float_round_style, std::round_toward_zero> round_style ; typedef
66 typedef mpl::integral_c< std::float_round_style, std::round_toward_neg_infinity> round_style ; typedef
85 typedef mpl::integral_c< std::float_round_style, std::round_toward_infinity> round_style ; typedef
124 typedef mpl::integral_c< std::float_round_style, std::round_to_nearest> round_style ; typedef
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dlimits.hpp86 BOOST_STATIC_CONSTANT(float_round_style, round_style = round_toward_zero);
139 BOOST_STATIC_CONSTANT(float_round_style, round_style = round_toward_zero);
Dlexical_cast.hpp2180 typedef typename Rounder::round_style round_style; typedef
/ndk/sources/cxx-stl/llvm-libc++/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 …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits/
Ddefault.pass.cpp81 static_assert(std::numeric_limits<A>::round_style == std::round_toward_zero, in main()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
Dconverter.hpp386 typedef typename Float2IntRounder::round_style round_style ; typedef
388 typedef typename for_round_style<round_style,ToZero,ToNearest,ToInf,ToNegInf>::type type ;
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_limits.c61 __declare_numeric_base_member(float_round_style, round_style);
133 __declare_float_limits_member(float_round_style, round_style);
D_limits.h74 _STLP_STATIC_CONSTANT(float_round_style, round_style = round_toward_zero);
155 _STLP_STATIC_CONSTANT(float_round_style, round_style = __RoundStyle);
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk2056 $(call gen-test, language.support/support.limits/limits/numeric.limits.members/round_style)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk2065 $(call gen-test, language.support/support.limits/limits/numeric.limits.members/round_style)