| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-ssa-scopedtables.cc | 425 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 …]
|
| D | internal-fn.def | 62 - 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 …]
|
| D | tree-ssa-scopedtables.h | 44 struct { enum tree_code op; tree opnd0, opnd1, opnd2; } ternary; member
|
| /netbsd/src/external/lgpl3/mpc/dist/tests/ |
| D | read_line.c | 220 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()
|
| D | read_data.c | 183 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()
|
| D | mpc-tests.h | 147 extern void read_ternary (FILE *fp, int* ternary); 327 int* ternary); 333 int *ternary);
|
| D | tpl_mpfr.c | 127 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()
|
| D | pow_z.dat | 33 # INEX_RE is the ternary value for the real part with the following notation: 34 # "?" ternary value not checked
|
| D | abs.dat | 31 # INEX is the ternary value with the following notation: 32 # "?" ternary value not checked
|
| D | atanh.dat | 34 # INEX_RE is the ternary value for the real part with the following notation: 35 # "?" ternary value not checked
|
| D | acosh.dat | 34 # INEX_RE is the ternary value for the real part with the following notation: 35 # "?" ternary value not checked
|
| D | add.dat | 33 # INEX_RE is the ternary value for the real part with the following notation: 34 # "?" ternary value not checked
|
| D | asinh.dat | 34 # INEX_RE is the ternary value for the real part with the following notation: 35 # "?" ternary value not checked
|
| D | add_fr.dat | 33 # INEX_RE is the ternary value for the real part with the following notation: 34 # "?" ternary value not checked
|
| D | asin.dat | 34 # INEX_RE is the ternary value for the real part with the following notation: 35 # "?" ternary value not checked
|
| D | acos.dat | 34 # INEX_RE is the ternary value for the real part with the following notation: 35 # "?" ternary value not checked
|
| D | atan.dat | 34 # INEX_RE is the ternary value for the real part with the following notation: 35 # "?" ternary value not checked
|
| D | fma.dat | 34 # Test that gave ternary value + - before release 1.3.0.
|
| D | inp_str.dat | 32 # INEX_RE is the ternary value for the real part with the following notation: 33 # "?" ternary value not checked
|
| D | strtoc.dat | 32 # INEX_RE is the ternary value for the real part with the following notation: 33 # "?" ternary value not checked
|
| D | sin.dat | 34 # 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/ |
| D | Makefile.am | 39 t-ternary t-unary \ 67 t_ternary_SOURCES = t-ternary.cc
|
| D | Makefile.in | 114 @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/ |
| D | archive.mk | 11 FILES= archive.mk archive-suffix.mk modmisc.mk ternary.mk varmisc.mk
|
| /netbsd/src/external/lgpl3/gmp/dist/demos/expr/ |
| D | README | 398 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
|