HomeSort by: relevance | last modified time | path
    Searched defs:set_i (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
disasm-func-name.cc 29 void set_i (int i) function in class:A
39 obj->set_i (obj->get_i () + num);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
disasm-func-name.cc 29 void set_i (int i) function in class:A
39 obj->set_i (obj->get_i () + num);
  /src/external/mit/isl/dist/
isl_pw_union_opt.c 125 isl_set *set_i, *set_j; local
127 set_i = isl_set_list_get_set(data_i->cell, i);
129 set_i = FN(PW,worse_or_out)(set_i, isl_set_copy(better), set_j);
130 data_i->cell = isl_set_list_set_set(data_i->cell, i, set_i);
131 set_i = FN(PW,get_domain_at)(data_i->pw, i);
133 set_j = FN(PW,better_or_out)(set_j, better, set_i);
186 isl_set *better, *set_i, *set_j; local
189 set_i = FN(PW,peek_domain_at)(data_i->pw, i);
191 is_subset = isl_set_is_subset(set_j, set_i);
335 isl_set *set_i, *set_j; local
    [all...]
isl_pw_templ.c 1144 isl_set *set_i; local
1156 set_i = FN(PW,get_domain_at)(pw, i);
1157 set_i = intersect_context(set_i, isl_set_copy(context));
1158 empty = isl_set_plain_is_empty(set_i);
1160 el = FN(EL,gist)(el, set_i);
1162 set_i = FN(PW,take_domain_at)(pw, i);
1163 set_i = fn_dom(set_i, isl_set_copy(context));
1164 pw = FN(PW,restore_domain_at)(pw, i, set_i);
    [all...]
isl_coalesce.c 1765 struct isl_set *set_i = NULL; local
1772 set_i = set_from_updated_bmap(info[i].bmap, info[i].tab);
1781 if (!set_i || !set_j || !bound)
1791 if (add_wraps(&wraps, &info[j], bound->el, set_i) < 0)
1809 isl_set_free(set_i);
1818 isl_set_free(set_i);
1828 * "set_i" is the underlying set of basic map i.
1845 struct isl_coalesce_info *info_j, __isl_keep isl_set *set_i,
1856 else if (add_wraps(wraps, info_j, wraps->mat->row[w], set_i) < 0)
1870 * "set_i" is the underlying set of basic map i
1949 isl_set *set_i = NULL; local
2305 struct isl_set *set_i = NULL; local
    [all...]
isl_polynomial.c 4828 isl_set *set_i = isl_set_copy(set); local
4831 if (set_div(set_i, qp_i, div, min, data) < 0)
isl_aff.c 2989 isl_set *set_i, *locus; local
2998 set_i = isl_set_copy(pwaff->p[i].set);
3000 set_i = isl_set_subtract(set_i, locus);
3002 set_i = isl_set_intersect(set_i, locus);
3003 set = isl_set_union_disjoint(set, set_i);
isl_map.c 10779 isl_set *set_i; local
10781 set_i = isl_set_list_get_set(list, i);
10782 set = isl_set_union(set, set_i);

Completed in 32 milliseconds