Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/db/
H A Ddbtechi.c866 rwid, extendt, extendb, scale, thisx, thisy, nextx, nexty, *list, in tech_filltrans() local
888 extendt = lambda * laylist[element].extendt / WHOLE; in tech_filltrans()
913 thisx += mult(cosine(ang), extendt); in tech_filltrans()
914 thisy += mult(sine(ang), extendt); in tech_filltrans()
/dports/cad/electric/electric-7.00/src/tec/
H A Dtecmocmos.c4803 mocmos_tpa_l[TRANSPOLYLAYER].extendt = mocmos_tpa_l[TRANSPOLYLAYER].extendb = (INTSML)overhang; in mocmos_settransistorpolyoverhang()
4805 mocmos_tpaE_l[TRANSEPOLY2LAYER].extendt = (INTSML)overhang; in mocmos_settransistorpolyoverhang()
4806 mocmos_tna_l[TRANSPOLYLAYER].extendt = mocmos_tna_l[TRANSPOLYLAYER].extendb = (INTSML)overhang; in mocmos_settransistorpolyoverhang()
4808 mocmos_tnaE_l[TRANSEPOLY2LAYER].extendt = (INTSML)overhang; in mocmos_settransistorpolyoverhang()
4881 mocmos_tpa_l[TRANSWELLLAYER].extendt = mocmos_tpa_l[TRANSWELLLAYER].extendb = (INTSML)overhang; in mocmos_settransistorwellsurround()
4883 mocmos_tpaE_l[TRANSEWELLLAYER].extendt = mocmos_tpaE_l[TRANSEWELLLAYER].extendb = (INTSML)overhang; in mocmos_settransistorwellsurround()
4885 mocmos_tna_l[TRANSWELLLAYER].extendt = mocmos_tna_l[TRANSWELLLAYER].extendb = (INTSML)overhang; in mocmos_settransistorwellsurround()
4887 mocmos_tnaE_l[TRANSEWELLLAYER].extendt = mocmos_tnaE_l[TRANSEWELLLAYER].extendb = (INTSML)overhang; in mocmos_settransistorwellsurround()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusredtecp.c1710 tlist->gra[i].extendt = 0; in us_tecedmakenodes()
1835 tlist->gra[i].extendt = (INTSML)((diflayer->node->lowx - ns->node->lowx) * WHOLE / in us_tecedmakenodes()
1844 tlist->gra[i].extendt = (INTSML)((diflayer->node->lowy - ns->node->lowy) * WHOLE / in us_tecedmakenodes()
1847 tlist->gra[i].extendb = tlist->gra[i].extendt; in us_tecedmakenodes()
1890 tlist->ele[i].extendt = tlist->gra[j].extendt; in us_tecedmakenodes()
4353 xprintf(f, x_(", %s"), us_tecedmakefract(slist->extendt)); in us_teceditdumpnodes()
5476 nlist->gra[j].extendb / (float)WHOLE, nlist->gra[j].extendt / (float)WHOLE); in us_teceditdumpjavanodes()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h1374 INTSML extendt; /* the extension of length on the top end */ member