Lines Matching refs:mpfr_t

29 void debug(mpfr_t x)
45 static int adjust_round(mpfr_t y, mpfr_t x, int t, int r)
71 static int adjust(mpfr_t mr, mpfr_t my, int t, int r, int type)
99 //static int eflags(mpfr_t mr, mpfr_t my, int t)
118 static void genf(struct t *p, mpfr_t my, int t, int r)
141 static int mpf1(struct t *p, int (*fmp)(mpfr_t, const mpfr_t, mpfr_rnd_t))
156 static int mpf2(struct t *p, int (*fmp)(mpfr_t, const mpfr_t, const mpfr_t, mpfr_rnd_t))
172 static void gend(struct t *p, mpfr_t my, int t, int r)
195 static int mpd1(struct t *p, int (*fmp)(mpfr_t, const mpfr_t, mpfr_rnd_t))
210 static int mpd2(struct t *p, int (*fmp)(mpfr_t, const mpfr_t, const mpfr_t, mpfr_rnd_t))
227 static void genl(struct t *p, mpfr_t my, int t, int r)
251 static int mpl1(struct t *p, int (*fmp)(mpfr_t, const mpfr_t, mpfr_rnd_t))
272 static int mpl2(struct t *p, int (*fmp)(mpfr_t, const mpfr_t, const mpfr_t, mpfr_rnd_t))
296 static int wrap_lgamma(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r)
301 static int wrap_remquo(mpfr_t my, const mpfr_t mx, const mpfr_t mx2, mpfr_rnd_t r)
306 static int wrap_jn(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r)
310 static int wrap_yn(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r)
314 static int wrap_ceil(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r)
318 static int wrap_floor(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r)
322 static int wrap_round(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r)
326 static int wrap_trunc(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r)
330 static int wrap_nearbyint(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r)
336 static int wrap_pow10(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r)
342 static int wrap_sinpi(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r)