Lines Matching refs:fmp
141 static int mpf1(struct t *p, int (*fmp)(mpfr_t, const mpfr_t, mpfr_rnd_t))
150 tn = fmp(my, mx, r);
156 static int mpf2(struct t *p, int (*fmp)(mpfr_t, const mpfr_t, const mpfr_t, mpfr_rnd_t))
167 tn = fmp(my, mx, mx2, r);
195 static int mpd1(struct t *p, int (*fmp)(mpfr_t, const mpfr_t, mpfr_rnd_t))
204 tn = fmp(my, mx, r);
210 static int mpd2(struct t *p, int (*fmp)(mpfr_t, const mpfr_t, const mpfr_t, mpfr_rnd_t))
221 tn = fmp(my, mx, mx2, r);
251 static int mpl1(struct t *p, int (*fmp)(mpfr_t, const mpfr_t, mpfr_rnd_t))
254 return mpd1(p, fmp);
263 tn = fmp(my, mx, r);
272 static int mpl2(struct t *p, int (*fmp)(mpfr_t, const mpfr_t, const mpfr_t, mpfr_rnd_t))
275 return mpd2(p, fmp);
286 tn = fmp(my, mx, mx2, r);