Home
last modified time | relevance | path

Searched refs:gist (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_multi_gist.c32 __isl_give MULTI(BASE) *FN(MULTI(BASE),gist)(__isl_take MULTI(BASE) *multi, in MULTI()
37 return FN(FN(MULTI(BASE),apply),DOMBASE)(multi, context, &FN(EL,gist), in MULTI()
38 &FN(DOM,gist), in MULTI()
H A Disl_test2.cc371 C(arg<isl::set>(&isl::pw_aff::gist), { in test_gist()
382 C(arg<isl::set>(&isl::multi_aff::gist), { in test_gist()
406 C(arg<isl::set>(&isl::multi_pw_aff::gist), { in test_gist()
442 C(&isl::multi_union_pw_aff::gist, { in test_gist()
H A Disl_pw_templ.c810 res_ij = FN(EL,gist)(res_ij, isl_set_copy(common)); in FN()
1078 el = FN(EL,gist)(el, context); in FN()
1160 el = FN(EL,gist)(el, set_i); in FN()
1185 __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
1816 gist = isl_map_read_from_str(ctx, plain_gist_tests[i].gist); in test_plain_gist()
1817 equal = isl_map_is_equal(map, gist); in test_plain_gist()
1819 isl_map_free(gist); in test_plain_gist()
1876 const char *gist; member
1978 set2 = isl_set_read_from_str(ctx, gist_tests[i].gist); in test_gist()
3789 const char *gist; member
3816 str = pwqp_gist_tests[i].gist; in test_pwqp_gist()
H A Disl_ast_build_expr.c2064 isl_set *set, *gist; in add_intermediate_piece() local
2070 gist = isl_set_gist(isl_set_copy(set), isl_set_copy(data->dom)); in add_intermediate_piece()
2071 arg = isl_ast_build_expr_from_set_internal(data->build, gist); in add_intermediate_piece()
H A Disl_union_templ.c972 __isl_give UNION *FN(UNION,gist)(__isl_take UNION *u, in FN() argument
976 .fn = &FN(PW,gist), in FN()
H A Disl_fold.c893 static __isl_give isl_qpolynomial *gist(__isl_take isl_qpolynomial *qp, in gist() function
907 list = isl_qpolynomial_list_map(list, &gist, context); in isl_qpolynomial_fold_gist()
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dtyped_cpp.h240 inline typed::aff<Anonymous> gist(const typed::set<> &context) const;
241 inline typed::union_pw_aff<Anonymous> gist(const typed::union_set<> &context) const;
242 inline typed::aff<Anonymous> gist(const typed::basic_set<> &context) const;
243 inline typed::aff<Anonymous> gist(const typed::point<> &context) const;
453 inline typed::aff<Domain, Anonymous> gist(const typed::set<Domain> &context) const;
454 inline typed::union_pw_aff<Domain, Anonymous> gist(const typed::union_set<Domain> &context) const;
455 inline typed::aff<Domain, Anonymous> gist(const typed::basic_set<Domain> &context) const;
456 inline typed::aff<Domain, Anonymous> gist(const typed::point<Domain> &context) const;
680 …inline typed::aff<pair<Domain2, Range2>, Anonymous> gist(const typed::set<pair<Domain2, Range2>> &…
681 …inline typed::union_pw_aff<pair<Domain2, Range2>, Anonymous> gist(const typed::union_set<pair<Doma…
[all …]
H A Dcpp-checked.h384 inline isl::checked::aff gist(isl::checked::set context) const;
385 inline isl::checked::union_pw_aff gist(const isl::checked::union_set &context) const;
386 inline isl::checked::aff gist(const isl::checked::basic_set &context) const;
387 inline isl::checked::aff gist(const isl::checked::point &context) const;
1468 inline isl::checked::basic_map gist(isl::checked::basic_map context) const;
1469 inline isl::checked::map gist(const isl::checked::map &context) const;
1470 inline isl::checked::union_map gist(const isl::checked::union_map &context) const;
1627 inline isl::checked::basic_set gist(isl::checked::basic_set context) const;
1628 inline isl::checked::set gist(const isl::checked::set &context) const;
1629 inline isl::checked::union_set gist(const isl::checked::union_set &context) const;
[all …]
H A Dcpp.h449 inline isl::aff gist(isl::set context) const;
450 inline isl::union_pw_aff gist(const isl::union_set &context) const;
451 inline isl::aff gist(const isl::basic_set &context) const;
452 inline isl::aff gist(const isl::point &context) const;
1534 inline isl::basic_map gist(isl::basic_map context) const;
1535 inline isl::map gist(const isl::map &context) const;
1536 inline isl::union_map gist(const isl::union_map &context) const;
1693 inline isl::basic_set gist(isl::basic_set context) const;
1694 inline isl::set gist(const isl::set &context) const;
1695 inline isl::union_set gist(const isl::union_set &context) const;
[all …]
/netbsd-src/external/mit/libcbor/dist/docs/
H A Dindex.html.erb46 <script src="https://gist.github.com/PJK/962a468886d24195d1ee.js"></script>
/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
1195 return union_pw_multi_aff(arg0).gist(arg1)
1651 def gist(arg0, arg1): member in multi_pw_aff
1661 return multi_union_pw_aff(arg0).gist(arg1)
2517 def gist(arg0, arg1): member in pw_multi_aff
2527 return union_pw_multi_aff(arg0).gist(arg1)
3367 def gist(arg0, arg1): member in pw_aff
3377 return union_pw_aff(arg0).gist(arg1)
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DGettingStarted.rst292 `github gist`_ with updated commands. However, not all users can use PPAs and
301 .. _github gist:
302 https://gist.github.com/application2000/73fd6f4bf1be6600a2cf9f56315a2d91
H A DCompileCudaWithLLVM.rst48 You can use `this <https://gist.github.com/855e277884eb6b388cd2f00d956c2fd4>`_
/netbsd-src/external/mit/isl/dist/doc/
H A Duser.pod8701 the gist operation returns a set or relation that has the
8706 In case of union sets and relations, the gist operation is performed
8710 the gist operation applies the set gist operation to each of
/netbsd-src/external/public-domain/tz/dist/
H A Daustralasia2179 # 1961 and this still jives with the gist of Mundell's telling, and go with
/netbsd-src/external/gpl3/gcc.old/dist/
H A DNEWS916 55. https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda
/netbsd-src/external/gpl3/gcc/dist/
H A DNEWS2804 55. https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda
/netbsd-src/etc/
H A Dservices827 gist 270/udp # Q-mode encapsulation for …
/netbsd-src/share/dict/
H A Dweb277622 gist
/netbsd-src/games/fortune/datfiles/
H A Dfortunes236032 That's the gist of the plot,
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git86199 that's the gist of it.