Searched refs:newspread (Results 1 – 2 of 2) sorted by relevance
1762 int new, newspread, newtop, newbottom, spread; local1778 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);
1525 int new, newspread, newtop, newbottom, spread; in kd_fixmatch() local1541 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()