Home
last modified time | relevance | path

Searched refs:newspread (Results 1 – 2 of 2) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/FMATCH/
H A Dfmatch.c1762 int new, newspread, newtop, newbottom, spread; local
1778 newspread = order[newbottom - 1]->y - order[newtop + 1]->y;
1779 if (spread - newspread > spread / PULL_CUT) {
1780 spread = newspread;
1785 } while (spread == newspread && nheavy < nnodes / PULL_DIVISOR);
/dports/math/concorde/concorde/FMATCH/
H A Dfmatch.c1525 int new, newspread, newtop, newbottom, spread; in kd_fixmatch() local
1541 newspread = order[newbottom - 1]->y - order[newtop + 1]->y; in kd_fixmatch()
1542 if (spread - newspread > spread / PULL_CUT) { in kd_fixmatch()
1543 spread = newspread; in kd_fixmatch()
1548 } while (spread == newspread && nheavy < G->ncount/PULL_DIVISOR); in kd_fixmatch()