Home
last modified time | relevance | path

Searched defs:SaturationDefaultHandler (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/base/numerics/
Dsafe_conversions.h86 struct SaturationDefaultHandler { struct
87 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()