HomeSort by relevance Sort by last modified time
    Searched refs:is_bounded (Results 1 - 25 of 38) sorted by null

1 2

  /external/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
is_bounded.pass.cpp 12 // is_bounded
20 static_assert(std::numeric_limits<T>::is_bounded == expected, "is_bounded test 1");
21 static_assert(std::numeric_limits<const T>::is_bounded == expected, "is_bounded test 2");
22 static_assert(std::numeric_limits<volatile T>::is_bounded == expected, "is_bounded test 3");
23 static_assert(std::numeric_limits<const volatile T>::is_bounded == expected, "is_bounded test 4");
digits10.pass.cpp 22 static_assert(std::numeric_limits<T>::is_bounded, "digits10 test 5");
24 static_assert(std::numeric_limits<const T>::is_bounded, "digits10 test 6");
26 static_assert(std::numeric_limits<volatile T>::is_bounded, "digits10 test 7");
28 static_assert(std::numeric_limits<const volatile T>::is_bounded, "digits10 test 8");
lowest.pass.cpp 25 assert(std::numeric_limits<T>::is_bounded);
27 assert(std::numeric_limits<const T>::is_bounded);
29 assert(std::numeric_limits<volatile T>::is_bounded);
31 assert(std::numeric_limits<const volatile T>::is_bounded);
max.pass.cpp 25 assert(std::numeric_limits<T>::is_bounded);
27 assert(std::numeric_limits<const T>::is_bounded);
29 assert(std::numeric_limits<volatile T>::is_bounded);
31 assert(std::numeric_limits<const volatile T>::is_bounded);
min.pass.cpp 25 assert(std::numeric_limits<T>::is_bounded || !std::numeric_limits<T>::is_signed);
27 assert(std::numeric_limits<const T>::is_bounded || !std::numeric_limits<const T>::is_signed);
29 assert(std::numeric_limits<volatile T>::is_bounded || !std::numeric_limits<volatile T>::is_signed);
31 assert(std::numeric_limits<const volatile T>::is_bounded || !std::numeric_limits<const volatile T>::is_signed);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
is_bounded.pass.cpp 12 // is_bounded
20 static_assert(std::numeric_limits<T>::is_bounded == expected, "is_bounded test 1");
21 static_assert(std::numeric_limits<const T>::is_bounded == expected, "is_bounded test 2");
22 static_assert(std::numeric_limits<volatile T>::is_bounded == expected, "is_bounded test 3");
23 static_assert(std::numeric_limits<const volatile T>::is_bounded == expected, "is_bounded test 4");
digits10.pass.cpp 22 static_assert(std::numeric_limits<T>::is_bounded, "digits10 test 5");
24 static_assert(std::numeric_limits<const T>::is_bounded, "digits10 test 6");
26 static_assert(std::numeric_limits<volatile T>::is_bounded, "digits10 test 7");
28 static_assert(std::numeric_limits<const volatile T>::is_bounded, "digits10 test 8");
lowest.pass.cpp 25 assert(std::numeric_limits<T>::is_bounded);
27 assert(std::numeric_limits<const T>::is_bounded);
29 assert(std::numeric_limits<volatile T>::is_bounded);
31 assert(std::numeric_limits<const volatile T>::is_bounded);
max.pass.cpp 25 assert(std::numeric_limits<T>::is_bounded);
27 assert(std::numeric_limits<const T>::is_bounded);
29 assert(std::numeric_limits<volatile T>::is_bounded);
31 assert(std::numeric_limits<const volatile T>::is_bounded);
min.pass.cpp 25 assert(std::numeric_limits<T>::is_bounded || !std::numeric_limits<T>::is_signed);
27 assert(std::numeric_limits<const T>::is_bounded || !std::numeric_limits<const T>::is_signed);
29 assert(std::numeric_limits<volatile T>::is_bounded || !std::numeric_limits<volatile T>::is_signed);
31 assert(std::numeric_limits<const volatile T>::is_bounded || !std::numeric_limits<const volatile T>::is_signed);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
limits.hpp 81 BOOST_STATIC_CONSTANT(bool, is_bounded = true);
134 BOOST_STATIC_CONSTANT(bool, is_bounded = true);
  /external/stlport/stlport/stl/
