Home
last modified time | relevance | path

Searched refs:is_equal (Results 1 – 21 of 21) sorted by relevance

/external/libcxxabi/src/
Dprivate_typeinfo.cpp60 is_equal(const std::type_info* x, const std::type_info* y, bool use_strcmp) in is_equal() function
184 return is_equal(this, thrown_type, false); in can_catch()
212 return is_equal(this, thrown_type, false); in can_catch()
226 if (is_equal(this, thrown_type, false)) in can_catch()
281 if (is_equal(this, info->static_type, false)) in has_unambiguous_public_base()
290 if (is_equal(this, info->static_type, false)) in has_unambiguous_public_base()
322 if (is_equal(this, info->static_type, false)) in has_unambiguous_public_base()
356 return is_equal(this, thrown_type, use_strcmp); in can_catch()
372 if (is_equal(thrown_type, &typeid(std::nullptr_t), false)) { in can_catch()
396 if (is_equal(__pointee, thrown_pointer_type->__pointee, false)) in can_catch()
[all …]
/external/libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/
Dis_equal.pass.cpp38 noexcept(r1->is_equal(*r2)) in main()
51 assert(M1.is_equal(M2) == false); in main()
55 assert(M2.is_equal(M1) == false); in main()
68 assert(M1.is_equal(M2) == false); in main()
72 assert(M2.is_equal(M1) == false); in main()
85 assert(M1.is_equal(M2) == true); in main()
89 assert(M2.is_equal(M1) == true); in main()
/external/libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/
Ddo_is_equal.pass.cpp51 assert(m1.is_equal(m2)); in main()
52 assert(m2.is_equal(m1)); in main()
66 assert(!m1.is_equal(m2)); in main()
67 assert(!m2.is_equal(m1)); in main()
80 assert(!m1.is_equal(m2)); in main()
81 assert(!m2.is_equal(m1)); in main()
/external/epid-sdk/epid/member/tpm2/src/
Dcommit.c95 bool is_equal = false; in Tpm2Commit() local
150 sts = EcIsEqual(G1, k, infinity, &is_equal); in Tpm2Commit()
152 if (is_equal) { in Tpm2Commit()
156 sts = EcIsEqual(G1, l, infinity, &is_equal); in Tpm2Commit()
158 if (is_equal) { in Tpm2Commit()
172 sts = EcIsEqual(G1, e, infinity, &is_equal); in Tpm2Commit()
174 if (is_equal) { in Tpm2Commit()
/external/libcxx/test/std/experimental/memory/memory.resource.global/
Dnull_memory_resource.pass.cpp71 assert(r1.is_equal(r2)); in test_equality()
72 assert(r2.is_equal(r1)); in test_equality()
81 assert(!r1.is_equal(r2)); in test_equality()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/gdb-scripts/
Dprettyprinters.py155 is_equal = gdb.parse_and_eval(n + '::isEqual')
167 …while self.cur != self.end and (is_equal(self.cur.dereference()['first'], empty) or is_equal(self.…
/external/epid-sdk/epid/common/math/src/
Dfinitefield.c1186 bool* is_equal) { in FfIsEqual() argument
1190 if (!ff || !a || !b || !is_equal) { in FfIsEqual()
1208 *is_equal = IPP_IS_EQ == result; in FfIsEqual()
1352 bool is_equal = false; in FfSqrt() local
1496 result = FfIsEqual(ff, gg, qm1_ffe, &is_equal); in FfSqrt()
1500 } while (!is_equal); in FfSqrt()
1568 result = FfIsEqual(ff, temp, one_ffe, &is_equal); in FfSqrt()
1569 if (!is_equal) { in FfSqrt()
1626 result = FfIsEqual(ff, dd, a, &is_equal); in FfSqrt()
1630 if (!is_equal) { in FfSqrt()
Decgroup.c1176 bool* is_equal) { in EcIsEqual() argument
1180 if (!g || !a || !b || !is_equal) { in EcIsEqual()
1199 *is_equal = ippECPointIsEqual == result; in EcIsEqual()
/external/skqp/tests/
DRecordOptsTest.cpp379 static bool is_equal(SkSurface* a, SkSurface* b) { in is_equal() function
415 REPORTER_ASSERT(r, is_equal(surf0.get(), surf1.get())); in do_savelayer_srcmode()
417 REPORTER_ASSERT(r, is_equal(surf0.get(), surf1.get())); in do_savelayer_srcmode()
/external/skia/tests/
DRecordOptsTest.cpp379 static bool is_equal(SkSurface* a, SkSurface* b) { in is_equal() function
415 REPORTER_ASSERT(r, is_equal(surf0.get(), surf1.get())); in do_savelayer_srcmode()
417 REPORTER_ASSERT(r, is_equal(surf0.get(), surf1.get())); in do_savelayer_srcmode()
/external/epid-sdk/epid/common/math/
Decgroup.h465 bool* is_equal);
Dfinitefield.h446 bool* is_equal);
/external/libchrome/base/threading/
Dplatform_thread.h88 bool is_equal(const PlatformThreadHandle& other) const { in is_equal() function
/external/harfbuzz_ng/src/
Dhb-set.hh91 bool is_equal (const page_t *other) const in is_equal() function
384 bool is_equal (const hb_set_t *other) const in is_equal() function
398 !page_at (a).is_equal (&other->page_at (b))) in is_equal()
Dhb-set.cc291 return set->is_equal (other); in hb_set_is_equal()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.h139 if (P != vec.end() && is_equal(*P, v)) in insert()
146 if (P == vec.end() || !is_equal(*P, v)) in erase()
156 bool is_equal(const V& v1, const V& v2) { in is_equal() function
162 return (P != vec.end() && is_equal(*P, v)) ? P : vec.end(); in find()
/external/python/cpython2/Lib/test/
Dtest_complex.py156 def check(n, deltas, is_equal, imag = 0.0): argument
160 self.assertIs(complex.__eq__(z, i), is_equal(delta))
161 self.assertIs(complex.__ne__(z, i), not is_equal(delta))
/external/libcxx/include/experimental/
Dmemory_resource116 bool is_equal(memory_resource const & __other) const _NOEXCEPT
131 return &__lhs == &__rhs || __lhs.is_equal(__rhs);
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction_test.cc839 bool is_equal = instruction1.Identical(instruction2); in Identical() local
841 EXPECT_EQ(is_equal, instruction2.Identical(instruction1)); in Identical()
842 return is_equal; in Identical()
863 bool is_equal = in StructuralEqual() local
866 EXPECT_EQ(is_equal, instruction2.Identical(instruction1, eq_operand_shapes, in StructuralEqual()
868 return is_equal; in StructuralEqual()
/external/python/cpython3/Lib/test/
Dtest_complex.py145 def check(n, deltas, is_equal, imag = 0.0): argument
149 self.assertIs(complex.__eq__(z, i), is_equal(delta))
150 self.assertIs(complex.__ne__(z, i), not is_equal(delta))
/external/v8/src/
Dobjects.cc11657 bool is_equal; in Equals() local
11660 is_equal = Equals<uint8_t, uint8_t>(&state_1_, &state_2_, to_check); in Equals()
11662 is_equal = Equals<uint8_t, uint16_t>(&state_1_, &state_2_, to_check); in Equals()
11666 is_equal = Equals<uint16_t, uint8_t>(&state_1_, &state_2_, to_check); in Equals()
11668 is_equal = Equals<uint16_t, uint16_t>(&state_1_, &state_2_, to_check); in Equals()
11672 if (!is_equal) return false; in Equals()