Home
last modified time | relevance | path

Searched defs:pw_aff_on_domain (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h8800 isl::checked::pw_aff basic_set::pw_aff_on_domain(const isl::checked::val &v) const in pw_aff_on_domain() function
8805 isl::checked::pw_aff basic_set::pw_aff_on_domain(long v) const in pw_aff_on_domain() function
13423 isl::checked::pw_aff point::pw_aff_on_domain(const isl::checked::val &v) const in pw_aff_on_domain() function
13428 isl::checked::pw_aff point::pw_aff_on_domain(long v) const in pw_aff_on_domain() function
17431 isl::checked::pw_aff set::pw_aff_on_domain(isl::checked::val v) const in pw_aff_on_domain() function
17437 isl::checked::pw_aff set::pw_aff_on_domain(long v) const in pw_aff_on_domain() function
H A Dcpp.h10582 isl::pw_aff basic_set::pw_aff_on_domain(const isl::val &v) const in pw_aff_on_domain() function
10589 isl::pw_aff basic_set::pw_aff_on_domain(long v) const in pw_aff_on_domain() function
18020 isl::pw_aff point::pw_aff_on_domain(const isl::val &v) const in pw_aff_on_domain() function
18027 isl::pw_aff point::pw_aff_on_domain(long v) const in pw_aff_on_domain() function
24384 isl::pw_aff set::pw_aff_on_domain(isl::val v) const in pw_aff_on_domain() function
24396 isl::pw_aff set::pw_aff_on_domain(long v) const in pw_aff_on_domain() function
/netbsd-src/external/mit/isl/dist/
H A Disl_aff.c8366 static isl_stat pw_aff_on_domain(__isl_take isl_set *domain, void *user) in pw_aff_on_domain() function
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py12123 def pw_aff_on_domain(*args): member in set