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

1 2 3

  /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);
  /external/libcxx/include/
limits 55 static constexpr bool is_bounded = false;
177 static _LIBCPP_CONSTEXPR const bool is_bounded = false;
237 static _LIBCPP_CONSTEXPR const bool is_bounded = true;
289 static _LIBCPP_CONSTEXPR const bool is_bounded = true;
335 static _LIBCPP_CONSTEXPR const bool is_bounded = true;
381 static _LIBCPP_CONSTEXPR const bool is_bounded = true;
431 static _LIBCPP_CONSTEXPR const bool is_bounded = true;
477 static _LIBCPP_CONSTEXPR const bool is_bounded = __base::is_bounded;
522 _LIBCPP_CONSTEXPR const bool numeric_limits<_Tp>::is_bounded;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
limits 55 static constexpr bool is_bounded = false;
177 static _LIBCPP_CONSTEXPR const bool is_bounded = false;
237 static _LIBCPP_CONSTEXPR const bool is_bounded = true;
289 static _LIBCPP_CONSTEXPR const bool is_bounded = true;
335 static _LIBCPP_CONSTEXPR const bool is_bounded = true;
381 static _LIBCPP_CONSTEXPR const bool is_bounded = true;
431 static _LIBCPP_CONSTEXPR const bool is_bounded = true;
477 static _LIBCPP_CONSTEXPR const bool is_bounded = __base::is_bounded;
522 _LIBCPP_CONSTEXPR const bool numeric_limits<_Tp>::is_bounded;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
limits 55 static constexpr bool is_bounded = false;
177 static _LIBCPP_CONSTEXPR const bool is_bounded = false;
237 static _LIBCPP_CONSTEXPR const bool is_bounded = true;
289 static _LIBCPP_CONSTEXPR const bool is_bounded = true;
335 static _LIBCPP_CONSTEXPR const bool is_bounded = true;
381 static _LIBCPP_CONSTEXPR const bool is_bounded = true;
431 static _LIBCPP_CONSTEXPR const bool is_bounded = true;
477 static _LIBCPP_CONSTEXPR const bool is_bounded = __base::is_bounded;
522 _LIBCPP_CONSTEXPR const bool numeric_limits<_Tp>::is_bounded;
    [all...]
  /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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
limits 268 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = false;
426 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
496 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
566 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
639 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
707 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
770 static constexpr bool is_bounded = true;
831 static constexpr bool is_bounded = true;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
limits 268 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = false;
426 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
496 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
566 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
639 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
707 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
770 static constexpr bool is_bounded = true;
831 static constexpr bool is_bounded = true;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
limits 271 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = false;
426 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
496 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
566 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
639 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
707 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
770 static constexpr bool is_bounded = true;
831 static constexpr bool is_bounded = true;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
limits 271 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = false;
426 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
496 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
566 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
639 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
707 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
770 static constexpr bool is_bounded = true;
831 static constexpr bool is_bounded = true;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
limits 268 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = false;
426 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
496 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
566 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
639 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
707 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
770 static constexpr bool is_bounded = true;
831 static constexpr bool is_bounded = true;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
limits 268 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = false;
426 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
496 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
566 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
639 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
707 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
770 static constexpr bool is_bounded = true;
831 static constexpr bool is_bounded = true;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
limits 271 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = false;
426 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
496 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
564 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
633 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
701 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
772 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
841 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
limits 249 static const bool is_bounded = false;
349 static const bool is_bounded = true;
403 static const bool is_bounded = true;
454 static const bool is_bounded = true;
505 static const bool is_bounded = true;
556 static const bool is_bounded = true;
608 static const bool is_bounded = true;
659 static const bool is_bounded = true;
711 static const bool is_bounded = true;
762 static const bool is_bounded = true
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
limits 249 static const bool is_bounded = false;
349 static const bool is_bounded = true;
403 static const bool is_bounded = true;
454 static const bool is_bounded = true;
505 static const bool is_bounded = true;
556 static const bool is_bounded = true;
608 static const bool is_bounded = true;
659 static const bool is_bounded = true;
711 static const bool is_bounded = true;
762 static const bool is_bounded = true
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
limits 249 static const bool is_bounded = false;
349 static const bool is_bounded = true;
403 static const bool is_bounded = true;
454 static const bool is_bounded = true;
505 static const bool is_bounded = true;
556 static const bool is_bounded = true;
608 static const bool is_bounded = true;
659 static const bool is_bounded = true;
711 static const bool is_bounded = true;
762 static const bool is_bounded = true
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
limits 249 static const bool is_bounded = false;
349 static const bool is_bounded = true;
403 static const bool is_bounded = true;
454 static const bool is_bounded = true;
505 static const bool is_bounded = true;
556 static const bool is_bounded = true;
608 static const bool is_bounded = true;
659 static const bool is_bounded = true;
711 static const bool is_bounded = true;
762 static const bool is_bounded = true
    [all...]

Completed in 2017 milliseconds

1 2 3