Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/io/
H A Diocifin.c380 if (newnodeinst(node, scalefromdispunit((float)lx, DISPUNITCMIC), in io_nodes_box()
381 scalefromdispunit((float)hx, DISPUNITCMIC), scalefromdispunit((float)ly, DISPUNITCMIC), in io_nodes_box()
382 scalefromdispunit((float)hy, DISPUNITCMIC), 0, r, io_curcell->addr) == NONODEINST) in io_nodes_box()
410 newni = newnodeinst(np, scalefromdispunit((float)lx, DISPUNITCMIC), in io_nodes_poly()
411 scalefromdispunit((float)hx, DISPUNITCMIC), scalefromdispunit((float)ly, DISPUNITCMIC), in io_nodes_poly()
412 scalefromdispunit((float)hy, DISPUNITCMIC), 0, 0, io_curcell->addr); in io_nodes_poly()
426 *pt++ = scalefromdispunit((float)(cp->x[i] - cx), DISPUNITCMIC); in io_nodes_poly()
427 *pt++ = scalefromdispunit((float)(cp->y[i] - cy), DISPUNITCMIC); in io_nodes_poly()
488 if (newnodeinst((NODEPROTO *)(cell->addr), scalefromdispunit((float)l, DISPUNITCMIC), in io_nodes_call()
489 scalefromdispunit((float)r, DISPUNITCMIC), scalefromdispunit((float)b, DISPUNITCMIC), in io_nodes_call()
[all …]
H A Diocifout.c1087 v = scaletodispunit(value, DISPUNITCMIC); in io_cif_outscale()
H A Diodxf.c2225 case 5: io_dxfdispunit = DISPUNITCMIC; break; in io_dxfsetcurunits()
/dports/cad/electric/electric-7.00/src/sim/
H A Dsimirsim.c293 scaletodispunit(sim_irsimlambda, DISPUNITCMIC), tech->techname); in sim_irsimgeneratedeck()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrcomln.c75 if (namesamen(pp, x_("centimicron"), l) == 0 && l >= 7) newunit = DISPUNITCMIC; else in us_lambda()
104 case DISPUNITCMIC: in us_lambda()
H A Dusrdiacom.cpp21895 case DISPUNITCMIC: DiaSetPopupEntry(dia, DUNO_DISTDUNIT, 6); break; in us_lambdadlog()
22015 case 6: newdunit = DISPUNITCMIC; break; in us_lambdadlog()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtext.c211 if (ptr[0] == 'c' && ptr[1] == 'u') units = (units & ~DISPLAYUNITS) | DISPUNITCMIC; else in atola()
1858 case DISPUNITCMIC: estrcat(cur, x_("cu")); break; in latoa()
H A Ddbmath.c1765 case DISPUNITCMIC: return(20.0f); in db_getcurrentscale()
1777 case DISPUNITCMIC: return(0.2f); in db_getcurrentscale()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h1580 #define DISPUNITCMIC 012 /* centimicron display (12.3cu) */ macro