Home | History | Annotate | Download | only in numerics

Lines Matching refs:Math

291   // These perform the actual math operations on the CheckedNumerics.
297 using Math = typename MathWrapper<M, L, R>::math;
301 Math::Do(Wrapper<L>::value(lhs), Wrapper<R>::value(rhs), &result);
308 using Math = typename MathWrapper<M, T, R>::math;
311 Math::Do(state_.value(), Wrapper<R>::value(rhs), &result);
401 // These implement the variadic wrapper for the math operations.
407 using Math = typename MathWrapper<M, L, R>::math;
408 return CheckedNumeric<typename Math::result_type>::template MathOp<M>(lhs,