/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/ |
round_style.pass.cpp | 12 // 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");
|
const_data_members.pass.cpp | 37 round_style 66 test(std::numeric_limits<type>::round_style);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/ |
converter_policies.hpp | 45 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/ |
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);
|
lexical_cast.hpp | 2180 typedef typename Rounder::round_style round_style; typedef in struct:boost::detail::detect_precision_loss [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits/ |
default.pass.cpp | 81 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/ |
converter.hpp | 386 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 ;
|
/external/stlport/stlport/stl/ |
_limits.c | 61 __declare_numeric_base_member(float_round_style, round_style); 133 __declare_float_limits_member(float_round_style, round_style);
|
_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/sources/cxx-stl/stlport/stlport/stl/ |
_limits.c | 61 __declare_numeric_base_member(float_round_style, round_style); 133 __declare_float_limits_member(float_round_style, round_style);
|
_limits.h | 74 _STLP_STATIC_CONSTANT(float_round_style, round_style = round_toward_zero); 155 _STLP_STATIC_CONSTANT(float_round_style, round_style = __RoundStyle);
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_limits.c | 61 __declare_numeric_base_member(float_round_style, round_style); 133 __declare_float_limits_member(float_round_style, round_style);
|
_limits.h | 74 _STLP_STATIC_CONSTANT(float_round_style, round_style = round_toward_zero); 155 _STLP_STATIC_CONSTANT(float_round_style, round_style = __RoundStyle);
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_limits.c | 61 __declare_numeric_base_member(float_round_style, round_style); 133 __declare_float_limits_member(float_round_style, round_style);
|
_limits.h | 74 _STLP_STATIC_CONSTANT(float_round_style, round_style = round_toward_zero); 155 _STLP_STATIC_CONSTANT(float_round_style, round_style = __RoundStyle);
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_limits.c | 61 __declare_numeric_base_member(float_round_style, round_style); 133 __declare_float_limits_member(float_round_style, round_style);
|
_limits.h | 74 _STLP_STATIC_CONSTANT(float_round_style, round_style = round_toward_zero); 155 _STLP_STATIC_CONSTANT(float_round_style, round_style = __RoundStyle);
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_limits.c | 61 __declare_numeric_base_member(float_round_style, round_style); 133 __declare_float_limits_member(float_round_style, round_style);
|
_limits.h | 74 _STLP_STATIC_CONSTANT(float_round_style, round_style = round_toward_zero); 155 _STLP_STATIC_CONSTANT(float_round_style, round_style = __RoundStyle);
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_limits.c | 61 __declare_numeric_base_member(float_round_style, round_style); 133 __declare_float_limits_member(float_round_style, round_style);
|
_limits.h | 74 _STLP_STATIC_CONSTANT(float_round_style, round_style = round_toward_zero); 155 _STLP_STATIC_CONSTANT(float_round_style, round_style = __RoundStyle);
|