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

  /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());

Completed in 112 milliseconds