HomeSort by: relevance | last modified time | path
    Searched defs:ternary (Results 1 - 5 of 5) sorted by relevancy

  /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/gpl3/gcc/dist/gcc/
tree-ssa-scopedtables.h 44 struct { enum tree_code op; tree opnd0, opnd1, opnd2; } ternary; member in union:hashable_expr::__anon13974
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-scopedtables.h 44 struct { enum tree_code op; tree opnd0, opnd1, opnd2; } ternary; member in union:hashable_expr::__anon16395
  /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

Completed in 34 milliseconds