Home
last modified time | relevance | path

Searched defs:ternary (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_test2.cc84 struct ternary { struct
85 const char *arg1;
86 const char *arg2;
87 const char *arg3;
88 const char *res;
H A Disl_ast_build_expr.c2063 isl_ast_expr *ternary, *arg; in add_intermediate_piece() local
/netbsd-src/external/lgpl3/mpc/dist/tests/
H A Dread_line.c220 tpl_read_ternary (mpc_datafile_context_t* datafile_context, int* ternary) in tpl_read_ternary()
H A Dtpl_mpfr.c127 tpl_read_mpfr_inex (mpc_datafile_context_t* datafile_context, int *ternary) in tpl_read_mpfr_inex()
H A Dread_data.c183 read_ternary (FILE *fp, int* ternary) in read_ternary()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-scopedtables.h44 struct { enum tree_code op; tree opnd0, opnd1, opnd2; } ternary; member
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-scopedtables.h44 struct { enum tree_code op; tree opnd0, opnd1, opnd2; } ternary; member
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dtransport.c43 typedef enum ternary { ter_none = 0, ter_true = 1, ter_false = 2 } ternary_t; global() enum