Home
last modified time | relevance | path

Searched refs:probing_calls (Results 1 – 4 of 4) sorted by relevance

/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/Master/
H A Dmaster_io.c1073 lp_stat->probing_calls, tim->probing_cuts); in print_statistics()
1241 if(lp_stat->probing_calls) in print_statistics()
1242 printf ("%11i %11i %11i ", lp_stat->probing_calls, lp_stat->probing_cuts_root, in print_statistics()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/include/
H A Dsym_types.h512 int probing_calls; member
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/LP/
H A Dlp_genfunc.c1648 p->tm->lp_stat.probing_calls += p->lp_stat.probing_calls;
2016 if(p->bc_level > 0 && p->tm->lp_stat.probing_calls +
2017 p->lp_stat.probing_calls > 100 &&
2616 p->lp_stat.probing_calls++;
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/TreeManager/
H A Dtm_proccomm.c1372 tm->lp_stat.probing_calls += lp_stat.probing_calls; in receive_lp_timing()