Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h8090 isl::checked::map basic_map::preimage_domain(const isl::checked::multi_aff &ma) const in preimage_domain() function
8095 isl::checked::map basic_map::preimage_domain(const isl::checked::multi_pw_aff &mpa) const in preimage_domain() function
8100 isl::checked::map basic_map::preimage_domain(const isl::checked::pw_multi_aff &pma) const in preimage_domain() function
8105 isl::checked::union_map basic_map::preimage_domain(const isl::checked::union_pw_multi_aff &upma) co… in preimage_domain() function
10349 isl::checked::map map::preimage_domain(isl::checked::multi_aff ma) const in preimage_domain() function
10355 isl::checked::map map::preimage_domain(isl::checked::multi_pw_aff mpa) const in preimage_domain() function
10361 isl::checked::map map::preimage_domain(isl::checked::pw_multi_aff pma) const in preimage_domain() function
10367 isl::checked::union_map map::preimage_domain(const isl::checked::union_pw_multi_aff &upma) const in preimage_domain() function
18909 isl::checked::union_map union_map::preimage_domain(isl::checked::multi_aff ma) const in preimage_domain() function
18915 isl::checked::union_map union_map::preimage_domain(isl::checked::multi_pw_aff mpa) const in preimage_domain() function
[all …]
H A Dcpp.h9528 isl::map basic_map::preimage_domain(const isl::multi_aff &ma) const in preimage_domain() function
9535 isl::map basic_map::preimage_domain(const isl::multi_pw_aff &mpa) const in preimage_domain() function
9542 isl::map basic_map::preimage_domain(const isl::pw_multi_aff &pma) const in preimage_domain() function
9549 isl::union_map basic_map::preimage_domain(const isl::union_pw_multi_aff &upma) const in preimage_domain() function
13028 isl::map map::preimage_domain(isl::multi_aff ma) const in preimage_domain() function
13040 isl::map map::preimage_domain(isl::multi_pw_aff mpa) const in preimage_domain() function
13052 isl::map map::preimage_domain(isl::pw_multi_aff pma) const in preimage_domain() function
13064 isl::union_map map::preimage_domain(const isl::union_pw_multi_aff &upma) const in preimage_domain() function
26976 isl::union_map union_map::preimage_domain(isl::multi_aff ma) const in preimage_domain() function
26988 isl::union_map union_map::preimage_domain(isl::multi_pw_aff mpa) const in preimage_domain() function
[all …]
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py8530 def preimage_domain(*args): member in union_map
9883 def preimage_domain(*args): member in map