Searched refs:round_style (Results 1 - 9 of 9) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
H A Dround_style.pass.cpp12 // round_style
20 static_assert(std::numeric_limits<T>::round_style == expected, "round_style test 1");
21 static_assert(std::numeric_limits<const T>::round_style == expected, "round_style test 2");
22 static_assert(std::numeric_limits<volatile T>::round_style == expected, "round_style test 3");
23 static_assert(std::numeric_limits<const volatile T>::round_style == expected, "round_style test 4");
H A Dconst_data_members.pass.cpp37 round_style
66 test(std::numeric_limits<type>::round_style);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
H A Dconverter_policies.hpp45 typedef mpl::integral_c< std::float_round_style, std::round_toward_zero> round_style ; typedef in struct:boost::numeric::Trunc
66 typedef mpl::integral_c< std::float_round_style, std::round_toward_neg_infinity> round_style ; typedef in struct:boost::numeric::Floor
85 typedef mpl::integral_c< std::float_round_style, std::round_toward_infinity> round_style ; typedef in struct:boost::numeric::Ceil
124 typedef mpl::integral_c< std::float_round_style, std::round_to_nearest> round_style ; typedef in struct:boost::numeric::RoundEven
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
H A 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);
H A Dlexical_cast.hpp2180 typedef typename Rounder::round_style round_style; typedef in struct:boost::detail::detect_precision_loss
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits/
H A Ddefault.pass.cpp81 static_assert(std::numeric_limits<A>::round_style == std::round_toward_zero,
82 "std::numeric_limits<A>::round_style == std::round_toward_zero");
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
H A Dconverter.hpp386 typedef typename Float2IntRounder::round_style round_style ; typedef in struct:boost::numeric::convdetail::GetRC_Float2Int
388 typedef typename for_round_style<round_style,ToZero,ToNearest,ToInf,ToNegInf>::type type ;
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_limits.c61 __declare_numeric_base_member(float_round_style, round_style);
133 __declare_float_limits_member(float_round_style, round_style);
H A D_limits.h74 _STLP_STATIC_CONSTANT(float_round_style, round_style = round_toward_zero);
155 _STLP_STATIC_CONSTANT(float_round_style, round_style = __RoundStyle);

Completed in 407 milliseconds