Searched defs:do_assign_arithmetic (Results 1 – 1 of 1) sorted by relevance
1185 typename boost::enable_if<is_unsigned<A> >::type do_assign_arithmetic(A val, const mpl::true_&) in do_assign_arithmetic() function1193 …able_if_c<is_unsigned<A>::value || !is_integral<A>::value >::type do_assign_arithmetic(A val, cons… in do_assign_arithmetic() function1202 …typename boost::enable_if_c< !is_integral<A>::value>::type do_assign_arithmetic(A val, const mpl::… in do_assign_arithmetic() function1209 BOOST_MP_FORCEINLINE void do_assign_arithmetic(limb_type i, const mpl::false_&) BOOST_NOEXCEPT in do_assign_arithmetic() function1215 …BOOST_MP_FORCEINLINE void do_assign_arithmetic(signed_limb_type i, const mpl::false_&) BOOST_MP_NO… in do_assign_arithmetic() function1221 void do_assign_arithmetic(double_limb_type i, const mpl::false_&) BOOST_NOEXCEPT in do_assign_arithmetic() function1235 …void do_assign_arithmetic(signed_double_limb_type i, const mpl::false_&) BOOST_MP_NOEXCEPT_IF(noex… in do_assign_arithmetic() function1255 void do_assign_arithmetic(long double a, const mpl::false_&) in do_assign_arithmetic() function