Home
last modified time | relevance | path

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

/dports/astro/routino/routino-3.3.3/src/
H A Dnodes.h107 … index_t *bestnode1,index_t *bestnode2,distance_t *bestdist1,distance_t *bestdist2);
H A Dnodes.c309 … index_t *bestnode1,index_t *bestnode2,distance_t *bestdist1,distance_t *bestdist2) in FindClosestSegment() argument
490 *bestdist2=bestd2; in FindClosestSegment()
/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Dutils.c483 double bestdist2, d2, dlow2, dhigh2; /* squares of distances */ in dotneato_closest() local
489 bestdist2 = 1e+38; in dotneato_closest()
498 if ((bestj == -1) || (d2 < bestdist2)) { in dotneato_closest()
501 bestdist2 = d2; in dotneato_closest()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrcomcd.c894 REGISTER INTBIG ang, pangle, l, bestdist, bestdist1, bestdist2, wid, truewid, i, j, k, in us_create() local
1127 bestdist1 = bestdist2 = MAXINTBIG; in us_create()
1143 if (k < bestdist2) in us_create()
1150 bestdist2 = k; in us_create()
1350 bestdist = bestdist2 = MAXINTBIG; in us_create()
1368 if (dist < bestdist2) in us_create()
1375 bestdist2 = dist; in us_create()