Searched refs:toNegative (Results 1 – 2 of 2) sorted by relevance
97 constexpr Real SetSign(bool toNegative) const { // non-arithmetic in SetSign() argument98 if (toNegative) { in SetSign()
795 constexpr ValueWithOverflow SIGN(bool toNegative) const { in SIGN() argument796 if (toNegative == IsNegative()) { in SIGN()798 } else if (toNegative) { in SIGN()