Home | History | Annotate | Download | only in numerics

Lines Matching defs:IsValueNegative

52 constexpr bool IsValueNegative(T value) {
59 constexpr bool IsValueNegative(T) {
83 return IsValueNegative(value) ? 0 - static_cast<UnsignedT>(value)
260 IsValueNegative(value)));