Home
last modified time | relevance | path

Searched refs:or_term_desc (Results 1 – 19 of 19) sorted by relevance

/dports/math/yices/yices-2.6.2/src/scratch/
H A Dflattening.c148 d = or_term_desc(terms, t); in flattener_build_conjuncts()
244 d = or_term_desc(terms, t); in flattener_build_disjuncts()
341 d = or_term_desc(terms, t); in flattener_forall_conjuncts()
451 d = or_term_desc(terms, t); in flattener_forall_disjuncts()
/dports/math/yices/yices-2.6.2/src/context/
H A Dcommon_conjuncts.c108 or = or_term_desc(terms, t); in bfs_collect_conjuncts()
166 or = or_term_desc(terms, t); in bfs_collect_disjuncts()
H A Deq_learner.c347 a = eq_abstract_or(learner, or_term_desc(terms, f), polarity); in eq_abstract()
H A Dsymmetry_breaking.c561 push_children(queue, cache, or_term_desc(terms, r)); in formula_is_range_constraint()
961 x = ctx_subst_or(s, or_term_desc(terms, r)); in ctx_subst()
H A Dconditional_definitions.c734 cond_def_explore_or(c, or_term_desc(terms, f), is_pos_term(f)); in cond_def_explore()
H A Dcontext_simplifier.c2051 d = or_term_desc(ctx->terms, r); in flatten_or()
2609 or = or_term_desc(terms, t); in flatten_or_process_queue()
H A Dcontext.c3149 l = map_or_to_literal(ctx, or_term_desc(terms, r)); in internalize_to_literal()
4592 assert_toplevel_or(ctx, or_term_desc(terms, t), tt); in assert_toplevel_formula()
4725 assert_toplevel_or(ctx, or_term_desc(terms, t), tt); in assert_term()
/dports/math/yices/yices-2.6.2/src/exists_forall/
H A Def_analyze.c252 b = or_term_desc(terms, t); in ef_flatten_distribute()
356 d = or_term_desc(terms, t); in ef_flatten_quantifiers_conjuncts()
548 d = or_term_desc(terms, t); in ef_build_disjuncts()
/dports/math/yices/yices-2.6.2/src/mcsat/bv/
H A Dbv_utils.h251 composite_term_t* t_composite = or_term_desc(terms, t); in bv_term_compute_value()
H A Dbv_evaluator.c514 composite_term_t* t_comp = or_term_desc(terms, t); in bv_evaluator_run_atom()
H A Dbv_plugin.c451 composite_term_t* current_comp = or_term_desc(terms, current); in bv_plugin_get_notified_term_subvariables()
H A Dbdd_computation.c1222 assert(children_bdds->size == or_term_desc(terms, t)->arity); in bdds_compute_bdds()
/dports/math/yices/yices-2.6.2/src/mcsat/
H A Dpreprocessor.c108 return or_term_desc(terms, t); in get_composite()
/dports/math/yices/yices-2.6.2/src/terms/
H A Dterms.h1563 static inline composite_term_t *or_term_desc(const term_table_t *table, term_t t) { in or_term_desc() function
H A Dfull_subst.c1232 s = full_subst_or(subst, or_term_desc(terms, t)); in full_subst_composite()
H A Dterm_substitution.c1200 result = subst_or(subst, or_term_desc(terms, t)); in subst_composite()
/dports/math/yices/yices-2.6.2/src/model/
H A Dliteral_collector.c1381 u = lit_collector_visit_or_formula(collect, t, or_term_desc(terms, t)); in lit_collector_visit()
H A Dmodel_eval.c1298 v = eval_or(eval, or_term_desc(terms, t)); in eval_term()
/dports/math/yices/yices-2.6.2/src/io/
H A Dterm_printer.c2028 d = or_term_desc(tbl, t); in p_score()