Searched defs:isStrictlyPositive (Results 1 – 4 of 4) sorted by relevance
390 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); } in isStrictlyPositive() function
309 bool isStrictlyPositive() const { in isStrictlyPositive() function
333 bool isStrictlyPositive() const { return isNonNegative() && !!*this; } in isStrictlyPositive() function
337 bool isStrictlyPositive() const { return isNonNegative() && !!*this; } in isStrictlyPositive() function