Home
last modified time | relevance | path

Searched defs:theSecondVoltage (Results 1 – 1 of 1) sorted by relevance

/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A DCvcTypes.hh82 #define IsLesserVoltage_(theFirstVoltage, theSecondVoltage) (theFirstVoltage != UNKNOWN_VOLTAGE && … argument
83 #define IsLesserOrEqualVoltage_(theFirstVoltage, theSecondVoltage) (theFirstVoltage != UNKNOWN_VOLT… argument
84 #define IsEqualVoltage_(theFirstVoltage, theSecondVoltage) (theFirstVoltage != UNKNOWN_VOLTAGE && t… argument
85 #define IsGreaterVoltage_(theFirstVoltage, theSecondVoltage) (theFirstVoltage != UNKNOWN_VOLTAGE &&… argument
86 #define IsGreaterOrEqualVoltage_(theFirstVoltage, theSecondVoltage) (theFirstVoltage != UNKNOWN_VOL… argument