Lines Matching defs:mpl2
48 static int mpl2(struct t *s, long double (*f)(long double, long double))
73 int mpaddl(struct t *t) { return mpl2(t, addl); }
76 int mpmull(struct t *t) { return mpl2(t, mull); }
79 int mpdivl(struct t *t) { return mpl2(t, divl); }
98 int mpatan2l(struct t *t) { return mpl2(t, atan2l); }
110 int mpcopysignl(struct t *t) { return mpl2(t, copysignl); }
137 int mpfdiml(struct t *t) { return mpl2(t, fdiml); }
143 int mpfmaxl(struct t *t) { return mpl2(t, fmaxl); }
146 int mpfminl(struct t *t) { return mpl2(t, fminl); }
149 int mpfmodl(struct t *t) { return mpl2(t, fmodl); }
152 int mphypotl(struct t *t) { return mpl2(t, hypotl); }
173 int mpnextafterl(struct t *t) { return mpl2(t, nextafterl); }
190 int mpnexttowardl(struct t *t) { return mpl2(t, nexttowardl); }
193 int mppowl(struct t *t) { return mpl2(t, powl); }
196 int mpremainderl(struct t *t) { return mpl2(t, remainderl); }