Home
last modified time | relevance | path

Searched refs:figureunits (Results 1 – 6 of 6) sorted by relevance

/dports/cad/electric/electric-7.00/src/db/
H A Ddbtext.c483 float figureunits(CHAR *str, INTBIG unittype, INTBIG unitscale) in figureunits() function
3007 *addr = castint(figureunits(pt, VTUNITSRES, in getsimpletype()
3012 *addr = castint(figureunits(pt, VTUNITSCAP, in getsimpletype()
3017 *addr = castint(figureunits(pt, VTUNITSIND, in getsimpletype()
3022 *addr = castint(figureunits(pt, VTUNITSCUR, in getsimpletype()
3027 *addr = castint(figureunits(pt, VTUNITSVOLT, in getsimpletype()
3032 *addr = castint(figureunits(pt, VTUNITSTIME, in getsimpletype()
/dports/math/octave/octave-6.4.0/scripts/plot/util/
H A Dsubplot.m236 figureunits = get (cf, "units"); variable
356 set (cf, "units", figureunits);
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrdiacom.cpp14596 value = figureunits(newstr, VTUNITSCAP, in itemHitAction()
14615 value = figureunits(newstr, VTUNITSRES, in itemHitAction()
14634 value = figureunits(newstr, VTUNITSIND, in itemHitAction()
16504 f = figureunits(x_("100"), VTUNITSRES, dispunits); in us_resistancedlog()
16516 f = figureunits(DiaGetText(dia, DRES_RESISTANCE), VTUNITSRES, dispunits); in us_resistancedlog()
16529 f = figureunits(termstr, VTUNITSRES, dispunits); in us_resistancedlog()
16596 f = figureunits(x_("100"), VTUNITSCAP, dispunits); in us_capacitancedlog()
16621 f = figureunits(termstr, VTUNITSCAP, dispunits); in us_capacitancedlog()
16688 f = figureunits(x_("100"), VTUNITSIND, dispunits); in us_inductancedlog()
16700 f = figureunits(DiaGetText(dia, DIND_INDUCTANCE), VTUNITSIND, dispunits); in us_inductancedlog()
[all …]
/dports/cad/electric/electric-7.00/src/sim/
H A Dsimspicerun.cpp1030 numbers[sim_spice_signals++] = (float)figureunits(ptr, VTUNITSNONE, 0); in sim_spice_parseoutput()
H A Dsimverilog.c2318 sim_timescale = figureunits(keyword, VTUNITSTIME, units); in sim_verparsefile()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h2161 float figureunits(CHAR *str, INTBIG unittype, INTBIG unitscale);