Home
last modified time | relevance | path

Searched defs:gist (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h4823 isl::checked::aff aff::gist(isl::checked::set context) const in gist() function
4829 isl::checked::union_pw_aff aff::gist(const isl::checked::union_set &context) const in gist() function
4834 isl::checked::aff aff::gist(const isl::checked::basic_set &context) const in gist() function
4839 isl::checked::aff aff::gist(const isl::checked::point &context) const in gist() function
7756 isl::checked::basic_map basic_map::gist(isl::checked::basic_map context) const in gist() function
7762 isl::checked::map basic_map::gist(const isl::checked::map &context) const in gist() function
7767 isl::checked::union_map basic_map::gist(const isl::checked::union_map &context) const in gist() function
8500 isl::checked::basic_set basic_set::gist(isl::checked::basic_set context) const in gist() function
8506 isl::checked::set basic_set::gist(const isl::checked::set &context) const in gist() function
8511 isl::checked::union_set basic_set::gist(const isl::checked::union_set &context) const in gist() function
[all …]
H A Dcpp.h5047 isl::aff aff::gist(isl::set context) const in gist() function
5059 isl::union_pw_aff aff::gist(const isl::union_set &context) const in gist() function
5066 isl::aff aff::gist(const isl::basic_set &context) const in gist() function
5073 isl::aff aff::gist(const isl::point &context) const in gist() function
9028 isl::basic_map basic_map::gist(isl::basic_map context) const in gist() function
9040 isl::map basic_map::gist(const isl::map &context) const in gist() function
9047 isl::union_map basic_map::gist(const isl::union_map &context) const in gist() function
10126 isl::basic_set basic_set::gist(isl::basic_set context) const in gist() function
10138 isl::set basic_set::gist(const isl::set &context) const in gist() function
10145 isl::union_set basic_set::gist(const isl::union_set &context) const in gist() function
[all …]
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py220 def gist(arg0, arg1): member in union_pw_multi_aff
687 def gist(arg0, arg1): member in multi_union_pw_aff
1185 def gist(arg0, arg1): member in union_pw_aff
1651 def gist(arg0, arg1): member in multi_pw_aff
2517 def gist(arg0, arg1): member in pw_multi_aff
3367 def gist(arg0, arg1): member in pw_aff
4153 def gist(arg0, arg1): member in multi_aff
4843 def gist(arg0, arg1): member in aff
8135 def gist(arg0, arg1): member in union_map
9402 def gist(arg0, arg1): member in map
[all …]
/netbsd-src/external/mit/isl/dist/
H A Disl_union_templ.c972 __isl_give UNION *FN(UNION,gist)(__isl_take UNION *u, in FN() argument
H A Disl_pw_templ.c1185 __isl_give PW *FN(PW,gist)(__isl_take PW *pw, __isl_take isl_set *context) in FN() argument
H A Disl_test.c1786 const char *gist; member
1809 isl_map *map, *gist; in test_plain_gist() local
1876 const char *gist; member
3789 const char *gist; member
H A Disl_fold.c893 static __isl_give isl_qpolynomial *gist(__isl_take isl_qpolynomial *qp, in gist() function
H A Disl_ast_build_expr.c2064 isl_set *set, *gist; in add_intermediate_piece() local