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

1 2

  /external/libcxx/test/std/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); \
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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/mesa3d/src/glsl/
ir_function.cpp 121 bool is_exact; local
122 return matching_signature(actual_parameters, &is_exact);
127 bool *is_exact)
148 *is_exact = true;
171 *is_exact = false;
ast_function.cpp 332 bool is_exact = false; local
333 sig = local_sig = f->matching_signature(actual_parameters, &is_exact);
334 if (is_exact)
354 bool is_exact = false; local
356 builtin->matching_signature(actual_parameters, &is_exact);
362 if (is_exact) {
    [all...]
  /art/compiler/optimizing/
reference_type_propagation.cc 166 ReferenceTypeInfo::Create(class_rti.GetTypeHandle(), /* is_exact */ false));
196 instr->SetLoadedClassRTI(ReferenceTypeInfo::Create(handle, /* is_exact */ true));
199 instr->SetReferenceTypeInfo(ReferenceTypeInfo::Create(class_handle, /* is_exact */ true));
226 bool is_exact = a.IsExact() && b.IsExact(); local
235 is_exact = false;
238 is_exact = false;
242 is_exact = false;
247 ? ReferenceTypeInfo::CreateTop(is_exact)
248 : ReferenceTypeInfo::Create(type_handle, is_exact);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
lcast_precision.hpp 58 !limits::is_specialized || limits::is_exact
116 !limits::is_specialized || limits::is_exact;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
limits.hpp 60 BOOST_STATIC_CONSTANT(bool, is_exact = true);
113 BOOST_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);
  /prebuilts/ndk/9/sources/cxx-stl/EH/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 84 _STLP_STATIC_CONSTANT(bool, is_exact = false);
139 _STLP_STATIC_CONSTANT(bool, is_exact = true);
318 _STLP_STATIC_CONSTANT(bool, is_exact = true);
337 _STLP_STATIC_CONSTANT(bool, is_exact = true);
  /external/libcxx/test/std/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");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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");
  /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);

Completed in 1617 milliseconds

1 2