Lines Matching defs:my
71 static int adjust(mpfr_t mr, mpfr_t my, int t, int r, int type) in adjust()
118 static void genf(struct t *p, mpfr_t my, int t, int r) in genf()
172 static void gend(struct t *p, mpfr_t my, int t, int r) in gend()
227 static void genl(struct t *p, mpfr_t my, int t, int r) in genl()
296 static int wrap_lgamma(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r) in wrap_lgamma()
301 static int wrap_remquo(mpfr_t my, const mpfr_t mx, const mpfr_t mx2, mpfr_rnd_t r) in wrap_remquo()
306 static int wrap_jn(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r) in wrap_jn()
310 static int wrap_yn(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r) in wrap_yn()
314 static int wrap_ceil(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r) in wrap_ceil()
318 static int wrap_floor(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r) in wrap_floor()
322 static int wrap_round(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r) in wrap_round()
326 static int wrap_trunc(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r) in wrap_trunc()
330 static int wrap_nearbyint(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r) in wrap_nearbyint()
336 static int wrap_pow10(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r) in wrap_pow10()
342 static int wrap_sinpi(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r) in wrap_sinpi()