Home
last modified time | relevance | path

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

/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/aero/
H A Dwindprof.cc171 const doublereal dPower) in PowerLawWindProfile() argument
175 dPower(dPower) in PowerLawWindProfile()
180 ASSERT(dPower > 0.); in PowerLawWindProfile()
198 V = R0.GetVec(1)*(VRef.dGet()*std::pow(dZ/dZRef, dPower)); in GetVelocity()
211 << ", exponent, " << dPower; in Restart()
225 doublereal dPower = -1.; in Read() local
255 if (dPower != -1.) { in Read()
263 dPower = HP.GetReal(); in Read()
308 if (dPower == -1.) { in Read()
318 PowerLawWindProfile(X0, R0, dZRef, pVRef, dPower)); in Read()
H A Dwindprof.h88 const doublereal dPower; variable
93 const doublereal dPower);
/dports/graphics/nplot/nplot-9a92e78/src/
H A DLogAxis.cs361 double dPower = Math.Log10(dMyInterval); in CalcGrids()
362 dDivisionInterval = 10 ^ (int) dPower; in CalcGrids()
363 double dFixPower = dPower - (int) dPower; in CalcGrids()
364 double d5Region = Math.Abs(dPower - dFixPower); in CalcGrids()
366 if (dPower < 0) in CalcGrids()
368 d5Region = -(dPower - dFixPower); in CalcGrids()
373 d5Region = 1 - (dPower - dFixPower); in CalcGrids()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/if/
H A DifReduce.c62 if ( p->dPower ) in If_ManImproveMapping()
63 Abc_Print( 1, "Switch = %7.2f. ", p->dPower ); in If_ManImproveMapping()
H A DifUtil.c417 p->dPower += pSwitching? pSwitching[pLeaf->Id] : 0.0; in If_ManMarkMapping_rec()
445 p->dPower = 0.0; in If_ManMarkMapping()
H A DifMap.c667 if ( p->dPower ) in If_ManPerformMappingRound()
668 Abc_Print( 1, "Switch = %7.2f. ", p->dPower ); in If_ManPerformMappingRound()
H A Dif.h210 …float dPower; // the sum total of switching activities of all LUTs in the mapp… member
/dports/devel/codeworker/CodeWorker4_5_3/
H A DUtlDate.cpp1219 double dPower = 0.1; in getDouble() local
1221 dNumber += dPower * (double) ((int) (a - '0')); in getDouble()
1222 dPower *= 0.1; in getDouble()
/dports/www/domoticz/domoticz-2020.2/hardware/
H A DPiFace.cpp1494 …double dPower = ( ( 1000. / Pin[PinNr].Count.GetDivider() ) * ( 1000. / Pin[PinNr].Count.Cur_Inter… in Update() local
1495 myCallback->SendKwhMeter(nodeId, PinNr, 255, dPower, dEnergy, "kWh Meter" ); in Update()