Home
last modified time | relevance | path

Searched refs:CheckMathOp (Results 1 - 2 of 2) sorted by relevance

/third_party/gn/src/base/numerics/
H A Dchecked_math.h321 constexpr CheckedNumeric<typename MathWrapper<M, L, R>::type> CheckMathOp( in CheckMathOp() function
335 CheckMathOp(const L lhs, const R rhs, const Args... args) { in CheckMathOp() function
336 return CheckMathOp<M>(CheckMathOp<M>(lhs, rhs), args...); in CheckMathOp()
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
H A Dchecked_math.h314 constexpr CheckedNumeric<typename MathWrapper<M, L, R>::type> CheckMathOp(const L lhs, const R rhs) in CheckMathOp() function
322 constexpr auto CheckMathOp(const L lhs, const R rhs, const Args... args) in CheckMathOp() function
324 return CheckMathOp<M>(CheckMathOp<M>(lhs, rhs), args...); in CheckMathOp()

Completed in 2 milliseconds