Searched refs:ClampMathOp (Results 1 – 2 of 2) sorted by relevance
/third_party/gn/src/base/numerics/ |
D | clamped_math.h | 206 constexpr ClampedNumeric<typename MathWrapper<M, L, R>::type> ClampMathOp( in ClampMathOp() function 220 ClampMathOp(const L lhs, const R rhs, const Args... args) { in ClampMathOp() function 221 return ClampMathOp<M>(ClampMathOp<M>(lhs, rhs), args...); in ClampMathOp()
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/ |
D | clamped_math.h | 218 constexpr ClampedNumeric<typename MathWrapper<M, L, R>::type> ClampMathOp(const L lhs, const R rhs) in ClampMathOp() function 226 constexpr auto ClampMathOp(const L lhs, const R rhs, const Args... args) in ClampMathOp() function 228 return ClampMathOp<M>(ClampMathOp<M>(lhs, rhs), args...); in ClampMathOp()
|