Home
last modified time | relevance | path

Searched refs:ClampedMaxOp (Results 1 - 4 of 4) sorted by relevance

/third_party/gn/src/base/numerics/
H A Dclamped_math.h97 constexpr ClampedNumeric<typename MathWrapper<ClampedMaxOp, T, U>::type> Max( in Max()
99 using result_type = typename MathWrapper<ClampedMaxOp, T, U>::type; in Max()
101 ClampedMaxOp<T, U>::Do(value_, Wrapper<U>::value(rhs))); in Max()
H A Dclamped_math_impl.h283 struct ClampedMaxOp {}; struct
286 struct ClampedMaxOp< struct
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
H A Dclamped_math.h106 constexpr ClampedNumeric<typename MathWrapper<ClampedMaxOp, T, U>::type> Max(const U rhs) const in Max()
108 using result_type = typename MathWrapper<ClampedMaxOp, T, U>::type; in Max()
109 return ClampedNumeric<result_type>(ClampedMaxOp<T, U>::Do(value_, Wrapper<U>::value(rhs))); in Max()
H A Dclamped_math_impl.h308 struct ClampedMaxOp struct
312 struct ClampedMaxOp< struct

Completed in 4 milliseconds