Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusredtecc.c1647 REGISTER SAMPLE *ns, **whichsam; in us_teceditidentify() local
1708 if (whichsam == 0) return; in us_teceditidentify()
1764 dist += computedistance(xpos[j], ypos[j], whichsam[j]->xpos, whichsam[j]->ypos); in us_teceditidentify()
1772 ns = whichsam[0]; in us_teceditidentify()
1773 for(j=1; j<total; j++) whichsam[j-1] = whichsam[j]; in us_teceditidentify()
1774 whichsam[total-1] = ns; in us_teceditidentify()
1780 ns = whichsam[0]; in us_teceditidentify()
1781 for(j=1; j<total; j++) whichsam[j-1] = whichsam[j]; in us_teceditidentify()
1782 whichsam[total-1] = ns; in us_teceditidentify()
1792 ns = whichsam[i]; in us_teceditidentify()
[all …]