/netbsd-src/external/mit/isl/dist/ |
H A D | isl_multi_gist.c | 32 __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 D | isl_test2.cc | 371 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 D | isl_pw_templ.c | 810 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 D | isl_test.c | 1786 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 D | isl_ast_build_expr.c | 2064 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 D | isl_union_templ.c | 972 __isl_give UNION *FN(UNION,gist)(__isl_take UNION *u, in FN() argument 976 .fn = &FN(PW,gist), in FN()
|
H A D | isl_fold.c | 893 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 D | typed_cpp.h | 240 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 D | cpp-checked.h | 384 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 D | cpp.h | 449 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 D | index.html.erb | 46 <script src="https://gist.github.com/PJK/962a468886d24195d1ee.js"></script>
|
/netbsd-src/external/mit/isl/dist/interface/ |
H A D | isl.py | 220 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 D | GettingStarted.rst | 292 `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 D | CompileCudaWithLLVM.rst | 48 You can use `this <https://gist.github.com/855e277884eb6b388cd2f00d956c2fd4>`_
|
/netbsd-src/external/mit/isl/dist/doc/ |
H A D | user.pod | 8701 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 D | australasia | 2179 # 1961 and this still jives with the gist of Mundell's telling, and go with
|
/netbsd-src/external/gpl3/gcc.old/dist/ |
H A D | NEWS | 916 55. https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | NEWS | 2804 55. https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda
|
/netbsd-src/etc/ |
H A D | services | 827 gist 270/udp # Q-mode encapsulation for …
|
/netbsd-src/share/dict/ |
H A D | web2 | 77622 gist
|
/netbsd-src/games/fortune/datfiles/ |
H A D | fortunes2 | 36032 That's the gist of the plot,
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 86199 that's the gist of it.
|