Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/
H A Disl_bind_domain_templ.c108 __isl_give TYPE *FN(TYPE,bind_domain)(__isl_take TYPE *obj, in FN() argument
/netbsd-src/external/mit/isl/dist/interface/
H A Dtemplate_cpp.cc521 static Signature bind_domain = { { Range }, { { Domain, Range }, { Domain } } }; variable
H A Disl.py1576 def bind_domain(arg0, arg1): member in multi_pw_aff
2397 def bind_domain(arg0, arg1): member in pw_multi_aff
3197 def bind_domain(arg0, arg1): member in pw_aff
4065 def bind_domain(arg0, arg1): member in multi_aff
9119 def bind_domain(arg0, arg1): member in map
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h4685 isl::checked::pw_aff aff::bind_domain(const isl::checked::multi_id &tuple) const in bind_domain() function
7591 isl::checked::set basic_map::bind_domain(const isl::checked::multi_id &tuple) const in bind_domain() function
9700 isl::checked::set map::bind_domain(isl::checked::multi_id tuple) const in bind_domain() function
11004 isl::checked::multi_aff multi_aff::bind_domain(isl::checked::multi_id tuple) const in bind_domain() function
11942 isl::checked::multi_pw_aff multi_pw_aff::bind_domain(isl::checked::multi_id tuple) const in bind_domain() function
13746 isl::checked::pw_aff pw_aff::bind_domain(isl::checked::multi_id tuple) const in bind_domain() function
14794 isl::checked::pw_multi_aff pw_multi_aff::bind_domain(isl::checked::multi_id tuple) const in bind_domain() function
H A Dcpp.h4827 isl::pw_aff aff::bind_domain(const isl::multi_id &tuple) const in bind_domain() function
8779 isl::set basic_map::bind_domain(const isl::multi_id &tuple) const in bind_domain() function
11897 isl::set map::bind_domain(isl::multi_id tuple) const in bind_domain() function
14123 isl::multi_aff multi_aff::bind_domain(isl::multi_id tuple) const in bind_domain() function
15623 isl::multi_pw_aff multi_pw_aff::bind_domain(isl::multi_id tuple) const in bind_domain() function
18489 isl::pw_aff pw_aff::bind_domain(isl::multi_id tuple) const in bind_domain() function
20187 isl::pw_multi_aff pw_multi_aff::bind_domain(isl::multi_id tuple) const in bind_domain() function