Home
last modified time | relevance | path

Searched defs:subtract_domain (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h5323 isl::checked::pw_aff aff::subtract_domain(const isl::checked::set &set) const in subtract_domain() function
5328 isl::checked::union_pw_aff aff::subtract_domain(const isl::checked::space &space) const in subtract_domain() function
5333 isl::checked::union_pw_aff aff::subtract_domain(const isl::checked::union_set &uset) const in subtract_domain() function
8257 isl::checked::union_map basic_map::subtract_domain(const isl::checked::union_set &dom) const in subtract_domain() function
10573 isl::checked::union_map map::subtract_domain(const isl::checked::union_set &dom) const in subtract_domain() function
11538 isl::checked::pw_multi_aff multi_aff::subtract_domain(const isl::checked::set &set) const in subtract_domain() function
11543 isl::checked::union_pw_multi_aff multi_aff::subtract_domain(const isl::checked::space &space) const in subtract_domain() function
11548 isl::checked::union_pw_multi_aff multi_aff::subtract_domain(const isl::checked::union_set &uset) co… in subtract_domain() function
14336 isl::checked::pw_aff pw_aff::subtract_domain(isl::checked::set set) const in subtract_domain() function
14342 isl::checked::union_pw_aff pw_aff::subtract_domain(const isl::checked::space &space) const in subtract_domain() function
[all …]
H A Dcpp.h5801 isl::pw_aff aff::subtract_domain(const isl::set &set) const in subtract_domain() function
5808 isl::union_pw_aff aff::subtract_domain(const isl::space &space) const in subtract_domain() function
5815 isl::union_pw_aff aff::subtract_domain(const isl::union_set &uset) const in subtract_domain() function
9769 isl::union_map basic_map::subtract_domain(const isl::union_set &dom) const in subtract_domain() function
13420 isl::union_map map::subtract_domain(const isl::union_set &dom) const in subtract_domain() function
14985 isl::pw_multi_aff multi_aff::subtract_domain(const isl::set &set) const in subtract_domain() function
14992 isl::union_pw_multi_aff multi_aff::subtract_domain(const isl::space &space) const in subtract_domain() function
14999 isl::union_pw_multi_aff multi_aff::subtract_domain(const isl::union_set &uset) const in subtract_domain() function
19457 isl::pw_aff pw_aff::subtract_domain(isl::set set) const in subtract_domain() function
19469 isl::union_pw_aff pw_aff::subtract_domain(const isl::space &space) const in subtract_domain() function
[all …]
/netbsd-src/external/mit/isl/dist/
H A Disl_union_templ.c936 __isl_give UNION *FN(UNION,subtract_domain)(__isl_take UNION *u, in FN() argument
H A Disl_pw_templ.c984 __isl_give PW *FN(PW,subtract_domain)(__isl_take PW *pw, in FN() argument
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py453 def subtract_domain(*args): member in union_pw_multi_aff
1325 def subtract_domain(*args): member in union_pw_aff
2909 def subtract_domain(arg0, arg1): member in pw_multi_aff
3744 def subtract_domain(arg0, arg1): member in pw_aff
8767 def subtract_domain(arg0, arg1): member in union_map