Home | History | Annotate | Download | only in mpreal

Lines Matching refs:mpq_t

157     mpreal(const mpq_t u,                  mp_prec_t prec = mpreal::get_default_prec(), mp_rnd_t mode = mpreal::get_default_rnd());

191 mpreal& operator=(const mpq_t v);
208 mpreal& operator+=(const mpq_t v);
232 mpreal& operator-=(const mpq_t v);
251 mpreal& operator*=(const mpq_t v);
262 mpreal& operator/=(const mpq_t v);
629 inline mpreal::mpreal(const mpq_t u, mp_prec_t prec, mp_rnd_t mode)
749 template <> struct result_type<mpq_t> {typedef mpreal type;};
942 inline mpreal& mpreal::operator=(const mpq_t v)
1097 inline mpreal& mpreal::operator+=(const mpq_t u)
1209 inline mpreal& mpreal::operator-=(const mpq_t v)
1334 inline mpreal& mpreal::operator*=(const mpq_t v)
1410 inline mpreal& mpreal::operator/=(const mpq_t v)