Home
last modified time | relevance | path

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

/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/FMATCH/
H A Dfmatch.c1658 #define NEAR_TRY_NUM 1 /* The number of nearest (wbar) neighbors */ macro
1887 int list[NEAR_TRY_NUM];
1919 if (CCkdtree_node_k_nearest (&localkt, nlight, i, NEAR_TRY_NUM,
1926 for (j = NEAR_TRY_NUM - 1; j >= 0; j--) {
/dports/math/concorde/concorde/FMATCH/
H A Dfmatch.c1423 #define NEAR_TRY_NUM 1 /* The number of nearest (wbar) neighbors */ macro
1650 int list[NEAR_TRY_NUM]; in kd_fixmatch()
1683 if (CCkdtree_node_k_nearest (&localkt, nlight, i, NEAR_TRY_NUM, in kd_fixmatch()
1690 for (j = NEAR_TRY_NUM - 1; j >= 0; j--) { in kd_fixmatch()