Searched refs:tab (Results 1 - 25 of 200) sorted by relevance

12345678

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sh/
H A Dpr39423-2.c11 test_00 (unsigned short tab[], int index) argument
13 return tab[index + 1];
H A Dpr39423-1.c9 test_00 (int tab[], int index) argument
11 return tab[index + 1];
15 test_01 (short tab[], int index) argument
17 return tab[index + 1];
21 test_02 (unsigned short tab[], int index) argument
23 return tab[index + 1];
27 test_03 (long long tab[], int index) argument
29 return (int)tab[index + 1];
33 test_04 (int tab[], int index, int val) argument
35 tab[inde
39 test_05(short tab[], int index, int val) argument
45 test_06(unsigned short tab[], int index, int val) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dnamelist_88.f908 character(len=10),dimension(tabsz) :: tab variable
9 namelist/tab_nml/tab local
11 tab(:)='invalid'
16 write(23,*) "tab(1)='in1',"
17 write(23,*) "tab(2)='in2'"
25 if (tab(1).ne.'in1') call abort
26 if (tab(2).ne.'in2') call abort
27 if (any(tab(3:tabsz).ne.'invalid')) call abort
H A DPR37039.f9010 pointer(ip_tab, tab)
11 integer , dimension(1:nnode) :: tab local in subroutine:test
13 tab(n) = 0
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/asan/
H A Dno-redundant-instrumentation-1.c9 extern char tab[6];
16 tab[0] = 1;
17 tab[1] = 2;
21 char t0 = tab[1];
24 char t1 = tab[1];
38 /* Instrument tab memory region. */
39 __builtin_memset (tab, 3, sizeof (tab));
41 /* Instrument tab[1] with access size 3. */
42 __builtin_memcpy (&tab[
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D920501-3.c1 int tab[9]; variable
7 int *xp = tab;
18 tab[0] = 0;
19 tab[1] = 1;
20 tab[2] = 2;
21 tab[3] = 0;
32 if (tab[0] != 0 || tab[1] != 1 || tab[2] != 2 || tab[
[all...]
H A D930518-1.c18 int tab[2]; local
19 tab[0] = tab[1] = 0;
20 f (tab);
21 if (tab[0] != 2 || tab[1] != 1)
H A D920501-6.c52 int plist (p0, p1, tab)
54 long long unsigned *tab;
59 long long unsigned *xp = tab;
76 return xp - tab;
83 long long tab[10]; local
85 nprimes = plist (str2llu ("1234111111"), str2llu ("1234111127"), tab);
87 if(tab[0]!=1234111117LL||tab[1]!=1234111121LL||tab[2]!=1234111127LL||tab[
[all...]
H A D961125-1.c2 begfield (int tab, char *ptr, char *lim, int sword, int schar) argument
4 if (tab)
8 while (ptr < lim && *ptr != tab)
H A D20080719-1.c38 const u32 *tab; local
44 tab = cfb_tab8_be;
47 tab = cfb_tab16_be;
51 tab = cfb_tab32;
55 return tab;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dtable-intrinsics.c7 tbl_tests8_ (int8x8_t tab, int8x8_t idx) argument
9 return vtbl1_s8 (tab, idx);
13 tbl_testu8_ (uint8x8_t tab, uint8x8_t idx) argument
15 return vtbl1_u8 (tab, idx);
19 tbl_testp8_ (poly8x8_t tab, uint8x8_t idx) argument
21 return vtbl1_p8 (tab, idx);
25 tbl_tests8_2 (int8x8x2_t tab, int8x8_t idx) argument
27 return vtbl2_s8 (tab, idx);
31 tbl_testu8_2 (uint8x8x2_t tab, uint8x8_t idx) argument
33 return vtbl2_u8 (tab, id
37 tbl_testp8_2(poly8x8x2_t tab, uint8x8_t idx) argument
43 tbl_tests8_3(int8x8x3_t tab, int8x8_t idx) argument
49 tbl_testu8_3(uint8x8x3_t tab, uint8x8_t idx) argument
55 tbl_testp8_3(poly8x8x3_t tab, uint8x8_t idx) argument
61 tbl_tests8_4(int8x8x4_t tab, int8x8_t idx) argument
67 tbl_testu8_4(uint8x8x4_t tab, uint8x8_t idx) argument
73 tbl_testp8_4(poly8x8x4_t tab, uint8x8_t idx) argument
79 tb_tests8_(int8x8_t r, int8x8_t tab, int8x8_t idx) argument
85 tb_testu8_(uint8x8_t r, uint8x8_t tab, uint8x8_t idx) argument
91 tb_testp8_(poly8x8_t r, poly8x8_t tab, uint8x8_t idx) argument
97 tb_tests8_2(int8x8_t r, int8x8x2_t tab, int8x8_t idx) argument
103 tb_testu8_2(uint8x8_t r, uint8x8x2_t tab, uint8x8_t idx) argument
109 tb_testp8_2(poly8x8_t r, poly8x8x2_t tab, uint8x8_t idx) argument
115 tb_tests8_3(int8x8_t r, int8x8x3_t tab, int8x8_t idx) argument
121 tb_testu8_3(uint8x8_t r, uint8x8x3_t tab, uint8x8_t idx) argument
127 tb_testp8_3(poly8x8_t r, poly8x8x3_t tab, uint8x8_t idx) argument
133 tb_tests8_4(int8x8_t r, int8x8x4_t tab, int8x8_t idx) argument
139 tb_testu8_4(uint8x8_t r, uint8x8x4_t tab, uint8x8_t idx) argument
145 tb_testp8_4(poly8x8_t r, poly8x8x4_t tab, uint8x8_t idx) argument
151 qtbl_tests8_(int8x16_t tab, uint8x8_t idx) argument
157 qtbl_testu8_(uint8x16_t tab, uint8x8_t idx) argument
163 qtbl_testp8_(poly8x16_t tab, uint8x8_t idx) argument
169 qtbl_tests8_2(int8x16x2_t tab, uint8x8_t idx) argument
175 qtbl_testu8_2(uint8x16x2_t tab, uint8x8_t idx) argument
181 qtbl_testp8_2(poly8x16x2_t tab, uint8x8_t idx) argument
187 qtbl_tests8_3(int8x16x3_t tab, uint8x8_t idx) argument
193 qtbl_testu8_3(uint8x16x3_t tab, uint8x8_t idx) argument
199 qtbl_testp8_3(poly8x16x3_t tab, uint8x8_t idx) argument
205 qtbl_tests8_4(int8x16x4_t tab, uint8x8_t idx) argument
211 qtbl_testu8_4(uint8x16x4_t tab, uint8x8_t idx) argument
217 qtbl_testp8_4(poly8x16x4_t tab, uint8x8_t idx) argument
223 qtb_tests8_(int8x8_t r, int8x16_t tab, uint8x8_t idx) argument
229 qtb_testu8_(uint8x8_t r, uint8x16_t tab, uint8x8_t idx) argument
235 qtb_testp8_(poly8x8_t r, poly8x16_t tab, uint8x8_t idx) argument
241 qtb_tests8_2(int8x8_t r, int8x16x2_t tab, uint8x8_t idx) argument
247 qtb_testu8_2(uint8x8_t r, uint8x16x2_t tab, uint8x8_t idx) argument
253 qtb_testp8_2(poly8x8_t r, poly8x16x2_t tab, uint8x8_t idx) argument
259 qtb_tests8_3(int8x8_t r, int8x16x3_t tab, uint8x8_t idx) argument
265 qtb_testu8_3(uint8x8_t r, uint8x16x3_t tab, uint8x8_t idx) argument
271 qtb_testp8_3(poly8x8_t r, poly8x16x3_t tab, uint8x8_t idx) argument
277 qtb_tests8_4(int8x8_t r, int8x16x4_t tab, uint8x8_t idx) argument
283 qtb_testu8_4(uint8x8_t r, uint8x16x4_t tab, uint8x8_t idx) argument
289 qtb_testp8_4(poly8x8_t r, poly8x16x4_t tab, uint8x8_t idx) argument
295 qtblq_tests8_(int8x16_t tab, uint8x16_t idx) argument
301 qtblq_testu8_(uint8x16_t tab, uint8x16_t idx) argument
307 qtblq_testp8_(poly8x16_t tab, uint8x16_t idx) argument
313 qtblq_tests8_2(int8x16x2_t tab, uint8x16_t idx) argument
319 qtblq_testu8_2(uint8x16x2_t tab, uint8x16_t idx) argument
325 qtblq_testp8_2(poly8x16x2_t tab, uint8x16_t idx) argument
331 qtblq_tests8_3(int8x16x3_t tab, uint8x16_t idx) argument
337 qtblq_testu8_3(uint8x16x3_t tab, uint8x16_t idx) argument
343 qtblq_testp8_3(poly8x16x3_t tab, uint8x16_t idx) argument
349 qtblq_tests8_4(int8x16x4_t tab, uint8x16_t idx) argument
355 qtblq_testu8_4(uint8x16x4_t tab, uint8x16_t idx) argument
361 qtblq_testp8_4(poly8x16x4_t tab, uint8x16_t idx) argument
367 qtbxq_tests8_(int8x16_t r, int8x16_t tab, uint8x16_t idx) argument
373 qtbxq_testu8_(uint8x16_t r, uint8x16_t tab, uint8x16_t idx) argument
379 qtbxq_testp8_(poly8x16_t r, poly8x16_t tab, uint8x16_t idx) argument
385 qtbxq_tests8_2(int8x16_t r, int8x16x2_t tab, uint8x16_t idx) argument
391 qtbxq_testu8_2(uint8x16_t r, uint8x16x2_t tab, uint8x16_t idx) argument
397 qtbxq_testp8_2(poly8x16_t r, poly8x16x2_t tab, uint8x16_t idx) argument
403 qtbxq_tests8_3(int8x16_t r, int8x16x3_t tab, uint8x16_t idx) argument
409 qtbxq_testu8_3(uint8x16_t r, uint8x16x3_t tab, uint8x16_t idx) argument
415 qtbxq_testp8_3(poly8x16_t r, poly8x16x3_t tab, uint8x16_t idx) argument
421 qtbxq_tests8_4(int8x16_t r, int8x16x4_t tab, uint8x16_t idx) argument
427 qtbxq_testu8_4(uint8x16_t r, uint8x16x4_t tab, uint8x16_t idx) argument
433 qtbxq_testp8_4(poly8x16_t r, poly8x16x4_t tab, uint8x16_t idx) argument
[all...]
/haiku-buildtools/isl/
H A Disl_tab.c29 struct isl_tab *tab; local
32 tab = isl_calloc_type(ctx, struct isl_tab);
33 if (!tab)
35 tab->mat = isl_mat_alloc(ctx, n_row, off + n_var);
36 if (!tab->mat)
38 tab->var = isl_alloc_array(ctx, struct isl_tab_var, n_var);
39 if (n_var && !tab->var)
41 tab->con = isl_alloc_array(ctx, struct isl_tab_var, n_row);
42 if (n_row && !tab->con)
44 tab
92 isl_tab_get_ctx(struct isl_tab *tab) argument
97 isl_tab_extend_cons(struct isl_tab *tab, unsigned n_new) argument
143 isl_tab_extend_vars(struct isl_tab *tab, unsigned n_new) argument
174 isl_tab_extend(struct isl_tab *tab, unsigned n_new) argument
194 free_undo(struct isl_tab *tab) argument
205 isl_tab_free(struct isl_tab *tab) argument
224 isl_tab_dup(struct isl_tab *tab) argument
564 var_from_index(struct isl_tab *tab, int i) argument
572 isl_tab_var_from_row(struct isl_tab *tab, int i) argument
577 var_from_col(struct isl_tab *tab, int i) argument
586 max_is_manifestly_unbounded(struct isl_tab *tab, struct isl_tab_var *var) argument
607 min_is_manifestly_unbounded(struct isl_tab *tab, struct isl_tab_var *var) argument
624 row_cmp(struct isl_tab *tab, int r1, int r2, int c, isl_int t) argument
661 pivot_row(struct isl_tab *tab, struct isl_tab_var *var, int sgn, int c) argument
706 find_pivot(struct isl_tab *tab, struct isl_tab_var *var, struct isl_tab_var *skip_var, int sgn, int *row, int *col) argument
743 isl_tab_row_is_redundant(struct isl_tab *tab, int row) argument
771 swap_rows(struct isl_tab *tab, int row1, int row2) argument
792 push_union(struct isl_tab *tab, enum isl_tab_undo_type type, union isl_tab_undo_val u) argument
813 isl_tab_push_var(struct isl_tab *tab, enum isl_tab_undo_type type, struct isl_tab_var *var) argument
824 isl_tab_push(struct isl_tab *tab, enum isl_tab_undo_type type) argument
833 isl_tab_push_basis(struct isl_tab *tab) argument
846 isl_tab_push_callback(struct isl_tab *tab, struct isl_tab_callback *callback) argument
853 isl_tab_init_samples(struct isl_tab *tab) argument
872 isl_tab_add_sample(struct isl_tab *tab, __isl_take isl_vec *sample) argument
903 isl_tab_drop_sample(struct isl_tab *tab, int s) argument
923 isl_tab_save_samples(struct isl_tab *tab) argument
946 isl_tab_mark_redundant(struct isl_tab *tab, int row) argument
970 isl_tab_mark_empty(struct isl_tab *tab) argument
981 isl_tab_freeze_constraint(struct isl_tab *tab, int con) argument
1018 update_row_sign(struct isl_tab *tab, int row, int col, int row_sgn) argument
1099 isl_tab_pivot(struct isl_tab *tab, int row, int col) argument
1179 to_row(struct isl_tab *tab, struct isl_tab_var *var, int sign) argument
1205 check_table(struct isl_tab *tab) argument
1238 sign_of_max(struct isl_tab *tab, struct isl_tab_var *var) argument
1258 isl_tab_sign_of_max(struct isl_tab *tab, int con) argument
1272 row_is_neg(struct isl_tab *tab, int row) argument
1283 row_sgn(struct isl_tab *tab, int row) argument
1298 restore_row(struct isl_tab *tab, struct isl_tab_var *var) argument
1319 at_least_zero(struct isl_tab *tab, struct isl_tab_var *var) argument
1352 sign_of_min(struct isl_tab *tab, struct isl_tab_var *var) argument
1406 row_at_most_neg_one(struct isl_tab *tab, int row) argument
1427 isl_tab_min_at_most_neg_one(struct isl_tab *tab, struct isl_tab_var *var) argument
1486 at_least_one(struct isl_tab *tab, struct isl_tab_var *var) argument
1508 swap_cols(struct isl_tab *tab, int col1, int col2) argument
1532 isl_tab_kill_col(struct isl_tab *tab, int col) argument
1552 row_is_manifestly_non_integral(struct isl_tab *tab, int row) argument
1570 tab_is_manifestly_empty(struct isl_tab *tab) argument
1598 close_row(struct isl_tab *tab, struct isl_tab_var *var) argument
1631 isl_tab_allocate_con(struct isl_tab *tab) argument
1659 isl_tab_allocate_var(struct isl_tab *tab) argument
1708 isl_tab_add_row(struct isl_tab *tab, isl_int *line) argument
1756 drop_row(struct isl_tab *tab, int row) argument
1766 drop_col(struct isl_tab *tab, int col) argument
1779 isl_tab_add_ineq(struct isl_tab *tab, isl_int *ineq) argument
1834 to_col(struct isl_tab *tab, struct isl_tab_var *var) argument
1868 add_eq(struct isl_tab *tab, isl_int *eq) argument
1896 row_is_manifestly_zero(struct isl_tab *tab, int row) argument
1910 isl_tab_add_valid_eq(struct isl_tab *tab, isl_int *eq) argument
1945 add_zero_row(struct isl_tab *tab) argument
1964 isl_tab_add_eq(struct isl_tab *tab, isl_int *eq) argument
2091 add_div_constraints(struct isl_tab *tab, unsigned div, int (*add_ineq)(void *user, isl_int *), void *user) argument
2140 div_is_nonneg(struct isl_tab *tab, __isl_keep isl_vec *div) argument
2171 isl_tab_add_div(struct isl_tab *tab, __isl_keep isl_vec *div, int (*add_ineq)(void *user, isl_int *), void *user) argument
2220 struct isl_tab *tab; local
2269 struct isl_tab *tab; local
2318 isl_tab_cone_is_bounded(struct isl_tab *tab) argument
2352 isl_tab_sample_is_integer(struct isl_tab *tab) argument
2371 extract_integer_sample(struct isl_tab *tab) argument
2394 isl_tab_get_sample_value(struct isl_tab *tab) argument
2437 isl_basic_map_update_from_tab(struct isl_basic_map *bmap, struct isl_tab *tab) argument
2466 isl_basic_set_update_from_tab(struct isl_basic_set *bset, struct isl_tab *tab) argument
2482 cut_to_hyperplane(struct isl_tab *tab, struct isl_tab_var *var) argument
2558 isl_tab_relax(struct isl_tab *tab, int con) argument
2613 isl_tab_unrestrict(struct isl_tab *tab, int con) argument
2631 isl_tab_select_facet(struct isl_tab *tab, int con) argument
2639 may_be_equality(struct isl_tab *tab, int row) argument
2662 isl_tab_detect_implicit_equalities(struct isl_tab *tab) argument
2735 update_con_after_move(struct isl_tab *tab, int i, int old) argument
2755 rotate_constraints(struct isl_tab *tab, int first, int n) argument
2807 isl_tab_make_equalities_explicit(struct isl_tab *tab, __isl_take isl_basic_map *bmap) argument
2832 con_is_redundant(struct isl_tab *tab, struct isl_tab_var *var) argument
2862 isl_tab_detect_redundant(struct isl_tab *tab) argument
2927 isl_tab_is_equality(struct isl_tab *tab, int con) argument
2957 isl_tab_min(struct isl_tab *tab, isl_int *f, isl_int denom, isl_int *opt, isl_int *opt_denom, unsigned flags) argument
3027 isl_tab_is_redundant(struct isl_tab *tab, int con) argument
3041 isl_tab_snap(struct isl_tab *tab) argument
3052 unrelax(struct isl_tab *tab, struct isl_tab_var *var) argument
3087 ununrestrict(struct isl_tab *tab, struct isl_tab_var *var) argument
3098 perform_undo_var(struct isl_tab *tab, struct isl_tab_undo *undo) argument
3161 restore_basis(struct isl_tab *tab, int *col_var) argument
3210 drop_samples_since(struct isl_tab *tab, int n) argument
3229 perform_undo(struct isl_tab *tab, struct isl_tab_undo *undo) argument
3274 isl_tab_rollback(struct isl_tab *tab, struct isl_tab_undo *snap) argument
3311 separation_type(struct isl_tab *tab, unsigned row) argument
3350 isl_tab_ineq_type(struct isl_tab *tab, isl_int *ineq) argument
3400 isl_tab_track_bmap(struct isl_tab *tab, __isl_take isl_basic_map *bmap) argument
3426 isl_tab_track_bset(struct isl_tab *tab, __isl_take isl_basic_set *bset) argument
3431 isl_tab_peek_bset(struct isl_tab *tab) argument
3439 isl_tab_print_internal(__isl_keep struct isl_tab *tab, FILE *out, int indent) argument
3516 isl_tab_dump(__isl_keep struct isl_tab *tab) argument
[all...]
H A Disl_tab.h183 void isl_tab_free(struct isl_tab *tab);
185 isl_ctx *isl_tab_get_ctx(struct isl_tab *tab);
193 int isl_tab_cone_is_bounded(struct isl_tab *tab);
195 struct isl_tab *tab);
197 struct isl_tab *tab);
198 int isl_tab_detect_implicit_equalities(struct isl_tab *tab) WARN_UNUSED;
199 __isl_give isl_basic_map *isl_tab_make_equalities_explicit(struct isl_tab *tab,
201 int isl_tab_detect_redundant(struct isl_tab *tab) WARN_UNUSED;
203 enum isl_lp_result isl_tab_min(struct isl_tab *tab,
207 struct isl_tab *isl_tab_extend(struct isl_tab *tab, unsigne
[all...]
H A Disl_tab_pip.c64 /* detect nonnegative parameters in context and mark them in tab */
66 struct isl_context *context, struct isl_tab *tab);
89 int (*get_div)(struct isl_context *context, struct isl_tab *tab,
94 struct isl_tab *tab);
96 int (*best_split)(struct isl_context *context, struct isl_tab *tab);
119 struct isl_tab *tab; member in struct:isl_context_lex
377 struct isl_tab *tab; local
383 tab = sol->context->op->peek_tab(sol->context);
384 if (isl_tab_push_callback(tab, &sol->dec_level.callback) < 0)
402 * tab
448 sol_add(struct isl_sol *sol, struct isl_tab *tab) argument
697 get_row_parameter_line(struct isl_tab *tab, int row, isl_int *line) argument
728 identical_parameter_line(struct isl_tab *tab, int row1, int row2) argument
760 get_row_parameter_ineq(struct isl_tab *tab, int row) argument
809 get_row_parameter_div(struct isl_tab *tab, int row) argument
837 get_row_split_div(struct isl_tab *tab, int row) argument
897 set_row_cst_to_div(struct isl_tab *tab, int row, int div) argument
934 is_obviously_neg(struct isl_tab *tab, int row) argument
983 is_obviously_nonneg(struct isl_tab *tab, int row) argument
1040 lexmin_col_pair(struct isl_tab *tab, int row, int col1, int col2, isl_int tmp) argument
1089 lexmin_pivot_col(struct isl_tab *tab, int row) argument
1130 first_neg(struct isl_tab *tab) argument
1165 check_lexpos(struct isl_tab *tab) argument
1200 report_conflicting_constraint(struct isl_tab *tab, int con) argument
1210 report_conflict(struct isl_tab *tab, int row) argument
1248 restore_lexmin(struct isl_tab *tab) argument
1294 last_var_col_or_int_par_col(struct isl_tab *tab, int row) argument
1324 add_lexmin_valid_eq(struct isl_tab *tab, isl_int *eq) argument
1364 is_constant(struct isl_tab *tab, int row) argument
1382 add_lexmin_eq(struct isl_tab *tab, isl_int *eq) argument
1457 add_lexmin_ineq(struct isl_tab *tab, isl_int *ineq) argument
1496 integer_parameter(struct isl_tab *tab, int row) argument
1524 integer_variable(struct isl_tab *tab, int row) argument
1543 integer_constant(struct isl_tab *tab, int row) argument
1564 next_non_integer_var(struct isl_tab *tab, int var, int *f) argument
1598 first_non_integer_row(struct isl_tab *tab, int *f) argument
1627 add_cut(struct isl_tab *tab, int row) argument
1678 cut_to_integer_lexmin(struct isl_tab *tab, int cutting_strategy) argument
1719 check_samples(struct isl_tab *tab, isl_int *ineq, int eq) argument
1756 sample_is_finite(struct isl_tab *tab) argument
1782 check_integer_feasible(struct isl_tab *tab) argument
1817 tab_has_valid_sample(struct isl_tab *tab, isl_int *ineq, int eq) argument
1846 context_tab_add_div(struct isl_tab *tab, struct isl_vec *div, int (*add_ineq)(void *user, isl_int *), void *user) argument
1881 add_div(struct isl_tab *tab, struct isl_context *context, struct isl_vec *div) argument
1909 find_div(struct isl_tab *tab, isl_int *div, isl_int denom) argument
1927 get_div(struct isl_tab *tab, struct isl_context *context, struct isl_vec *div) argument
1966 add_parametric_cut(struct isl_tab *tab, int row, struct isl_context *context) argument
2077 struct isl_tab *tab; local
2153 best_split(struct isl_tab *tab, struct isl_tab *context_tab) argument
2292 tab_ineq_sign(struct isl_tab *tab, isl_int *ineq, int strict) argument
2365 context_lex_get_div(struct isl_context *context, struct isl_tab *tab, struct isl_vec *div) argument
2392 context_lex_detect_equalities(struct isl_context *context, struct isl_tab *tab) argument
2398 context_lex_best_split(struct isl_context *context, struct isl_tab *tab) argument
2462 tab_detect_nonnegative_parameters(struct isl_tab *tab, struct isl_tab *context_tab) argument
2516 context_lex_detect_nonnegative_parameters( struct isl_context *context, struct isl_tab *tab) argument
2577 struct isl_tab *tab; local
2629 struct isl_tab *tab; member in struct:isl_context_gbr
2634 context_gbr_detect_nonnegative_parameters( struct isl_context *context, struct isl_tab *tab) argument
2835 add_gbr_eq(struct isl_tab *tab, isl_int *eq) argument
3033 last_non_zero_var_col(struct isl_tab *tab, isl_int *p) argument
3066 propagate_equalities(struct isl_context_gbr *cgbr, struct isl_tab *tab, unsigned first) argument
3123 context_gbr_detect_equalities(struct isl_context *context, struct isl_tab *tab) argument
3158 context_gbr_get_div(struct isl_context *context, struct isl_tab *tab, struct isl_vec *div) argument
3190 context_gbr_best_split(struct isl_context *context, struct isl_tab *tab) argument
3429 is_critical(struct isl_tab *tab, int row) argument
3526 row_sign(struct isl_tab *tab, struct isl_sol *sol, int row) argument
3613 find_in_pos(struct isl_sol *sol, struct isl_tab *tab, isl_int *ineq) argument
3641 no_sol_in_strict(struct isl_sol *sol, struct isl_tab *tab, struct isl_vec *ineq) argument
3764 find_solutions(struct isl_sol *sol, struct isl_tab *tab) argument
3922 find_solutions_main(struct isl_sol *sol, struct isl_tab *tab) argument
4082 struct isl_tab *tab; local
4856 sol_for_find_solutions(struct isl_sol_for *sol_for, struct isl_tab *tab) argument
4881 struct isl_tab *tab; local
4916 region_is_trivial(struct isl_tab *tab, int pos, int len) argument
4951 first_trivial_region(struct isl_tab *tab, int n_region, struct isl_region *region) argument
4984 force_better_solution(struct isl_tab *tab, __isl_keep isl_vec *sol, int n_op) argument
5078 struct isl_tab *tab; local
5199 struct isl_tab *tab; local
[all...]
H A Disl_basis_reduction.h21 struct isl_tab *isl_tab_compute_reduced_basis(struct isl_tab *tab);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr16566-3.c7 struct S *tab[]; member in struct:C
11 ((void)1, x->c).tab[0] = 0;
H A Dpr16566-1.c8 struct S *tab[]; member in struct:C
14 foo(((void)1, x->c).tab[0]);
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/ubsan/
H A Dpr64121.c5 extern int tab[16];
10 int *xp = tab;
H A Doverflow-mul-3.c10 long long tab[] = { variable
33 for (i = 0; i < sizeof (tab) / sizeof (long long); i += 3)
34 if (mul (tab[i], tab[i + 1]) != tab[i + 2]
35 || mul (tab[i + 1], tab[i]) != tab[i + 2])
/haiku-buildtools/binutils/bfd/
H A Delf-strtab.c131 _bfd_elf_strtab_free (struct elf_strtab_hash *tab) argument
133 bfd_hash_table_free (&tab->table);
134 free (tab->array);
135 free (tab);
142 _bfd_elf_strtab_add (struct elf_strtab_hash *tab, argument
153 BFD_ASSERT (tab->sec_size == 0);
155 bfd_hash_lookup (&tab->table, str, TRUE, copy);
166 if (tab->size == tab->alloced)
169 tab
183 _bfd_elf_strtab_addref(struct elf_strtab_hash *tab, size_t idx) argument
193 _bfd_elf_strtab_delref(struct elf_strtab_hash *tab, size_t idx) argument
204 _bfd_elf_strtab_refcount(struct elf_strtab_hash *tab, size_t idx) argument
210 _bfd_elf_strtab_clear_all_refs(struct elf_strtab_hash *tab) argument
227 _bfd_elf_strtab_save(struct elf_strtab_hash *tab) argument
246 _bfd_elf_strtab_restore(struct elf_strtab_hash *tab, void *buf) argument
268 _bfd_elf_strtab_size(struct elf_strtab_hash *tab) argument
274 _bfd_elf_strtab_offset(struct elf_strtab_hash *tab, size_t idx) argument
289 _bfd_elf_strtab_emit(register bfd *abfd, struct elf_strtab_hash *tab) argument
359 _bfd_elf_strtab_finalize(struct elf_strtab_hash *tab) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/graphite/
H A Dpr36287.c4 int tab[2][2]; variable
18 tab[i][j] = 0;
20 return tab[0][1];
/haiku-buildtools/gcc/mpfr/tests/
H A Dtsum.c39 sum_tab (mpfr_ptr ret, mpfr_t *tab, unsigned long n, mpfr_rnd_t rnd) argument
49 tabtmp[i] = tab[i];
58 get_prec_max (mpfr_t *tab, unsigned long n, mpfr_prec_t f) argument
65 while (MPFR_IS_ZERO (tab[i]))
72 if (! mpfr_check (tab[i]))
74 printf ("tab[%lu] is not valid.\n", i);
77 MPFR_ASSERTN (MPFR_IS_FP (tab[i]));
78 min = max = MPFR_GET_EXP(tab[i]);
81 if (! mpfr_check (tab[i]))
83 printf ("tab[
103 algo_exact(mpfr_t somme, mpfr_t *tab, unsigned long n, mpfr_prec_t f) argument
125 mpfr_t *tab; local
165 mpfr_t *tab; local
223 mpfr_t tab[3], r; local
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Delf-strtab.c128 _bfd_elf_strtab_free (struct elf_strtab_hash *tab) argument
130 bfd_hash_table_free (&tab->table);
131 free (tab->array);
132 free (tab);
139 _bfd_elf_strtab_add (struct elf_strtab_hash *tab, argument
150 BFD_ASSERT (tab->sec_size == 0);
152 bfd_hash_lookup (&tab->table, str, TRUE, copy);
163 if (tab->size == tab->alloced)
166 tab
179 _bfd_elf_strtab_addref(struct elf_strtab_hash *tab, bfd_size_type idx) argument
189 _bfd_elf_strtab_delref(struct elf_strtab_hash *tab, bfd_size_type idx) argument
200 _bfd_elf_strtab_clear_all_refs(struct elf_strtab_hash *tab) argument
209 _bfd_elf_strtab_size(struct elf_strtab_hash *tab) argument
215 _bfd_elf_strtab_offset(struct elf_strtab_hash *tab, bfd_size_type idx) argument
230 _bfd_elf_strtab_emit(register bfd *abfd, struct elf_strtab_hash *tab) argument
299 _bfd_elf_strtab_finalize(struct elf_strtab_hash *tab) argument
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/read/char/
H A D3.cc34 char tab[13]; local
35 iss.read(tab, 13);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/read/wchar_t/
H A D3.cc32 wchar_t tab[13]; local
33 iss.read(tab, 13);

Completed in 123 milliseconds

12345678