Searched refs:ternary (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gmp/tests/cxx/
H A DMakefile.am34 t-istream t-locale t-misc t-ops t-ostream t-prec t-rand t-ternary t-unary
50 t_ternary_SOURCES = t-ternary.cc
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-dom.c102 struct { enum tree_code op; tree opnd0, opnd1, opnd2; } ternary; member in union:hashable_expr::__anon214
321 expr->ops.ternary.op = subcode;
322 expr->ops.ternary.opnd0 = gimple_assign_rhs1 (stmt);
323 expr->ops.ternary.opnd1 = gimple_assign_rhs2 (stmt);
324 expr->ops.ternary.opnd2 = gimple_assign_rhs3 (stmt);
500 if (expr0->ops.ternary.op != expr1->ops.ternary.op
501 || !operand_equal_p (expr0->ops.ternary.opnd2,
502 expr1->ops.ternary.opnd2, 0))
505 if (operand_equal_p (expr0->ops.ternary
[all...]
H A Dcfgexpand.c3930 goto ternary;
3947 ternary:
/haiku-buildtools/isl/
H A Disl_ast_build_expr.c821 isl_ast_expr *ternary, *arg; local
823 ternary = isl_ast_expr_alloc_op(ctx, isl_ast_op_select, 3);
826 ternary = isl_ast_expr_set_op_arg(ternary, 0, arg);
828 ternary = isl_ast_expr_set_op_arg(ternary, 1, arg);
829 if (!ternary)
832 *data->next = ternary;
833 data->next = &ternary->u.op.args[2];
/haiku-buildtools/gcc/mpc/tests/
H A Dread_data.c206 read_ternary (FILE *fp, int* ternary) argument
211 *ternary = TERNARY_ERROR;
214 *ternary = TERNARY_NOT_CHECKED;
217 *ternary = +1;
220 *ternary = 0;
223 *ternary = -1;
226 printf ("Error: Unexpected ternary value '%c' in file '%s' line %lu\n",
428 printf ("Incompatible ternary value '%c' (%s part) in file '%s' line %lu\n",
431 printf ("Incompatible ternary value '%c' in file '%s' line %lu\n",
738 printf("ternary valu
[all...]
H A Dmpc-tests.h221 extern void read_ternary (FILE *fp, int* ternary);
231 /* special value to indicate that the ternary value is not checked */
/haiku-buildtools/legacy/binutils/libiberty/
H A DMakefile.in155 ternary.c tmpnam.c \
179 ./ternary.o \
223 $(INCDIR)/ternary.h
1062 ./ternary.o: $(srcdir)/ternary.c config.h $(INCDIR)/ansidecl.h \
1063 $(INCDIR)/libiberty.h $(INCDIR)/ternary.h
1065 $(COMPILE.c) $(PICFLAG) $(srcdir)/ternary.c -o pic/$@; \
1067 $(COMPILE.c) $(srcdir)/ternary.c $(OUTPUT_OPTION)

Completed in 85 milliseconds