Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/db/
H A Ddbmath.c1716 float scaletodispunit(INTBIG value, INTBIG dispunit) in scaletodispunit() argument
1720 scalefactor = db_getcurrentscale(el_units&INTERNALUNITS, dispunit, in scaletodispunit()
1728 float scaletodispunitsq(INTBIG value, INTBIG dispunit) in scaletodispunitsq() argument
1732 scalefactor = db_getcurrentscale(el_units&INTERNALUNITS, dispunit, in scaletodispunitsq()
1740 INTBIG scalefromdispunit(float value, INTBIG dispunit) in scalefromdispunit() argument
1744 scalefactor = db_getcurrentscale(el_units&INTERNALUNITS, dispunit, in scalefromdispunit()
1753 float db_getcurrentscale(INTBIG intunit, INTBIG dispunit, INTBIG lambda) in db_getcurrentscale() argument
1758 switch (dispunit&DISPLAYUNITS) in db_getcurrentscale()
1770 switch (dispunit&DISPLAYUNITS) in db_getcurrentscale()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h2040 INTBIG scalefromdispunit(float value, INTBIG dispunit);
2041 float scaletodispunit(INTBIG value, INTBIG dispunit);
2042 float scaletodispunitsq(INTBIG value, INTBIG dispunit);