Home
last modified time | relevance | path

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

/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A DCvcTypes.hh85 #define IsGreaterVoltage_(theFirstVoltage, theSecondVoltage) (theFirstVoltage != UNKNOWN_VOLTAGE &&… macro
H A DCCvcDb.cc380 …} else if ( IsGreaterVoltage_(MinLeakVoltage(theConnections.drainId), theConnections.drainVoltage)… in VoltageConflict()
389 …} else if ( IsGreaterVoltage_(MinLeakVoltage(theConnections.sourceId), theConnections.sourceVoltag… in VoltageConflict()