HomeSort by relevance Sort by last modified time
    Searched refs:is_exact (Results 1 - 19 of 19) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.limits/limits/numeric.limits.members/
is_exact.pass.cpp 12 // is_exact
20 static_assert(std::numeric_limits<T>::is_exact == expected, "is_exact test 1");
21 static_assert(std::numeric_limits<const T>::is_exact == expected, "is_exact test 2");
22 static_assert(std::numeric_limits<volatile T>::is_exact == expected, "is_exact test 3");
23 static_assert(std::numeric_limits<const volatile T>::is_exact == expected, "is_exact test 4");
const_data_members.pass.cpp 21 is_exact
50 test(std::numeric_limits<type>::is_exact); \
  /external/stlport/stlport/stl/
_limits.c 45 __declare_numeric_base_member(bool, is_exact);
74 __declare_integer_limits_member(bool, is_exact);
90 _STLP_TEMPLATE_NULL const bool numeric_limits<__integer>::is_exact; \
_limits.h 79 _STLP_STATIC_CONSTANT(bool, is_exact = false);
130 _STLP_STATIC_CONSTANT(bool, is_exact = true);
309 _STLP_STATIC_CONSTANT(bool, is_exact = true);
328 _STLP_STATIC_CONSTANT(bool, is_exact = true);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_limits.c 45 __declare_numeric_base_member(bool, is_exact);
74 __declare_integer_limits_member(bool, is_exact);
90 _STLP_TEMPLATE_NULL const bool numeric_limits<__integer>::is_exact; \
_limits.h 79 _STLP_STATIC_CONSTANT(bool, is_exact = false);
130 _STLP_STATIC_CONSTANT(bool, is_exact = true);
309 _STLP_STATIC_CONSTANT(bool, is_exact = true);
328 _STLP_STATIC_CONSTANT(bool, is_exact = true);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_limits.c 45 __declare_numeric_base_member(bool, is_exact);
74 __declare_integer_limits_member(bool, is_exact);
90 _STLP_TEMPLATE_NULL const bool numeric_limits<__integer>::is_exact; \
_limits.h 79 _STLP_STATIC_CONSTANT(bool, is_exact = false);
130 _STLP_STATIC_CONSTANT(bool, is_exact = true);
309 _STLP_STATIC_CONSTANT(bool, is_exact = true);
328 _STLP_STATIC_CONSTANT(bool, is_exact = true);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_limits.c 45 __declare_numeric_base_member(bool, is_exact);
74 __declare_integer_limits_member(bool, is_exact);
90 _STLP_TEMPLATE_NULL const bool numeric_limits<__integer>::is_exact; \
_limits.h 79 _STLP_STATIC_CONSTANT(bool, is_exact = false);
130 _STLP_STATIC_CONSTANT(bool, is_exact = true);
309 _STLP_STATIC_CONSTANT(bool, is_exact = true);
328 _STLP_STATIC_CONSTANT(bool, is_exact = true);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_limits.c 45 __declare_numeric_base_member(bool, is_exact);
74 __declare_integer_limits_member(bool, is_exact);
90 _STLP_TEMPLATE_NULL const bool numeric_limits<__integer>::is_exact; \
_limits.h 79 _STLP_STATIC_CONSTANT(bool, is_exact = false);
130 _STLP_STATIC_CONSTANT(bool, is_exact = true);
309 _STLP_STATIC_CONSTANT(bool, is_exact = true);
328 _STLP_STATIC_CONSTANT(bool, is_exact = true);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_limits.c 45 __declare_numeric_base_member(bool, is_exact);
74 __declare_integer_limits_member(bool, is_exact);
90 _STLP_TEMPLATE_NULL const bool numeric_limits<__integer>::is_exact; \
_limits.h 79 _STLP_STATIC_CONSTANT(bool, is_exact = false);
130 _STLP_STATIC_CONSTANT(bool, is_exact = true);
309 _STLP_STATIC_CONSTANT(bool, is_exact = true);
328 _STLP_STATIC_CONSTANT(bool, is_exact = true);
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.limits/limits/numeric.limits/
default.pass.cpp 43 static_assert(std::numeric_limits<A>::is_exact == false,
44 "std::numeric_limits<A>::is_exact == false");
  /external/stlport/test/unit/
limits_test.cpp 74 CHECK_COND(lim::is_exact);
  /ndk/tests/device/test-gnustl-full/unit/
limits_test.cpp 74 CHECK_COND(lim::is_exact);
  /ndk/tests/device/test-stlport/unit/
limits_test.cpp 74 CHECK_COND(lim::is_exact);
  /external/regex-re2/re2/
prefilter.cc 227 bool is_exact() const { return is_exact_; } function in class:re2::Prefilter::Info
591 if (!ci->is_exact() ||

Completed in 726 milliseconds