Home
last modified time | relevance | path

Searched refs:dl_data_t (Results 1 – 6 of 6) sorted by relevance

/dports/math/yices/yices-2.6.2/src/context/
H A Dcontext_utils.c740 dl_data_t *context_get_dl_profile(context_t *ctx) { in context_get_dl_profile()
741 dl_data_t *tmp; in context_get_dl_profile()
745 tmp = (dl_data_t *) safe_malloc(sizeof(dl_data_t)); in context_get_dl_profile()
761 dl_data_t *tmp; in context_free_dl_profile()
H A Dcontext_types.h623 } dl_data_t; typedef
704 dl_data_t *dl_profile;
H A Dcontext_utils.h328 extern dl_data_t *context_get_dl_profile(context_t *ctx);
664 static inline dl_data_t *get_diff_logic_profile(context_t *ctx) { in get_diff_logic_profile()
H A Dcontext.c5172 dl_data_t *profile; in create_auto_idl_solver()
5227 dl_data_t *profile; in create_auto_rdl_solver()
H A Dcontext_simplifier.c3283 dl_data_t *stats; in analyze_diff_logic()
/dports/math/yices/yices-2.6.2/tests/unit/
H A Dtest_dl_profiler.c163 dl_data_t *profile; in test_dl_profiling()