Home
last modified time | relevance | path

Searched defs:is_equal (Results 1 – 25 of 25) sorted by relevance

/external/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/alg.partitions/
Dpartition.pass.cpp53 is_equal(Iterator first, Iterator last, Iterator d_first) in is_equal() function
60 is_equal(Iterator, Iterator, Iterator) in is_equal() function
/external/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/
Dnth_element.pass.cpp57 is_equal(const DataType<T>& x, const DataType<T>& y) in is_equal() function
64 is_equal(const T& x, const T& y) in is_equal() function
/external/libchrome/base/threading/
Dplatform_thread.h88 bool is_equal(const PlatformThreadHandle& other) const { in is_equal() function
/external/rust/crates/ring/crypto/fipsmodule/ec/
Dgfp_p384.c66 static inline Limb is_equal(const Elem a, const Elem b) { in is_equal() function
Decp_nistz256.c82 static inline Limb is_equal(const Limb a[P256_LIMBS], const Limb b[P256_LIMBS]) { in is_equal() function
/external/perfetto/src/trace_processor/dynamic/
Dexperimental_slice_layout_generator.cc83 bool is_equal = c.op == FilterOp::kEq; in ComputeTable() local
/external/harfbuzz_ng/src/
Dhb-set.hh92 bool is_equal (const page_t *other) const in is_equal() function
408 bool is_equal (const hb_set_t *other) const in is_equal() function
/external/skqp/tests/
DRecordOptsTest.cpp379 static bool is_equal(SkSurface* a, SkSurface* b) { in is_equal() function
/external/skia/tests/
DRecordOptsTest.cpp366 static bool is_equal(SkSurface* a, SkSurface* b) { in is_equal() function
/external/python/cpython3/Lib/test/
Dtest_complex.py144 def check(n, deltas, is_equal, imag = 0.0): argument
/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
/external/python/cpython2/Lib/test/
Dtest_complex.py156 def check(n, deltas, is_equal, imag = 0.0): argument
/external/llvm-project/libcxxabi/src/
Dprivate_typeinfo.cpp54 is_equal(const std::type_info* x, const std::type_info* y, bool use_strcmp) in is_equal() function
/external/llvm-project/clang/test/SemaCXX/
Dsource_location.cpp47 constexpr bool is_equal(const char *LHS, const char *RHS) { in is_equal() function
/external/llvm-project/polly/lib/External/isl/
Disl_space.c938 isl_bool is_equal; in isl_space_check_equal_tuples() local
2424 isl_bool is_equal; in isl_space_check_domain_tuples() local
Disl_union_templ.c1222 isl_bool is_equal; in FN() local
Disl_scheduler.c596 int is_equal; in graph_find_matching_edge() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction_test.cc899 bool is_equal = instruction1.Identical(instruction2); in Identical() local
923 bool is_equal = in StructuralEqual() local
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py6709 def is_equal(arg0, arg1): member in union_map
7655 def is_equal(arg0, arg1): member in map
8370 def is_equal(arg0, arg1): member in basic_map
8806 def is_equal(arg0, arg1): member in union_set
9408 def is_equal(arg0, arg1): member in set
10052 def is_equal(arg0, arg1): member in basic_set
12266 def is_equal(arg0, arg1): member in schedule_node
13302 def is_equal(arg0, arg1): member in space
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.h157 bool is_equal(const V& v1, const V& v2) { in is_equal() function
/external/llvm-project/polly/lib/External/isl/include/isl/
Disl-noexceptions.h4774 boolean ast_expr::is_equal(const ast_expr &expr2) const in is_equal() function
5799 boolean basic_map::is_equal(const basic_map &bmap2) const in is_equal() function
6552 boolean basic_set::is_equal(const basic_set &bset2) const in is_equal() function
7899 boolean local_space::is_equal(const local_space &ls2) const in is_equal() function
8558 boolean map::is_equal(const map &map2) const in is_equal() function
9388 boolean mat::is_equal(const mat &mat2) const in is_equal() function
10254 boolean multi_pw_aff::is_equal(const multi_pw_aff &mpa2) const in is_equal() function
11714 boolean pw_aff::is_equal(const pw_aff &pa2) const in is_equal() function
12446 boolean pw_multi_aff::is_equal(const pw_multi_aff &pma2) const in is_equal() function
14376 boolean schedule_node::is_equal(const schedule_node &node2) const in is_equal() function
[all …]
Dcpp-checked.h5521 boolean basic_map::is_equal(const isl::checked::basic_map &bmap2) const in is_equal() function
5694 boolean basic_set::is_equal(const isl::checked::basic_set &bset2) const in is_equal() function
6376 boolean map::is_equal(const isl::checked::map &map2) const in is_equal() function
9575 boolean schedule_node::is_equal(const isl::checked::schedule_node &node2) const in is_equal() function
10490 boolean set::is_equal(const isl::checked::set &set2) const in is_equal() function
10805 boolean space::is_equal(const isl::checked::space &space2) const in is_equal() function
11452 boolean union_map::is_equal(const isl::checked::union_map &umap2) const in is_equal() function
12453 boolean union_set::is_equal(const isl::checked::union_set &uset2) const in is_equal() function
Dcpp.h6364 bool basic_map::is_equal(const isl::basic_map &bmap2) const in is_equal() function
6659 bool basic_set::is_equal(const isl::basic_set &bset2) const in is_equal() function
7777 bool map::is_equal(const isl::map &map2) const in is_equal() function
13242 bool schedule_node::is_equal(const isl::schedule_node &node2) const in is_equal() function
14601 bool set::is_equal(const isl::set &set2) const in is_equal() function
15176 bool space::is_equal(const isl::space &space2) const in is_equal() function
16279 bool union_map::is_equal(const isl::union_map &umap2) const in is_equal() function
18050 bool union_set::is_equal(const isl::union_set &uset2) const in is_equal() function
/external/rust/crates/regex-syntax/src/ast/
Dmod.rs894 pub fn is_equal(&self) -> bool { in is_equal() method
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp134 …bool is_equal = (rhs.color[0] == lhs.color[0]) && (rhs.color[1] == lhs.color[1]) && (rhs.color[2] … in operator ==() local