Lines Matching defs:mpl2
272 static int mpl2(struct t *p, int (*fmp)(mpfr_t, const mpfr_t, const mpfr_t, mpfr_rnd_t))
354 int mpaddl(struct t *t) { return mpl2(t, mpfr_add); }
357 int mpmull(struct t *t) { return mpl2(t, mpfr_mul); }
360 int mpdivl(struct t *t) { return mpl2(t, mpfr_div); }
379 int mpatan2l(struct t *t) { return mpl2(t, mpfr_atan2); }
391 int mpcopysignl(struct t *t) { return mpl2(t, mpfr_copysign); }
418 int mpfdiml(struct t *t) { return mpl2(t, mpfr_dim); }
424 int mpfmaxl(struct t *t) { return mpl2(t, mpfr_max); }
427 int mpfminl(struct t *t) { return mpl2(t, mpfr_min); }
430 int mpfmodl(struct t *t) { return mpl2(t, mpfr_fmod); }
433 int mphypotl(struct t *t) { return mpl2(t, mpfr_hypot); }
565 int mppowl(struct t *t) { return mpl2(t, mpfr_pow); }
568 int mpremainderl(struct t *t) { return mpl2(t, mpfr_remainder); }
894 int mpremquol(struct t *t) { return mpl2(t, wrap_remquo) || (t->i = mpremquo_q, 0); }