HomeSort by: relevance | last modified time | path
    Searched defs:__gmp_set_expr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl3/gmp/dist/
gmpxx.h 1641 { mpz_init(mp); __gmp_set_expr(mp, expr); }
1644 { mpz_init(mp); __gmp_set_expr(mp, expr); }
1680 { __gmp_set_expr(mp, expr); return *this; }
1801 { mpq_init(mp); __gmp_set_expr(mp, expr); }
1804 { mpq_init(mp); __gmp_set_expr(mp, expr); }
1807 { mpq_init(mp); __gmp_set_expr(mp, expr); }
1863 { __gmp_set_expr(mp, expr); return *this; }
1992 { mpf_init2(mp, expr.get_prec()); __gmp_set_expr(mp, expr); }
1995 { mpf_init2(mp, prec); __gmp_set_expr(mp, expr); }
2080 { __gmp_set_expr(mp, expr); return *this;
2203 inline void __gmp_set_expr(mpz_ptr z, const mpz_class &w) function
2209 inline void __gmp_set_expr(mpz_ptr z, const __gmp_expr<mpz_t, T> &expr) function
2215 inline void __gmp_set_expr(mpz_ptr z, const __gmp_expr<mpq_t, T> &expr) function
2222 inline void __gmp_set_expr(mpz_ptr z, const __gmp_expr<mpf_t, T> &expr) function
2228 inline void __gmp_set_expr(mpq_ptr q, const mpz_class &z) function
2234 inline void __gmp_set_expr(mpq_ptr q, const __gmp_expr<mpz_t, T> &expr) function
2240 inline void __gmp_set_expr(mpq_ptr q, const mpq_class &r) function
2246 inline void __gmp_set_expr(mpq_ptr q, const __gmp_expr<mpq_t, T> &expr) function
2252 inline void __gmp_set_expr(mpq_ptr q, const __gmp_expr<mpf_t, T> &expr) function
2259 inline void __gmp_set_expr(mpf_ptr f, const __gmp_expr<mpz_t, T> &expr) function
2266 inline void __gmp_set_expr(mpf_ptr f, const __gmp_expr<mpq_t, T> &expr) function
2272 inline void __gmp_set_expr(mpf_ptr f, const mpf_class &g) function
2278 inline void __gmp_set_expr(mpf_ptr f, const __gmp_expr<mpf_t, T> &expr) function
    [all...]
gmpxx.h 1641 { mpz_init(mp); __gmp_set_expr(mp, expr); }
1644 { mpz_init(mp); __gmp_set_expr(mp, expr); }
1680 { __gmp_set_expr(mp, expr); return *this; }
1801 { mpq_init(mp); __gmp_set_expr(mp, expr); }
1804 { mpq_init(mp); __gmp_set_expr(mp, expr); }
1807 { mpq_init(mp); __gmp_set_expr(mp, expr); }
1863 { __gmp_set_expr(mp, expr); return *this; }
1992 { mpf_init2(mp, expr.get_prec()); __gmp_set_expr(mp, expr); }
1995 { mpf_init2(mp, prec); __gmp_set_expr(mp, expr); }
2080 { __gmp_set_expr(mp, expr); return *this;
2203 inline void __gmp_set_expr(mpz_ptr z, const mpz_class &w) function
2209 inline void __gmp_set_expr(mpz_ptr z, const __gmp_expr<mpz_t, T> &expr) function
2215 inline void __gmp_set_expr(mpz_ptr z, const __gmp_expr<mpq_t, T> &expr) function
2222 inline void __gmp_set_expr(mpz_ptr z, const __gmp_expr<mpf_t, T> &expr) function
2228 inline void __gmp_set_expr(mpq_ptr q, const mpz_class &z) function
2234 inline void __gmp_set_expr(mpq_ptr q, const __gmp_expr<mpz_t, T> &expr) function
2240 inline void __gmp_set_expr(mpq_ptr q, const mpq_class &r) function
2246 inline void __gmp_set_expr(mpq_ptr q, const __gmp_expr<mpq_t, T> &expr) function
2252 inline void __gmp_set_expr(mpq_ptr q, const __gmp_expr<mpf_t, T> &expr) function
2259 inline void __gmp_set_expr(mpf_ptr f, const __gmp_expr<mpz_t, T> &expr) function
2266 inline void __gmp_set_expr(mpf_ptr f, const __gmp_expr<mpq_t, T> &expr) function
2272 inline void __gmp_set_expr(mpf_ptr f, const mpf_class &g) function
2278 inline void __gmp_set_expr(mpf_ptr f, const __gmp_expr<mpf_t, T> &expr) function
    [all...]

Completed in 43 milliseconds