Searched defs:isPositive (Results 1 – 9 of 9) sorted by relevance
35 bool isPositive) { in EmitUnknownDiagWarning()101 bool isPositive = true; in ProcessWarningOptions() local
122 bool isPositive() const { return Quantity > 0; } in isPositive() function
53 bool isPositive() const { return integerPosition() > 0; } in isPositive() function
131 bool isPositive() const { return sign() == Positive; } in isPositive() function
257 bool isPositive() const in isPositive() function
149 inline bool isPositive() const in isPositive() function
327 UBool isPositive(void) const { return decNumberIsNegative(fDecNumber) == 0;} in isPositive() function
140 bool isPositive; in foo() local