Lines Matching defs:mpf2
12 static int mpf2(struct t *s, float (*f)(float,float))
72 int mpaddf(struct t *t) { return mpf2(t, addf); }
75 int mpmulf(struct t *t) { return mpf2(t, mulf); }
78 int mpdivf(struct t *t) { return mpf2(t, divf); }
97 int mpatan2f(struct t *t) { return mpf2(t, atan2f); }
109 int mpcopysignf(struct t *t) { return mpf2(t, copysignf); }
136 int mpfdimf(struct t *t) { return mpf2(t, fdimf); }
142 int mpfmaxf(struct t *t) { return mpf2(t, fmaxf); }
145 int mpfminf(struct t *t) { return mpf2(t, fminf); }
148 int mpfmodf(struct t *t) { return mpf2(t, fmodf); }
151 int mphypotf(struct t *t) { return mpf2(t, hypotf); }
172 int mpnextafterf(struct t *t) { return mpf2(t, nextafterf); }
192 int mppowf(struct t *t) { return mpf2(t, powf); }
195 int mpremainderf(struct t *t) { return mpf2(t, remainderf); }
229 int mpscalbf(struct t *t) { return mpf2(t, scalbf); }