Home
last modified time | relevance | path

Searched refs:ternary (Results 1 – 25 of 94) sorted by relevance

1234

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-scopedtables.cc425 hstate.add_object (expr->ops.ternary.op); in add_hashable_expr()
426 if (commutative_ternary_tree_code (expr->ops.ternary.op)) in add_hashable_expr()
427 inchash::add_expr_commutative (expr->ops.ternary.opnd0, in add_hashable_expr()
428 expr->ops.ternary.opnd1, hstate); in add_hashable_expr()
431 inchash::add_expr (expr->ops.ternary.opnd0, hstate); in add_hashable_expr()
432 inchash::add_expr (expr->ops.ternary.opnd1, hstate); in add_hashable_expr()
434 inchash::add_expr (expr->ops.ternary.opnd2, hstate); in add_hashable_expr()
621 if (expr0->ops.ternary.op != expr1->ops.ternary.op in hashable_expr_equal_p()
622 || !operand_equal_p (expr0->ops.ternary.opnd2, in hashable_expr_equal_p()
623 expr1->ops.ternary.opnd2, 0)) in hashable_expr_equal_p()
[all …]
Dinternal-fn.def62 - ternary: a normal ternary optab, such as fma<mode>4
65 - cond_ternary: a conditional ternary optab, such as cond_fma_rev<mode>
163 DEF_INTERNAL_OPTAB_FN (FMS, ECF_CONST, fms, ternary)
164 DEF_INTERNAL_OPTAB_FN (FNMA, ECF_CONST, fnma, ternary)
165 DEF_INTERNAL_OPTAB_FN (FNMS, ECF_CONST, fnms, ternary)
295 DEF_INTERNAL_OPTAB_FN (VEC_FMADDSUB, ECF_CONST, vec_fmaddsub, ternary)
296 DEF_INTERNAL_OPTAB_FN (VEC_FMSUBADD, ECF_CONST, vec_fmsubadd, ternary)
302 DEF_INTERNAL_FLT_FLOATN_FN (FMA, ECF_CONST, fma, ternary)
303 DEF_INTERNAL_OPTAB_FN (COMPLEX_FMA, ECF_CONST, cmla, ternary)
304 DEF_INTERNAL_OPTAB_FN (COMPLEX_FMA_CONJ, ECF_CONST, cmla_conj, ternary)
[all …]
Dtree-ssa-scopedtables.h44 struct { enum tree_code op; tree opnd0, opnd1, opnd2; } ternary; member
/netbsd/src/external/lgpl3/mpc/dist/tests/
Dread_line.c220 tpl_read_ternary (mpc_datafile_context_t* datafile_context, int* ternary) in tpl_read_ternary() argument
225 *ternary = TERNARY_ERROR; in tpl_read_ternary()
228 *ternary = TERNARY_NOT_CHECKED; in tpl_read_ternary()
231 *ternary = +1; in tpl_read_ternary()
234 *ternary = 0; in tpl_read_ternary()
237 *ternary = -1; in tpl_read_ternary()
Dread_data.c183 read_ternary (FILE *fp, int* ternary) in read_ternary() argument
188 *ternary = TERNARY_ERROR; in read_ternary()
191 *ternary = TERNARY_NOT_CHECKED; in read_ternary()
194 *ternary = +1; in read_ternary()
197 *ternary = 0; in read_ternary()
200 *ternary = -1; in read_ternary()
Dmpc-tests.h147 extern void read_ternary (FILE *fp, int* ternary);
327 int* ternary);
333 int *ternary);
Dtpl_mpfr.c127 tpl_read_mpfr_inex (mpc_datafile_context_t* datafile_context, int *ternary) in tpl_read_mpfr_inex() argument
129 tpl_read_ternary(datafile_context, ternary); in tpl_read_mpfr_inex()
Dpow_z.dat33 # INEX_RE is the ternary value for the real part with the following notation:
34 # "?" ternary value not checked
Dabs.dat31 # INEX is the ternary value with the following notation:
32 # "?" ternary value not checked
Datanh.dat34 # INEX_RE is the ternary value for the real part with the following notation:
35 # "?" ternary value not checked
Dacosh.dat34 # INEX_RE is the ternary value for the real part with the following notation:
35 # "?" ternary value not checked
Dadd.dat33 # INEX_RE is the ternary value for the real part with the following notation:
34 # "?" ternary value not checked
Dasinh.dat34 # INEX_RE is the ternary value for the real part with the following notation:
35 # "?" ternary value not checked
Dadd_fr.dat33 # INEX_RE is the ternary value for the real part with the following notation:
34 # "?" ternary value not checked
Dasin.dat34 # INEX_RE is the ternary value for the real part with the following notation:
35 # "?" ternary value not checked
Dacos.dat34 # INEX_RE is the ternary value for the real part with the following notation:
35 # "?" ternary value not checked
Datan.dat34 # INEX_RE is the ternary value for the real part with the following notation:
35 # "?" ternary value not checked
Dfma.dat34 # Test that gave ternary value + - before release 1.3.0.
Dinp_str.dat32 # INEX_RE is the ternary value for the real part with the following notation:
33 # "?" ternary value not checked
Dstrtoc.dat32 # INEX_RE is the ternary value for the real part with the following notation:
33 # "?" ternary value not checked
Dsin.dat34 # INEX_RE is the ternary value for the real part with the following notation:
35 # "?" ternary value not checked
/netbsd/src/external/lgpl3/gmp/dist/tests/cxx/
DMakefile.am39 t-ternary t-unary \
67 t_ternary_SOURCES = t-ternary.cc
DMakefile.in114 @WANT_CXX_TRUE@ t-ternary$(EXEEXT) t-unary$(EXEEXT) \
236 am_t_ternary_OBJECTS = t-ternary.$(OBJEXT)
742 t_ternary_SOURCES = t-ternary.cc
883 t-ternary$(EXEEXT): $(t_ternary_OBJECTS) $(t_ternary_DEPENDENCIES) $(EXTRA_t_ternary_DEPENDENCIES)
884 @rm -f t-ternary$(EXEEXT)
1219 t-ternary.log: t-ternary$(EXEEXT)
/netbsd/src/usr.bin/make/unit-tests/
Darchive.mk11 FILES= archive.mk archive-suffix.mk modmisc.mk ternary.mk varmisc.mk
/netbsd/src/external/lgpl3/gmp/dist/demos/expr/
DREADME398 argument separator, "!" through "||" logical booleans, ternary "?" ":", and
465 The ternary "? :" operator is also handled using precedences. ":" is one
473 The ternary "?:" operator evaluates the "false" side of its pair, which is

1234