| /src/external/lgpl3/mpc/dist/tests/ |
| read_line.c | 220 tpl_read_ternary (mpc_datafile_context_t* datafile_context, int* ternary) 225 *ternary = TERNARY_ERROR; 228 *ternary = TERNARY_NOT_CHECKED; 231 *ternary = +1; 234 *ternary = 0; 237 *ternary = -1; 240 printf ("Error: Unexpected ternary value '%c' in file '%s' line %lu\n",
|
| read_data.c | 183 read_ternary (FILE *fp, int* ternary) 188 *ternary = TERNARY_ERROR; 191 *ternary = TERNARY_NOT_CHECKED; 194 *ternary = +1; 197 *ternary = 0; 200 *ternary = -1; 203 printf ("Error: Unexpected ternary value '%c' in file '%s' line %lu\n",
|
| tpl_mpfr.c | 127 tpl_read_mpfr_inex (mpc_datafile_context_t* datafile_context, int *ternary) 129 tpl_read_ternary(datafile_context, ternary);
|
| mpc-tests.h | 147 extern void read_ternary (FILE *fp, int* ternary); 195 /* special value to indicate that the ternary value is not checked */ 199 /* mpc nonary value as a pair of ternary value for data from a file */ 327 int* ternary); 333 int *ternary);
|
| /src/external/gpl3/gcc/dist/gcc/config/arm/ |
| arm-mve-builtins-base.def | 93 DEF_MVE_FUNCTION (vqdmladhq, ternary, all_signed, m_or_none) 94 DEF_MVE_FUNCTION (vqdmladhxq, ternary, all_signed, m_or_none) 97 DEF_MVE_FUNCTION (vqdmlsdhq, ternary, all_signed, m_or_none) 98 DEF_MVE_FUNCTION (vqdmlsdhxq, ternary, all_signed, m_or_none) 107 DEF_MVE_FUNCTION (vqrdmladhq, ternary, all_signed, m_or_none) 108 DEF_MVE_FUNCTION (vqrdmladhxq, ternary, all_signed, m_or_none) 111 DEF_MVE_FUNCTION (vqrdmlsdhq, ternary, all_signed, m_or_none) 112 DEF_MVE_FUNCTION (vqrdmlsdhxq, ternary, all_signed, m_or_none) 167 DEF_MVE_FUNCTION (vcmlaq, ternary, all_float, m_or_none) 168 DEF_MVE_FUNCTION (vcmlaq_rot90, ternary, all_float, m_or_none [all...] |
| arm-mve-builtins-shapes.h | 67 extern const function_shape *const ternary;
|
| arm-mve-builtins-shapes.cc | 1549 i.e. the standard shape for ternary operations that operate on 1571 SHAPE (ternary) 1575 i.e. ternary operations that operate on a pair of vectors of the 1613 i.e. the standard shape for ternary operations that operate on a 1641 i.e. the standard shape for ternary operations that operate on 1670 i.e. ternary operations that operate on a pair of vectors of the 1985 i.e. a version of the standard ternary shape in which
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-scopedtables.cc | 466 hstate.add_object (expr->ops.ternary.op); 467 if (commutative_ternary_tree_code (expr->ops.ternary.op)) 468 inchash::add_expr_commutative (expr->ops.ternary.opnd0, 469 expr->ops.ternary.opnd1, hstate); 472 inchash::add_expr (expr->ops.ternary.opnd0, hstate); 473 inchash::add_expr (expr->ops.ternary.opnd1, hstate); 475 inchash::add_expr (expr->ops.ternary.opnd2, hstate); 662 if (expr0->ops.ternary.op != expr1->ops.ternary.op 663 || !operand_equal_p (expr0->ops.ternary.opnd2 [all...] |
| internal-fn.def | 72 - ternary: a normal ternary optab, such as fma<mode>4 79 - cond_ternary: a conditional ternary optab, such as cond_fma_rev<mode> 86 - cond_len_ternary: a conditional ternary optab, such as 259 DEF_INTERNAL_OPTAB_FN (FMS, ECF_CONST, fms, ternary) 260 DEF_INTERNAL_OPTAB_FN (FNMA, ECF_CONST, fnma, ternary) 261 DEF_INTERNAL_OPTAB_FN (FNMS, ECF_CONST, fnms, ternary) 296 DEF_INTERNAL_COND_FN (FMA, ECF_CONST, fma, ternary) 297 DEF_INTERNAL_COND_FN (FMS, ECF_CONST, fms, ternary) 298 DEF_INTERNAL_COND_FN (FNMA, ECF_CONST, fnma, ternary) [all...] |
| tree-ssa-scopedtables.h | 44 struct { enum tree_code op; tree opnd0, opnd1, opnd2; } ternary; member in union:hashable_expr::__anon13974
|
| cfgexpand.cc | 4476 goto ternary; 4493 ternary:
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-scopedtables.cc | 425 hstate.add_object (expr->ops.ternary.op); 426 if (commutative_ternary_tree_code (expr->ops.ternary.op)) 427 inchash::add_expr_commutative (expr->ops.ternary.opnd0, 428 expr->ops.ternary.opnd1, hstate); 431 inchash::add_expr (expr->ops.ternary.opnd0, hstate); 432 inchash::add_expr (expr->ops.ternary.opnd1, hstate); 434 inchash::add_expr (expr->ops.ternary.opnd2, hstate); 621 if (expr0->ops.ternary.op != expr1->ops.ternary.op 622 || !operand_equal_p (expr0->ops.ternary.opnd2 [all...] |
| 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) 301 /* Ternary math functions. */ 302 DEF_INTERNAL_FLT_FLOATN_FN (FMA, ECF_CONST, fma, ternary) [all...] |
| tree-ssa-scopedtables.h | 44 struct { enum tree_code op; tree opnd0, opnd1, opnd2; } ternary; member in union:hashable_expr::__anon16395
|
| cfgexpand.cc | 4453 goto ternary; 4470 ternary:
|
| /src/usr.bin/make/unit-tests/ |
| archive.exp | 16 Making list-archive-wildcard out-of-date archive-suffix.mk archive.mk ternary.mk 19 list-archive-wildcard: ternary.mk
|
| archive.mk | 11 FILES= archive.mk archive-suffix.mk modmisc.mk ternary.mk varmisc.mk
|
| Makefile | 344 TESTS+= ternary
|
| /src/external/lgpl3/gmp/dist/tests/cxx/ |
| Makefile.am | 39 t-ternary t-unary \ 67 t_ternary_SOURCES = t-ternary.cc
|
| /src/external/mit/isl/dist/ |
| isl_test2.cc | 50 /* A ternary isl function that appears in the C++ bindings 82 /* A description of the inputs and the output of a ternary operation. 84 struct ternary { struct 172 const std::string &name, const std::vector<ternary> &tests)
|
| isl_ast_build_expr.c | 2063 isl_ast_expr *ternary, *arg; local 2069 ternary = isl_ast_expr_alloc_op(ctx, isl_ast_expr_op_select, 3); 2072 ternary = isl_ast_expr_op_add_arg(ternary, arg); 2079 ternary = isl_ast_expr_op_add_arg(ternary, arg); 2081 if (!ternary) 2084 *next = isl_ast_expr_list_add(*next, ternary); 2085 return &ternary->u.op.args;
|
| /src/external/mpl/bind/dist/lib/dns/ |
| transport.c | 46 typedef enum ternary { ter_none = 0, ter_true = 1, ter_false = 2 } ternary_t; enum
|