/external/libcxx/test/std/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/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);
|
/external/opencv3/3rdparty/openexr/Half/ |
halfLimits.h | 96 static const float_round_style round_style = round_to_nearest; member in class:std::numeric_limits
|
/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...] |
/external/libcxx/test/std/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/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 ;
|
/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/current/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);
|
/external/eigen/unsupported/test/mpreal/ |
mpreal.h | 64 // Meaning that "digits", "round_style" and similar members are defined as functions, not constants.
3020 inline static float_round_style round_style() function in class:std::numeric_limits 3065 static const std::float_round_style round_style = round_to_nearest; member in class:std::numeric_limits [all...] |
/ndk/tests/device/test-libc++-shared-full/jni/ |
Android.mk | [all...] |
/ndk/tests/device/test-libc++-static-full/jni/ |
Android.mk | [all...] |