Home
last modified time | relevance | path

Searched refs:div_2exp_assign (Results 1 – 6 of 6) sorted by last modified time

/dports/devel/ppl/ppl-1.2/src/
H A Dppl.hh.dist13891 div_2exp_assign(Checked_Number<T, Policy>& x,
14929 PPL_DEFINE_ASSIGN_2EXP(div_2exp_assign, div_2exp_assign_r)
20163 void div_2exp_assign(GMP_Integer& x, const GMP_Integer& y, unsigned int exp);
20259 div_2exp_assign(GMP_Integer& x, const GMP_Integer& y, unsigned int exp) {
H A DGMP_Integer_inlines.hh90 div_2exp_assign(GMP_Integer& x, const GMP_Integer& y, unsigned int exp) { in div_2exp_assign() function
H A DChecked_Number_defs.hh716 div_2exp_assign(Checked_Number<T, Policy>& x,
H A DChecked_Number_inlines.hh709 PPL_DEFINE_ASSIGN_2EXP(div_2exp_assign, div_2exp_assign_r)
H A DGMP_Integer_defs.hh104 void div_2exp_assign(GMP_Integer& x, const GMP_Integer& y, unsigned int exp);
/dports/devel/ppl/ppl-1.2/
H A DChangeLog26438 div_2exp_assign(GMP_Integer&, const GMP_Integer&, unsigned int).