| Home | Sort by: relevance | last modified time | path |
| /src/external/lgpl3/gmp/dist/ | |
| gmpxx.h | 2111 mpf_srcptr get_mpf_t() const { return mp; } function in class:__gmp_expr 2112 mpf_ptr get_mpf_t() { return mp; } function in class:__gmp_expr 2225 mpz_set_f(z, temp.get_mpf_t()); 2255 mpq_set_f(q, temp.get_mpf_t()); 2274 mpf_set(f, g.get_mpf_t()); |
| gmpxx.h | 2111 mpf_srcptr get_mpf_t() const { return mp; } function in class:__gmp_expr 2112 mpf_ptr get_mpf_t() { return mp; } function in class:__gmp_expr 2225 mpz_set_f(z, temp.get_mpf_t()); 2255 mpq_set_f(q, temp.get_mpf_t()); 2274 mpf_set(f, g.get_mpf_t()); |