Searched refs:term (Results 1 - 25 of 55) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Derr-msg1.C6 int j = A::term;// { dg-error "" } .term.*
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr33146.c4 int term; member in struct:__anon1536
12 if (!pass->term)
15 while (termpass - pass < numpasses && !termpass->term)
H A Dpr32584.c59 TEBOXPTR term , *xpptr ; local
64 for( term = tile->termsptr ; term != (TEBOXPTR) ((void *)0) ;
65 term = term->nextterm ) {
66 xpptr[ ++n ] = term ;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dlexstrng.c30 const char *term = "\"\\\"\\";
59 if (term[0] != '"' || term[1] != '\\' || term[2] != '"'
60 || term[3] != '\\' || term[4] != '\0')
/haiku-buildtools/gcc/fixincludes/tests/base/
H A Dcurses.h34 struct term;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr51801.c6 extern XtermWidget term;
13 XtermWidget xw = term;
34 XtermWidget xw = term;
52 XtermWidget xw = term;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_45.f902 ! Test the fix for PR59198, where the field for the component 'term' in
25 type(decay_term_t), allocatable :: term component in type:decay_gen_t
H A Dproc_ptr_comp_44.f902 ! Test the fix for PR59198, where the field for the component 'term' in
23 type(decay_term_t), dimension(:), allocatable :: term variable
/haiku-buildtools/isl/
H A Disl_polynomial.c1716 /* Return the constant term of "up".
1741 /* Return the constant term of "qp".
3614 isl_term *term; local
3622 term = isl_calloc(dim->ctx, struct isl_term,
3624 if (!term)
3627 term->ref = 1;
3628 term->dim = dim;
3629 term->div = div;
3630 isl_int_init(term->n);
3631 isl_int_init(term
3640 isl_term_copy(__isl_keep isl_term *term) argument
3649 isl_term_dup(__isl_keep isl_term *term) argument
3673 isl_term_cow(__isl_take isl_term *term) argument
3684 isl_term_free(__isl_take isl_term *term) argument
3699 isl_term_dim(__isl_keep isl_term *term, enum isl_dim_type type) argument
3715 isl_term_get_ctx(__isl_keep isl_term *term) argument
3720 isl_term_get_num(__isl_keep isl_term *term, isl_int *n) argument
3727 isl_term_get_den(__isl_keep isl_term *term, isl_int *d) argument
3736 isl_term_get_coefficient_val(__isl_keep isl_term *term) argument
3745 isl_term_get_exp(__isl_keep isl_term *term, enum isl_dim_type type, unsigned pos) argument
3761 isl_term_get_div(__isl_keep isl_term *term, unsigned pos) argument
3785 isl_upoly_foreach_term(__isl_keep struct isl_upoly *up, int (*fn)(__isl_take isl_term *term, void *user), __isl_take isl_term *term, void *user) argument
3838 isl_qpolynomial_foreach_term(__isl_keep isl_qpolynomial *qp, int (*fn)(__isl_take isl_term *term, void *user), void *user) argument
3841 isl_term *term; local
3857 isl_qpolynomial_from_term(__isl_take isl_term *term) argument
[all...]
H A Disl_range.c177 /* Add term "term" to data->poly if it has sign data->sign.
182 static int collect_fixed_sign_terms(__isl_take isl_term *term, void *user) argument
191 if (!term)
194 nparam = isl_term_dim(term, isl_dim_param);
195 nvar = isl_term_dim(term, isl_dim_set);
199 isl_term_get_num(term, &n);
205 if (isl_term_get_exp(term, isl_dim_param, i) % 2)
211 if (isl_term_get_exp(term, isl_dim_set, i) % 2)
216 isl_qpolynomial *t = isl_qpolynomial_from_term(term);
[all...]
H A Disl_ast_build_expr.c296 isl_ast_expr *term; local
303 term = var(&change_sign, ls, type, pos, build);
309 term = scale(term, v);
310 return ast_expr_sub(expr, term);
312 term = scale(term, v);
313 return ast_expr_add(expr, term);
592 /* Should the constant term "v" be considered positive?
632 * with negative coefficients), then the constant term i
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Ddgux.c58 pos, max, sep, indent, term)
66 char *term;
101 fprintf (file, term);
/haiku-buildtools/binutils/gas/config/
H A Dtc-z80.c1098 expressionS term; local
1103 p = parse_exp (args, &term);
1110 if ((term.X_md) || (term.X_op != O_register))
1113 switch (term.X_add_number)
1119 p = parse_exp (p, &term);
1120 if ((!term.X_md) && (term.X_op == O_register))
1122 rnum = term.X_add_number;
1141 expressionS term; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ipa/
H A Dpr63587-2.C128 template <typename> struct term;
135 typedef expr<term<T> > type;
138 template <typename Arg0> struct expr<term<Arg0> >
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dterminal.c102 /* The string to write to turn on the meta key, if this term has one. */
105 /* The string to write to turn off the meta key, if this term has one. */
108 /* The string to turn on inverse mode, if this term has one. */
111 /* The string to turn off inverse mode, if this term has one. */
520 char *term, *buffer;
530 term = terminal_name ? terminal_name : getenv ("TERM");
542 if (!term)
543 term = "dumb";
545 if (tgetent (term_buffer, term) <= 0)
519 char *term, *buffer; local
/haiku-buildtools/isl/include/isl/
H A Dpolynomial.h109 isl_ctx *isl_term_get_ctx(__isl_keep isl_term *term);
111 __isl_give isl_term *isl_term_copy(__isl_keep isl_term *term);
112 void isl_term_free(__isl_take isl_term *term);
114 unsigned isl_term_dim(__isl_keep isl_term *term, enum isl_dim_type type);
115 void isl_term_get_num(__isl_keep isl_term *term, isl_int *n);
116 void isl_term_get_den(__isl_keep isl_term *term, isl_int *d);
117 __isl_give isl_val *isl_term_get_coefficient_val(__isl_keep isl_term *term);
118 int isl_term_get_exp(__isl_keep isl_term *term,
120 __isl_give isl_aff *isl_term_get_div(__isl_keep isl_term *term, unsigned pos);
123 int (*fn)(__isl_take isl_term *term, voi
[all...]
/haiku-buildtools/gcc/gmp/demos/
H A Dpexpr.c118 char *term __GMP_PROTO ((char *, expr_t *));
494 str = term (str + 1, e);
498 str = term (str + 1, e);
503 str = term (str + 1, e);
508 str = term (str, e);
519 str = term (str + 4, &e2);
528 str = term (str + 5, &e2);
535 str = term (str + 1, &e2);
539 str = term (str + 1, &e2);
549 term (cha function
[all...]
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/chan/
H A Dpowser1.go418 // Convert array of coefficients, constant term first
542 // Exponential of a power series with constant term 0
543 // (nonzero constant term would make nonrational coefficients)
544 // bug: the constant term is simply ignored
555 // Substitute V for x in U, where the leading term of V is zero
559 // bug: a nonzero constant term is ignored
H A Dpowser2.go432 // Convert array of coefficients, constant term first
556 // Exponential of a power series with constant term 0
557 // (nonzero constant term would make nonrational coefficients)
558 // bug: the constant term is simply ignored
569 // Substitute V for x in U, where the leading term of V is zero
573 // bug: a nonzero constant term is ignored
/haiku-buildtools/legacy/gcc/gcc/
H A Dtoplev.c5587 print_single_switch (file, pos, max, indent, sep, term, type, name)
5590 const char *indent, *sep, *term, *type, *name;
5599 fprintf (file, "%s", term);
5618 print_switch_values (file, pos, max, indent, sep, term)
5621 const char *indent, *sep, *term;
5628 pos = print_single_switch (file, pos, max, indent, *indent ? " " : "", term,
5648 pos = print_single_switch (file, pos, max, indent, sep, term, *p, "");
5651 fprintf (file, "%s", term);
5657 pos = print_single_switch (file, 0, max, indent, *indent ? " " : "", term,
5662 pos = print_single_switch (file, pos, max, indent, sep, term,
[all...]
H A Dgenattrtab.c2059 term and E is an unknown term.
2711 AND or IOR expressions and insert a new term. The new term will be
2715 term.
2717 If the `term' is itself a tree, all its leaves will be inserted. */
2720 insert_right_side (code, exp, term, insn_code, insn_index)
2723 rtx term;
2729 if (code == AND && term == true_rtx)
2731 if (code == AND && term
4941 rtx term; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dgenattrtab.c1867 AND or IOR expressions and insert a new term. The new term will be
1871 term.
1873 If the `term' is itself a tree, all its leaves will be inserted. */
1876 insert_right_side (enum rtx_code code, rtx exp, rtx term, int insn_code, int insn_index) argument
1881 if (code == AND && term == true_rtx)
1883 if (code == AND && term == false_rtx)
1886 return term;
1889 if (code == IOR && term == true_rtx)
1891 if (code == IOR && term
4104 rtx term; local
[all...]
H A Dexplow.c156 for constant term in the sum and combine with C. For an
157 integer constant term or a constant term that is not an
165 rtx term = plus_constant (mode, XEXP (x, 1), c, inplace); local
166 if (term == const0_rtx)
169 XEXP (x, 1) = term;
171 x = gen_rtx_PLUS (mode, XEXP (x, 0), term);
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dexcept.c565 tree term = build_function_call (Terminate, NULL_TREE); local
567 return term;
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dgjavah.c1041 int i, term = 0;
1054 term = 1;
1072 if (term)
1039 int i, term = 0; local

Completed in 285 milliseconds

123