Searched defs:isStrictlyPositive (Results 1 – 2 of 2) sorted by relevance
61 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); } in isStrictlyPositive() function
105 bool isStrictlyPositive() const { return Zero.isSignBitSet() && !One.isNullValue(); } in isStrictlyPositive() function