Searched defs:ternary (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_test2.cc | 84 struct ternary { struct 85 const char *arg1; 86 const char *arg2; 87 const char *arg3; 88 const char *res;
|
H A D | isl_ast_build_expr.c | 2063 isl_ast_expr *ternary, *arg; in add_intermediate_piece() local
|
/netbsd-src/external/lgpl3/mpc/dist/tests/ |
H A D | read_line.c | 220 tpl_read_ternary (mpc_datafile_context_t* datafile_context, int* ternary) in tpl_read_ternary()
|
H A D | tpl_mpfr.c | 127 tpl_read_mpfr_inex (mpc_datafile_context_t* datafile_context, int *ternary) in tpl_read_mpfr_inex()
|
H A D | read_data.c | 183 read_ternary (FILE *fp, int* ternary) in read_ternary()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-scopedtables.h | 44 struct { enum tree_code op; tree opnd0, opnd1, opnd2; } ternary; member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-scopedtables.h | 44 struct { enum tree_code op; tree opnd0, opnd1, opnd2; } ternary; member
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | transport.c | 43 typedef enum ternary { ter_none = 0, ter_true = 1, ter_false = 2 } ternary_t; global() enum
|