Searched defs:isStrictlyPositive (Results 1 – 8 of 8) sorted by relevance
61 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); } in isStrictlyPositive() function
390 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); } in isStrictlyPositive() function
62 bool isStrictlyPositive() const { return isNonNegative() && !isZero(); } in isStrictlyPositive() function
339 bool isStrictlyPositive() const { return isNonNegative() && !isZero(); } in isStrictlyPositive() function
101 bool isStrictlyPositive() const { return Zero.isSignBitSet() && !One.isNullValue(); } in isStrictlyPositive() function
105 bool isStrictlyPositive() const { in isStrictlyPositive() function
337 bool isStrictlyPositive() const { return isNonNegative() && !!*this; } in isStrictlyPositive() function
333 bool isStrictlyPositive() const { return isNonNegative() && !!*this; } in isStrictlyPositive() function