Searched refs:checked_subtract_imp (Results 1 – 1 of 1) sorted by relevance
71 inline A checked_subtract_imp(A a, A b, const mpl::true_&) in checked_subtract_imp() function86 inline A checked_subtract_imp(A a, A b, const mpl::false_&) in checked_subtract_imp() function95 return checked_subtract_imp(a, b, boost::is_signed<A>()); in checked_subtract()