Home
last modified time | relevance | path

Searched defs:subtract_range (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h8262 isl::checked::union_map basic_map::subtract_range(const isl::checked::union_set &dom) const in subtract_range() function
10578 isl::checked::union_map map::subtract_range(const isl::checked::union_set &dom) const in subtract_range() function
19045 isl::checked::union_map union_map::subtract_range(isl::checked::union_set dom) const in subtract_range() function
H A Dcpp.h9776 isl::union_map basic_map::subtract_range(const isl::union_set &dom) const in subtract_range() function
13427 isl::union_map map::subtract_range(const isl::union_set &dom) const in subtract_range() function
27240 isl::union_map union_map::subtract_range(isl::union_set dom) const in subtract_range() function
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py8782 def subtract_range(arg0, arg1): member in union_map