Home
last modified time | relevance | path

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

12

/netbsd-src/external/mit/isl/dist/
H A Disl_test_python.py36 assert(s.is_equal(result))
40 assert(us.is_equal(us.union(empty)))
74 assert(res_lvalue_param.is_equal(expected))
77 assert(res_rvalue_param.is_equal(expected))
80 assert(a.is_equal(a2))
202 assert(not list[0].is_equal(list[1]))
203 assert(not list[0].is_equal(list[2]))
204 assert(not list[1].is_equal(list[2]))
289 assert(set.is_equal(isl.set("{ A[*,*,*] }")))
290 assert(map.is_equal(isl.map("{ A[*,*,*] -> B[*,*] }")))
[all …]
H A Disl_test2.cc98 std::declval<T>().is_equal(std::declval<T>()))>::type = true>
99 static bool is_equal(const T &a, const T &b) in is_equal() function
101 return a.is_equal(b); in is_equal()
105 static bool is_equal(const T &a, const T &b) in is_equal() function
129 if (is_equal(expected, res)) in test()
155 if (is_equal(expected, res)) in test()
182 if (is_equal(expected, res)) in test()
H A Disl_test_cpp-generic.cc78 assert(IS_TRUE(s.is_equal(result))); in test_constructors()
80 assert(IS_TRUE(s.unite(s2).is_equal(result))); in test_constructors()
84 assert(IS_TRUE(us.is_equal(us.unite(empty)))); in test_constructors()
123 assert(IS_TRUE(res_lvalue_param.is_equal(expected))); in test_parameters_obj()
126 assert(IS_TRUE(res_rvalue_param.is_equal(expected))); in test_parameters_obj()
129 assert(IS_TRUE(a.is_equal(a2))); in test_parameters_obj()
233 assert(IS_TRUE(set.is_equal(isl::set(ctx, "{ A[*,*,*] }")))); in test_space()
234 assert(IS_TRUE(map.is_equal(isl::map(ctx, "{ A[*,*,*] -> B[*,*] }")))); in test_space()
H A Disl_test_cpp-checked.cc152 assert(!basic_sets[0].is_equal(basic_sets[1]).is_true()); in test_foreach()
234 assert(domain.is_equal(filters).is_true()); in test_schedule_tree()
H A Disl_test_cpp-checked-conversion.cc74 if (!set.is_equal(set2)) in check_conversion_equal()
H A Disl_test_cpp.cc103 assert(!basic_sets[0].is_equal(basic_sets[1])); in test_foreach()
272 assert(domain.is_equal(filters)); in test_schedule_tree()
H A Disl_test_list_templ.c37 equal = FN(SET,is_equal)(set, set2); in FN()
H A Disl_space.c1045 isl_bool is_equal; in isl_space_check_equal_tuples() local
1047 is_equal = isl_space_has_equal_tuples(space1, space2); in isl_space_check_equal_tuples()
1048 return check_match(space1, is_equal); in isl_space_check_equal_tuples()
1121 isl_bool is_equal; in isl_space_check_wrapped_tuple_is_equal() local
1123 is_equal = isl_space_wrapped_tuple_is_equal(space1, outer, inner, in isl_space_check_wrapped_tuple_is_equal()
1125 return check_match(space1, is_equal); in isl_space_check_wrapped_tuple_is_equal()
2647 isl_bool is_equal; in isl_space_check_domain_tuples() local
2649 is_equal = isl_space_has_domain_tuples(space1, space2); in isl_space_check_domain_tuples()
2650 return check_match(space1, is_equal); in isl_space_check_domain_tuples()
H A Disl_multi_explicit_domain.c174 equal = FN(DOM,is_equal)(dom1, dom2); in FN()
H A Disl_union_templ.c1217 isl_bool is_equal; in FN() local
1240 is_equal = FN(FN(UNION,every),BASE)(u1, in FN()
1246 return is_equal; in FN()
H A Disl_scheduler.c375 int is_equal; in graph_find_matching_edge() local
382 is_equal = isl_map_plain_is_equal(model->map, edge->map); in graph_find_matching_edge()
383 if (is_equal < 0) in graph_find_matching_edge()
385 if (is_equal) in graph_find_matching_edge()
/netbsd-src/external/public-domain/xz/dist/tests/
H A Dtest_index.c73 is_equal(const lzma_index *a, const lzma_index *b) in is_equal() function
134 expect(is_equal(a, a)); in test_equal()
135 expect(is_equal(b, b)); in test_equal()
136 expect(is_equal(c, c)); in test_equal()
138 expect(!is_equal(a, b)); in test_equal()
139 expect(!is_equal(a, c)); in test_equal()
140 expect(!is_equal(b, c)); in test_equal()
168 expect(is_equal(i, d)); in test_copy()
231 expect(is_equal(i, d)); in test_code()
273 expect(is_equal(i, d)); in test_code()
/netbsd-src/external/gpl2/groff/dist/contrib/groffer/
H A Dgroffer2.sh1487 if is_equal "$#" 0
1556 is_equal() function
1558 func_check is_equal '=' 2 "$@";
1679 if is_equal "$1" "$2"
1860 if is_equal "$1" 'yes'
3383 if is_equal "$1" '-'
3922 if obj _FILESPEC_ARG is_equal '-'
4264 until test "$#" -le 0 || is_equal "$1" '--'
4404 until test "$#" -le 0 || is_equal "$1" '--'
4781 if is_equal "$#" 0
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gdb-scripts/
H A Dprettyprinters.py158 is_equal = gdb.parse_and_eval(n + '::isEqual')
170 …while self.cur != self.end and (is_equal(self.cur.dereference()['first'], empty) or is_equal(self.…
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decp_nistz256.c203 static BN_ULONG is_equal(const BN_ULONG a[P256_LIMBS], in is_equal() function
400 if (is_equal(U1, U2) & ~in1infty & ~in2infty & is_equal(S1, S2)) { in ecp_nistz256_point_add()
808 is_equal(bn_get_words(generator->X), def_xG) && in ecp_nistz256_is_affine_G()
809 is_equal(bn_get_words(generator->Y), def_yG) && in ecp_nistz256_is_affine_G()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Decp_nistz256.c197 static BN_ULONG is_equal(const BN_ULONG a[P256_LIMBS], in is_equal() function
394 if (is_equal(U1, U2) & ~in1infty & ~in2infty & is_equal(S1, S2)) { in ecp_nistz256_point_add()
803 is_equal(bn_get_words(generator->X), def_xG) && in ecp_nistz256_is_affine_G()
804 is_equal(bn_get_words(generator->Y), def_yG) && in ecp_nistz256_is_affine_G()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/experimental/
H A Dmemory_resource115 bool is_equal(memory_resource const & __other) const _NOEXCEPT
130 return &__lhs == &__rhs || __lhs.is_equal(__rhs);
/netbsd-src/external/mpl/bind/dist/tests/dns/
H A Drbt_test.c450 bool is_equal; in compare_labelsequences()
458 is_equal = strcmp(labelstr, nodestr) == 0 ? true : false; in ISC_RUN_TEST_IMPL()
462 return is_equal; in ISC_RUN_TEST_IMPL()
440 bool is_equal; compare_labelsequences() local
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h1507 inline boolean is_equal(const isl::checked::basic_map &bmap2) const;
1508 inline boolean is_equal(const isl::checked::map &map2) const;
1509 inline boolean is_equal(const isl::checked::union_map &umap2) const;
1646 inline boolean is_equal(const isl::checked::basic_set &bset2) const;
1647 inline boolean is_equal(const isl::checked::set &set2) const;
1648 inline boolean is_equal(const isl::checked::union_set &uset2) const;
1649 inline boolean is_equal(const isl::checked::point &bset2) const;
1859 inline boolean is_equal(const isl::checked::id_to_ast_expr &hmap2) const;
1891 inline boolean is_equal(const isl::checked::id_to_id &hmap2) const;
2025 inline boolean is_equal(const isl::checked::map &map2) const;
[all …]
H A Dcpp.h1573 inline bool is_equal(const isl::basic_map &bmap2) const;
1574 inline bool is_equal(const isl::map &map2) const;
1575 inline bool is_equal(const isl::union_map &umap2) const;
1712 inline bool is_equal(const isl::basic_set &bset2) const;
1713 inline bool is_equal(const isl::set &set2) const;
1714 inline bool is_equal(const isl::union_set &uset2) const;
1715 inline bool is_equal(const isl::point &bset2) const;
1925 inline bool is_equal(const isl::id_to_ast_expr &hmap2) const;
1957 inline bool is_equal(const isl::id_to_id &hmap2) const;
2091 inline bool is_equal(const isl::map &map2) const;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dmemory_resource107 is_equal(const memory_resource& __other) const noexcept
123 { return &__a == &__b || __a.is_equal(__b); }
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dmemory_resource108 is_equal(const memory_resource& __other) const noexcept
124 { return &__a == &__b || __a.is_equal(__b); }
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dmemory_resource108 is_equal(const memory_resource& __other) const noexcept
124 { return &__a == &__b || __a.is_equal(__b); }
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dmemory_resource131 is_equal(const memory_resource& __other) const noexcept
148 { return &__a == &__b || __a.is_equal(__b); }
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/
H A Decp_nistz256-armv4.S3847 orr r11,r11,r6 @ ~is_equal(U1,U2)
3851 ldr r14,[sp,#32*18+12] @ ~is_equal(S1,S2)
3858 @ if(~is_equal(U1,U2) | in1infty | in2infty | ~is_equal(S1,S2))

12