24 #ifndef PPL_GMP_Integer_defs_hh
25 #define PPL_GMP_Integer_defs_hh 1
134 #endif // !defined(PPL_GMP_Integer_defs_hh)
void add_mul_assign(GMP_Integer &x, const GMP_Integer &y, const GMP_Integer &z)
void abs_assign(GMP_Integer &x)
void lcm_assign(GMP_Integer &x, const GMP_Integer &y, const GMP_Integer &z)
void sqrt_assign(GMP_Integer &x, const GMP_Integer &y)
void exact_div_assign(Checked_Number< T, Policy > &x, const Checked_Number< T, Policy > &y, const Checked_Number< T, Policy > &z)
void div_2exp_assign(GMP_Integer &x, const GMP_Integer &y, unsigned int exp)
const mpz_class & raw_value(const GMP_Integer &x)
void gcdext_assign(GMP_Integer &x, GMP_Integer &s, GMP_Integer &t, const GMP_Integer &y, const GMP_Integer &z)
void rem_assign(GMP_Integer &x, const GMP_Integer &y, const GMP_Integer &z)
void mul_2exp_assign(GMP_Integer &x, const GMP_Integer &y, unsigned int exp)
void neg_assign(GMP_Integer &x)
The entire library is confined to this namespace.
int cmp(const GMP_Integer &x, const GMP_Integer &y)
void gcd_assign(GMP_Integer &x, const GMP_Integer &y, const GMP_Integer &z)
void sub_mul_assign(GMP_Integer &x, const GMP_Integer &y, const GMP_Integer &z)