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/ |
D | converter_policies.hpp | 45 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/ |
D | check_values.pass.cpp | 19 one test(std::float_round_style);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | limits.hpp | 86 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/ |
D | round_style.pass.cpp | 16 template <class T, std::float_round_style expected>
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _limits.h | 41 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.c | 61 __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/ |
D | limits | 60 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/ |
D | converter.hpp | 26 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 ;
|