Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h8755 isl::checked::set basic_set::preimage(const isl::checked::multi_aff &ma) const in preimage() function
8760 isl::checked::set basic_set::preimage(const isl::checked::multi_pw_aff &mpa) const in preimage() function
8765 isl::checked::set basic_set::preimage(const isl::checked::pw_multi_aff &pma) const in preimage() function
8770 isl::checked::union_set basic_set::preimage(const isl::checked::union_pw_multi_aff &upma) const in preimage() function
13378 isl::checked::set point::preimage(const isl::checked::multi_aff &ma) const in preimage() function
13383 isl::checked::set point::preimage(const isl::checked::multi_pw_aff &mpa) const in preimage() function
13388 isl::checked::set point::preimage(const isl::checked::pw_multi_aff &pma) const in preimage() function
13393 isl::checked::union_set point::preimage(const isl::checked::union_pw_multi_aff &upma) const in preimage() function
17379 isl::checked::set set::preimage(isl::checked::multi_aff ma) const in preimage() function
17385 isl::checked::set set::preimage(isl::checked::multi_pw_aff mpa) const in preimage() function
[all …]
H A Dcpp.h10519 isl::set basic_set::preimage(const isl::multi_aff &ma) const in preimage() function
10526 isl::set basic_set::preimage(const isl::multi_pw_aff &mpa) const in preimage() function
10533 isl::set basic_set::preimage(const isl::pw_multi_aff &pma) const in preimage() function
10540 isl::union_set basic_set::preimage(const isl::union_pw_multi_aff &upma) const in preimage() function
17957 isl::set point::preimage(const isl::multi_aff &ma) const in preimage() function
17964 isl::set point::preimage(const isl::multi_pw_aff &mpa) const in preimage() function
17971 isl::set point::preimage(const isl::pw_multi_aff &pma) const in preimage() function
17978 isl::union_set point::preimage(const isl::union_pw_multi_aff &upma) const in preimage() function
24286 isl::set set::preimage(isl::multi_aff ma) const in preimage() function
24298 isl::set set::preimage(isl::multi_pw_aff mpa) const in preimage() function
[all …]
/netbsd-src/external/mit/isl/dist/
H A Disl_mat.c1322 static int preimage(struct isl_ctx *ctx, isl_int **q, unsigned n, in preimage() function
H A Disl_map_simplify.c5140 static isl_stat preimage(isl_int *c, __isl_keep isl_mat *T) in preimage() function
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py11205 def preimage(*args): member in union_set
12034 def preimage(*args): member in set