Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusredtecp.c1448 tlist->portlist[i].highysum = (INTSML)r->value[7]; in us_tecedmakenodes()
1489 tlist->portlist[dif1port].highysum) / 2; in us_tecedmakenodes()
1493 tlist->portlist[dif2port].highysum) / 2; in us_tecedmakenodes()
1522 tlist->portlist[pol1port].highysum) / 2; in us_tecedmakenodes()
1526 tlist->portlist[pol2port].highysum) / 2; in us_tecedmakenodes()
1810 tlist->portlist[pol1port].highysum)); in us_tecedmakenodes()
2071 tlist->portlist[l].highysum, &portly, &porthy, lambda); in us_tecedfindport()
4265 us_tecededgelabel(nlist->portlist[j].highymul, nlist->portlist[j].highysum, TRUE)); in us_teceditdumpnodes()
5510 us_tecededgelabeljava(nlist->portlist[j].highymul, nlist->portlist[j].highysum, TRUE)); in us_teceditdumpjavanodes()
H A Dusredtecc.c3622 temp = tlist->portlist[*p1].highysum; in us_tecedswapports()
3623 tlist->portlist[*p1].highysum = tlist->portlist[*p2].highysum; in us_tecedswapports()
3624 tlist->portlist[*p2].highysum = (INTSML)temp; in us_tecedswapports()
/dports/cad/electric/electric-7.00/src/tec/
H A Dtecmocmos.c3312 portdata->highymul, portdata->highysum, &poly->yv[0], &poly->yv[1], lambda); in mocmos_intshapenodepoly()
3444 portdata->highymul, portdata->highysum, &by, &uy, lambda); in mocmos_nodesizeoffset()
4938 npp->highysum = (INTSML)(-width/2 - hy * WHOLE / lambda); in mocmos_setlayerminwidth()
H A Dtecschem.c1758 getrange(ni->lowy, ni->highy, tp->highymul, tp->highysum, lambda)) / 2; in sch_intshapenodepoly()
H A Dtecmocmossub.c2592 npp->highysum = (INTSML)(-portoffset); in mocmossub_setnodesize()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtechi.c1344 portdata->highymul, portdata->highysum, &ly, &hy, lambda); in tech_fillportpoly()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h1363 INTSML highymul, highysum; /* defines high Y of portinst area */ member