Lines Matching refs:mpfr_t
68 * mpfr_t/mpc_t types.
70 static void set_mpfr_d(mpfr_t x, uint32 h, uint32 l)
92 static void set_mpfr_f(mpfr_t x, uint32 f)
115 mpfr_t x, y;
126 mpfr_t x, y;
135 static void get_mpfr_d(const mpfr_t x, uint32 *h, uint32 *l, uint32 *extra)
138 mpfr_t significand;
199 static void get_mpfr_f(const mpfr_t x, uint32 *f, uint32 *extra)
202 mpfr_t significand;
259 mpfr_t x, y;
273 mpfr_t x, y;
288 int test_rred(mpfr_t ret, const mpfr_t x, int *quadrant)
290 mpfr_t halfpi;
324 int test_lgamma(mpfr_t ret, const mpfr_t x, mpfr_rnd_t rnd)
1632 mpfr_t a, b, r;