Home
last modified time | relevance | path

Searched refs:from_domain_and_range (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h3986 …static inline isl::checked::union_map from_domain_and_range(isl::checked::union_set domain, isl::c…
18712 isl::checked::union_map union_map::from_domain_and_range(isl::checked::union_set domain, isl::check… in from_domain_and_range() function
H A Dcpp.h4052 static inline isl::union_map from_domain_and_range(isl::union_set domain, isl::union_set range);
26587 isl::union_map union_map::from_domain_and_range(isl::union_set domain, isl::union_set range) in from_domain_and_range() function
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py8109 def from_domain_and_range(arg0, arg1): member in union_map