_limits.c 57 __declare_numeric_base_member(bool, is_bounded);
76 __declare_integer_limits_member(bool, is_bounded);
91 _STLP_TEMPLATE_NULL const bool numeric_limits<__integer>::is_bounded; \
130 __declare_float_limits_member(bool, is_bounded);
_limits.h 85 _STLP_STATIC_CONSTANT(bool, is_bounded = false);
131 _STLP_STATIC_CONSTANT(bool, is_bounded = true);
173 _STLP_STATIC_CONSTANT(bool, is_bounded = true);
310 _STLP_STATIC_CONSTANT(bool, is_bounded = true);
329 _STLP_STATIC_CONSTANT(bool, is_bounded = true);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_limits.c 57 __declare_numeric_base_member(bool, is_bounded);
76 __declare_integer_limits_member(bool, is_bounded);
91 _STLP_TEMPLATE_NULL const bool numeric_limits<__integer>::is_bounded; \
130 __declare_float_limits_member(bool, is_bounded);
_limits.h 85 _STLP_STATIC_CONSTANT(bool, is_bounded = false);
131 _STLP_STATIC_CONSTANT(bool, is_bounded = true);
173 _STLP_STATIC_CONSTANT(bool, is_bounded = true);
310 _STLP_STATIC_CONSTANT(bool, is_bounded = true);
329 _STLP_STATIC_CONSTANT(bool, is_bounded = true);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_limits.c 57 __declare_numeric_base_member(bool, is_bounded);
76 __declare_integer_limits_member(bool, is_bounded);
91 _STLP_TEMPLATE_NULL const bool numeric_limits<__integer>::is_bounded; \
130 __declare_float_limits_member(bool, is_bounded);
_limits.h 85 _STLP_STATIC_CONSTANT(bool, is_bounded = false);
131 _STLP_STATIC_CONSTANT(bool, is_bounded = true);
173 _STLP_STATIC_CONSTANT(bool, is_bounded = true);
310 _STLP_STATIC_CONSTANT(bool, is_bounded = true);
329 _STLP_STATIC_CONSTANT(bool, is_bounded = true);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_limits.c 57 __declare_numeric_base_member(bool, is_bounded);
76 __declare_integer_limits_member(bool, is_bounded);
91 _STLP_TEMPLATE_NULL const bool numeric_limits<__integer>::is_bounded; \
130 __declare_float_limits_member(bool, is_bounded);
_limits.h 85 _STLP_STATIC_CONSTANT(bool, is_bounded = false);
131 _STLP_STATIC_CONSTANT(bool, is_bounded = true);
173 _STLP_STATIC_CONSTANT(bool, is_bounded = true);
310 _STLP_STATIC_CONSTANT(bool, is_bounded = true);
329 _STLP_STATIC_CONSTANT(bool, is_bounded = true);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_limits.c 57 __declare_numeric_base_member(bool, is_bounded);
76 __declare_integer_limits_member(bool, is_bounded);
91 _STLP_TEMPLATE_NULL const bool numeric_limits<__integer>::is_bounded; \
130 __declare_float_limits_member(bool, is_bounded);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_limits.c 57 __declare_numeric_base_member(bool, is_bounded);
76 __declare_integer_limits_member(bool, is_bounded);
91 _STLP_TEMPLATE_NULL const bool numeric_limits<__integer>::is_bounded; \
130 __declare_float_limits_member(bool, is_bounded);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_limits.c 57 __declare_numeric_base_member(bool, is_bounded);
76 __declare_integer_limits_member(bool, is_bounded);
91 _STLP_TEMPLATE_NULL const bool numeric_limits<__integer>::is_bounded; \
130 __declare_float_limits_member(bool, is_bounded);
  /external/stlport/test/unit/
limits_test.cpp 96 if (lim::is_bounded ||
97 (!lim::is_bounded && !lim::is_signed)) {
102 if (lim::is_bounded) {
  /ndk/tests/device/test-gnustl-full/unit/
limits_test.cpp 96 if (lim::is_bounded ||
97 (!lim::is_bounded && !lim::is_signed)) {
102 if (lim::is_bounded) {
  /ndk/tests/device/test-stlport/unit/
limits_test.cpp 96 if (lim::is_bounded ||
97 (!lim::is_bounded && !lim::is_signed)) {
102 if (lim::is_bounded) {

Completed in 1749 milliseconds

1 2