Searched defs:SaturationDefaultHandler (Results 1 – 1 of 1) sorted by relevance
86 struct SaturationDefaultHandler { struct87 static constexpr T NaN() { in NaN()92 static constexpr T max() { return std::numeric_limits<T>::max(); } in max()93 static constexpr T Overflow() { in Overflow()98 static constexpr T lowest() { return std::numeric_limits<T>::lowest(); } in lowest()99 static constexpr T Underflow() { in Underflow()