Home | History | Annotate | Download | only in numerics

Lines Matching refs:Math

290   // These perform the actual math operations on the CheckedNumerics.
296 using Math = typename MathWrapper<M, L, R>::math;
300 Math::Do(Wrapper<L>::value(lhs), Wrapper<R>::value(rhs), &result);
307 using Math = typename MathWrapper<M, T, R>::math;
310 Math::Do(state_.value(), Wrapper<R>::value(rhs), &result);
400 // These implement the variadic wrapper for the math operations.
406 using Math = typename MathWrapper<M, L, R>::math;
407 return CheckedNumeric<typename Math::result_type>::template MathOp<M>(lhs,