Searched refs:toNegative (Results 1 – 2 of 2) sorted by relevance
98 constexpr Real SetSign(bool toNegative) const { // non-arithmetic in SetSign() argument99 if (toNegative) { in SetSign()
796 constexpr ValueWithOverflow SIGN(bool toNegative) const { in SIGN() argument797 if (toNegative == IsNegative()) { in SIGN()799 } else if (toNegative) { in SIGN()