Home
last modified time | relevance | path

Searched refs:theResistance (Results 1 – 4 of 4) sorted by relevance

/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A DCVirtualNet.cc87 void CVirtualNetVector::Set(netId_t theNetId, netId_t theNextNet, resistance_t theResistance, event… in Set() argument
93 (*this)[theNetId].resistance = theResistance; in Set()
H A DCVirtualNet.hh80 void Set(netId_t theNetId, netId_t theNextNet, resistance_t theResistance, eventKey_t theTime);
H A DCCvcDb.hh425 …string NetVoltageSuffix(string theDelimiter, string theVoltage, resistance_t theResistance, string…
536 #define CheckResistorOverflow_(theResistance, theId, theLog) if ( theResistance == MAX_RESISTANCE )… argument
H A DCCvcDb_print.cc854 string CCvcDb::NetVoltageSuffix(string theDelimiter, string theVoltage, resistance_t theResistance,… in NetVoltageSuffix() argument
857 …urn ( theDelimiter + theVoltage + theLeakVoltage + " r=" + to_string<resistance_t>(theResistance)); in NetVoltageSuffix()