Home
last modified time | relevance | path

Searched refs:ds_type_calls (Results 1 – 5 of 5) sorted by relevance

/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/Master/
H A Dmaster_io.c954 printf("t%i: %i\t", i,lp_stat->ds_type_calls[i]); in print_statistics()
1163 if (lp_stat->ds_type_calls[i] > 0) in print_statistics()
1164 printf ("%12i %12i",lp_stat->ds_type_calls[i], in print_statistics()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/include/
H A Dsym_types.h548 int ds_type_calls[DIVING_HEURS_CNT]; member
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/LP/
H A Dlp_heuristics.c1214 p->lp_stat.ds_type_calls[d_type] < 5*d_factor)) in diving_search()
1223 p->lp_stat.ds_type_calls[d_type] < 5*d_factor) && !p->par.rs_mode_enabled) in diving_search()
1231 p->lp_stat.ds_type_calls[d_type] < 2*d_factor)) in diving_search()
1240 p->lp_stat.ds_type_calls[d_type] < d_factor)) in diving_search()
1634 (p->lp_stat.ds_type_calls[d_type])++; in diving_search()
H A Dlp_genfunc.c1699 p->tm->lp_stat.ds_type_calls[i] += p->lp_stat.ds_type_calls[i];
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/TreeManager/
H A Dtm_proccomm.c1424 tm->lp_stat.ds_type_calls[i] += lp_stat.ds_type_calls[i]; in receive_lp_timing()