Home | History | Annotate | Download | only in mpreal

Lines Matching full:div_2si

337     friend inline const mpreal div_2si(const mpreal& v, long int k, mp_rnd_t rnd_mode = mpreal::get_default_rnd());

1529 return div_2si(v,k);
1539 return div_2si(v,static_cast<long int>(k));
1565 inline const mpreal div_2si(const mpreal& v, long int k, mp_rnd_t rnd_mode)