Home
last modified time | relevance | path

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

/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/FMATCH/
H A Dfmatch.c1688 double *lbnds = (double *) NULL, *gbnds = (double *) NULL; local
1836 gbnds = CC_SAFE_MALLOC (nheavy, double);
1837 if (!gbnds) {
1906 gbnds[i] = gdat->x[heavy[i]->name] +
1936 (((double) light[i]->y) * 0.5) < gbnds[j]) {
1958 xcoord[i] - (((double) light[i]->y) * 0.5) < gbnds[j]) {
1968 (((double) heavy[i]->y) * 0.5) < gbnds[j]) {
1977 (((double) heavy[i]->y) * 0.5) < gbnds[j]) {
2019 CC_IFFREE (gbnds, double);
/dports/math/concorde/concorde/FMATCH/
H A Dfmatch.c1449 double *lbnds = (double *) NULL, *gbnds = (double *) NULL; in kd_fixmatch() local
1599 gbnds = CC_SAFE_MALLOC (nheavy, double); in kd_fixmatch()
1600 if (!gbnds) { in kd_fixmatch()
1669 gbnds[i] = dat->x[heavy[i]->name] + in kd_fixmatch()
1700 (((double) light[i]->y) * 0.5) < gbnds[j]) { in kd_fixmatch()
1725 xcoord[i]-(((double) light[i]->y) * 0.5) < gbnds[j]) { in kd_fixmatch()
1736 (((double) heavy[i]->y) * 0.5) < gbnds[j]) { in kd_fixmatch()
1746 (((double) heavy[i]->y) * 0.5) < gbnds[j]) { in kd_fixmatch()
1789 CC_IFFREE (gbnds, double); in kd_fixmatch()