Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/include/
H A Ddatabase.h315 float db_getcurrentscale(INTBIG, INTBIG, INTBIG);
/dports/cad/electric/electric-7.00/src/db/
H A Ddbmath.c1720 scalefactor = db_getcurrentscale(el_units&INTERNALUNITS, dispunit, in scaletodispunit()
1732 scalefactor = db_getcurrentscale(el_units&INTERNALUNITS, dispunit, in scaletodispunitsq()
1744 scalefactor = db_getcurrentscale(el_units&INTERNALUNITS, dispunit, in scalefromdispunit()
1753 float db_getcurrentscale(INTBIG intunit, INTBIG dispunit, INTBIG lambda) in db_getcurrentscale() function
H A Ddbtext.c216 scale = db_getcurrentscale(el_units&INTERNALUNITS, units, lambda); in atola()
1842 scale = db_getcurrentscale(el_units&INTERNALUNITS, el_units&DISPLAYUNITS, lambda); in latoa()