Home
last modified time | relevance | path

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

/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 ;
66 typedef mpl::integral_c< std::float_round_style, std::round_toward_neg_infinity> round_style ;
85 typedef mpl::integral_c< std::float_round_style, std::round_toward_infinity> round_style ;
124 typedef mpl::integral_c< std::float_round_style, std::round_to_nearest> round_style ;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/denorm.style/
Dcheck_values.pass.cpp19 one test(std::float_round_style);
/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);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
Dround_style.pass.cpp16 template <class T, std::float_round_style expected>
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_limits.h41 enum float_round_style { enum
74 _STLP_STATIC_CONSTANT(float_round_style, round_style = round_toward_zero);
142 float_round_style __RoundStyle>
155 _STLP_STATIC_CONSTANT(float_round_style, round_style = __RoundStyle);
D_limits.c61 __declare_numeric_base_member(float_round_style, round_style);
109 float_round_style __RoundStyle> \
133 __declare_float_limits_member(float_round_style, round_style);
/ndk/sources/cxx-stl/llvm-libc++/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;
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;
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
Dconverter.hpp26 typedef mpl::integral_c<std::float_round_style, std::round_toward_zero> round2zero_c ;
27 typedef mpl::integral_c<std::float_round_style, std::round_to_nearest> round2nearest_c ;
28 typedef mpl::integral_c<std::float_round_style, std::round_toward_infinity> round2inf_c ;
29 typedef mpl::integral_c<std::float_round_style, std::round_toward_neg_infinity> round2neg_inf_c ;