Home
last modified time | relevance | path

Searched defs:is_disjoint (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h7940 boolean basic_map::is_disjoint(const isl::checked::map &map2) const in is_disjoint() function
7945 boolean basic_map::is_disjoint(const isl::checked::union_map &umap2) const in is_disjoint() function
8583 boolean basic_set::is_disjoint(const isl::checked::set &set2) const in is_disjoint() function
8588 boolean basic_set::is_disjoint(const isl::checked::union_set &uset2) const in is_disjoint() function
10173 boolean map::is_disjoint(const isl::checked::map &map2) const in is_disjoint() function
10179 boolean map::is_disjoint(const isl::checked::union_map &umap2) const in is_disjoint() function
10184 boolean map::is_disjoint(const isl::checked::basic_map &map2) const in is_disjoint() function
13212 boolean point::is_disjoint(const isl::checked::set &set2) const in is_disjoint() function
13217 boolean point::is_disjoint(const isl::checked::union_set &uset2) const in is_disjoint() function
17161 boolean set::is_disjoint(const isl::checked::set &set2) const in is_disjoint() function
[all …]
H A Dcpp.h9300 bool basic_map::is_disjoint(const isl::map &map2) const in is_disjoint() function
9307 bool basic_map::is_disjoint(const isl::union_map &umap2) const in is_disjoint() function
10253 bool basic_set::is_disjoint(const isl::set &set2) const in is_disjoint() function
10260 bool basic_set::is_disjoint(const isl::union_set &uset2) const in is_disjoint() function
12706 bool map::is_disjoint(const isl::map &map2) const in is_disjoint() function
12718 bool map::is_disjoint(const isl::union_map &umap2) const in is_disjoint() function
12725 bool map::is_disjoint(const isl::basic_map &map2) const in is_disjoint() function
17723 bool point::is_disjoint(const isl::set &set2) const in is_disjoint() function
17730 bool point::is_disjoint(const isl::union_set &uset2) const in is_disjoint() function
23902 bool set::is_disjoint(const isl::set &set2) const in is_disjoint() function
[all …]
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py8370 def is_disjoint(arg0, arg1): member in union_map
9630 def is_disjoint(arg0, arg1): member in map
11079 def is_disjoint(arg0, arg1): member in union_set
11750 def is_disjoint(arg0, arg1): member in set
/netbsd-src/external/mit/isl/dist/
H A Disl_union_map.c2743 isl_bool is_disjoint; member