Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/db/
H A Ddbmath.c51 static INTBIG db_rectx[4] = {0, 0, 1, 1}; variable
2971 lx = poly->xv[db_rectx[i]]; in polydistance()
2973 hx = poly->xv[db_rectx[(i+1)&3]]; in polydistance()
3303 lx = poly->xv[db_rectx[i]]; in closestpoint()
3305 hx = poly->xv[db_rectx[(i+1)&3]]; in closestpoint()