| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_test_python.py | 36 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 D | isl_test2.cc | 98 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 D | isl_test_cpp-generic.cc | 78 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 D | isl_test_cpp-checked.cc | 152 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 D | isl_test_cpp-checked-conversion.cc | 74 if (!set.is_equal(set2)) in check_conversion_equal()
|
| H A D | isl_test_cpp.cc | 103 assert(!basic_sets[0].is_equal(basic_sets[1])); in test_foreach() 272 assert(domain.is_equal(filters)); in test_schedule_tree()
|
| H A D | isl_test_list_templ.c | 37 equal = FN(SET,is_equal)(set, set2); in FN()
|
| H A D | isl_space.c | 1045 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 D | isl_multi_explicit_domain.c | 174 equal = FN(DOM,is_equal)(dom1, dom2); in FN()
|
| H A D | isl_union_templ.c | 1217 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 D | isl_scheduler.c | 375 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 D | test_index.c | 73 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 D | groffer2.sh | 1487 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 D | prettyprinters.py | 158 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 D | ecp_nistz256.c | 203 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 D | ecp_nistz256.c | 197 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 D | memory_resource | 115 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 D | rbt_test.c | 450 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 D | cpp-checked.h | 1507 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 D | cpp.h | 1573 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 D | memory_resource | 107 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 D | memory_resource | 108 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 D | memory_resource | 108 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 D | memory_resource | 131 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 D | ecp_nistz256-armv4.S | 3847 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))
|