Searched refs:get_mpf_t (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gmp/tests/cxx/
H A Dt-prec.cc37 mpf_srcptr _a = a.get_mpf_t(); \
39 mpf_srcptr _c = _b.get_mpf_t(); \
/haiku-buildtools/gcc/gmp/
H A Dgmpxx.h2041 mpf_srcptr get_mpf_t() const { return mp; } function in class:__gmp_expr
2042 mpf_ptr get_mpf_t() { return mp; } function in class:__gmp_expr
2141 mpz_set_f(z, f.get_mpf_t());
2148 mpz_set_f(z, temp.get_mpf_t());
2179 mpq_set_f(q, f.get_mpf_t());
2186 mpq_set_f(q, temp.get_mpf_t());
2218 mpf_set(f, g.get_mpf_t());

Completed in 197 milliseconds