Searched refs:ClampMathOp (Results 1 – 1 of 1) sorted by relevance
206 constexpr ClampedNumeric<typename MathWrapper<M, L, R>::type> ClampMathOp( in ClampMathOp() function220 ClampMathOp(const L lhs, const R rhs, const Args... args) { in ClampMathOp() function221 return ClampMathOp<M>(ClampMathOp<M>(lhs, rhs), args...); in ClampMathOp()