Home
last modified time | relevance | path

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

/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
DParseResponseWithGson.java36 Gist gist = gson.fromJson(response.body().charStream(), Gist.class); in run() local
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py184 def gist(arg0, arg1): member in union_pw_multi_aff
581 def gist(arg0, arg1): member in multi_union_pw_aff
937 def gist(arg0, arg1): member in union_pw_aff
1303 def gist(arg0, arg1): member in multi_pw_aff
1931 def gist(arg0, arg1): member in pw_multi_aff
2512 def gist(arg0, arg1): member in pw_aff
3134 def gist(arg0, arg1): member in multi_aff
3595 def gist(arg0, arg1): member in aff
6557 def gist(arg0, arg1): member in union_map
7527 def gist(arg0, arg1): member in map
[all …]
/external/llvm-project/polly/lib/External/isl/include/isl/
Dcpp-checked.h3326 isl::checked::aff aff::gist(isl::checked::set context) const in gist() function
5491 isl::checked::basic_map basic_map::gist(isl::checked::basic_map context) const in gist() function
5670 isl::checked::basic_set basic_set::gist(isl::checked::basic_set context) const in gist() function
6322 isl::checked::map map::gist(isl::checked::map context) const in gist() function
6796 isl::checked::multi_aff multi_aff::gist(isl::checked::set context) const in gist() function
7264 isl::checked::multi_pw_aff multi_pw_aff::gist(isl::checked::set set) const in gist() function
7605 isl::checked::multi_union_pw_aff multi_union_pw_aff::gist(isl::checked::union_set context) const in gist() function
8196 isl::checked::pw_aff pw_aff::gist(isl::checked::set context) const in gist() function
8672 isl::checked::pw_multi_aff pw_multi_aff::gist(isl::checked::set set) const in gist() function
10436 isl::checked::set set::gist(isl::checked::set context) const in gist() function
[all …]
Dcpp.h3467 isl::aff aff::gist(isl::set context) const in gist() function
6304 isl::basic_map basic_map::gist(isl::basic_map context) const in gist() function
6611 isl::basic_set basic_set::gist(isl::basic_set context) const in gist() function
7669 isl::map map::gist(isl::map context) const in gist() function
8543 isl::multi_aff multi_aff::gist(isl::set context) const in gist() function
9335 isl::multi_pw_aff multi_pw_aff::gist(isl::set set) const in gist() function
9942 isl::multi_union_pw_aff multi_union_pw_aff::gist(isl::union_set context) const in gist() function
10929 isl::pw_aff pw_aff::gist(isl::set context) const in gist() function
11757 isl::pw_multi_aff pw_multi_aff::gist(isl::set set) const in gist() function
14493 isl::set set::gist(isl::set context) const in gist() function
[all …]
Disl-noexceptions.h4090 aff aff::gist(set context) const in gist() function
5721 basic_map basic_map::gist(basic_map context) const in gist() function
6498 basic_set basic_set::gist(basic_set context) const in gist() function
8426 map map::gist(map context) const in gist() function
9726 multi_aff multi_aff::gist(set context) const in gist() function
10194 multi_pw_aff multi_pw_aff::gist(set set) const in gist() function
10686 multi_union_pw_aff multi_union_pw_aff::gist(union_set context) const in gist() function
11636 pw_aff pw_aff::gist(set context) const in gist() function
12392 pw_multi_aff pw_multi_aff::gist(set set) const in gist() function
12950 pw_qpolynomial pw_qpolynomial::gist(set context) const in gist() function
[all …]
/external/llvm-project/polly/lib/External/isl/
Disl_union_templ.c977 __isl_give UNION *FN(UNION,gist)(__isl_take UNION *u, in FN() argument
Disl_pw_templ.c996 __isl_give PW *FN(PW,gist)(__isl_take PW *pw, __isl_take isl_set *context) in FN() argument
Disl_test.c1769 const char *gist; member
1792 isl_map *map, *gist; in test_plain_gist() local
1859 const char *gist; member
3654 const char *gist; member
Disl_ast_build_expr.c1921 isl_set *set, *gist; in add_intermediate_piece() local