Lines Matching refs:mpfr_t
223 static int sincos_mpfr_sin(mpfr_t y, const mpfr_t x, mpfr_rnd_t r) { mpfr_cos(y,x,r); return mpfr_sin(y,x,r); }
224 static int sincos_mpfr_cos(mpfr_t y, const mpfr_t x, mpfr_rnd_t r) { mpfr_sin(y,x,r); return mpfr_cos(y,x,r); }
305 int (*f1) (mpfr_t, const mpfr_t, mpfr_rnd_t);
306 int (*f2) (mpfr_t, const mpfr_t, const mpfr_t, mpfr_rnd_t);
307 int (*d1) (mpfr_t, const mpfr_t, mpfr_rnd_t);
308 int (*d2) (mpfr_t, const mpfr_t, const mpfr_t, mpfr_rnd_t);
562 call_mpfr_f1 (mpfr_t y, const struct fun *f, struct args_f1 a, mpfr_rnd_t r)
569 call_mpfr_f2 (mpfr_t y, const struct fun *f, struct args_f2 a, mpfr_rnd_t r)
578 call_mpfr_d1 (mpfr_t y, const struct fun *f, struct args_d1 a, mpfr_rnd_t r)
585 call_mpfr_d2 (mpfr_t y, const struct fun *f, struct args_d2 a, mpfr_rnd_t r)