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/ |
D | round_style.pass.cpp | 20 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()
|
D | const_data_members.pass.cpp | 66 test(std::numeric_limits<type>::round_style);
|
/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 ; 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/ |
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);
|
D | lexical_cast.hpp | 2180 typedef typename Rounder::round_style round_style; typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | limits | 60 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/ |
D | default.pass.cpp | 81 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/ |
D | converter.hpp | 386 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.c | 61 __declare_numeric_base_member(float_round_style, round_style); 133 __declare_float_limits_member(float_round_style, round_style);
|
D | _limits.h | 74 _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/ |
D | Android.mk | 2056 $(call gen-test, language.support/support.limits/limits/numeric.limits.members/round_style)
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 2065 $(call gen-test, language.support/support.limits/limits/numeric.limits.members/round_style)
|