Lines Matching defs:mpf1

3 static int mpf1(struct t *s, float (*f)(float))
82 int mpacosf(struct t *t) { return mpf1(t, acosf); }
85 int mpacoshf(struct t *t) { return mpf1(t, acoshf); }
88 int mpasinf(struct t *t) { return mpf1(t, asinf); }
91 int mpasinhf(struct t *t) { return mpf1(t, asinhf); }
94 int mpatanf(struct t *t) { return mpf1(t, atanf); }
100 int mpatanhf(struct t *t) { return mpf1(t, atanhf); }
103 int mpcbrtf(struct t *t) { return mpf1(t, cbrtf); }
106 int mpceilf(struct t *t) { return mpf1(t, ceilf); }
112 int mpcosf(struct t *t) { return mpf1(t, cosf); }
115 int mpcoshf(struct t *t) { return mpf1(t, coshf); }
118 int mperff(struct t *t) { return mpf1(t, erff); }
121 int mperfcf(struct t *t) { return mpf1(t, erfcf); }
124 int mpexpf(struct t *t) { return mpf1(t, expf); }
127 int mpexp2f(struct t *t) { return mpf1(t, exp2f); }
130 int mpexpm1f(struct t *t) { return mpf1(t, expm1f); }
133 int mpfabsf(struct t *t) { return mpf1(t, fabsf); }
139 int mpfloorf(struct t *t) { return mpf1(t, floorf); }
154 int mplogf(struct t *t) { return mpf1(t, logf); }
157 int mplog10f(struct t *t) { return mpf1(t, log10f); }
160 int mplog1pf(struct t *t) { return mpf1(t, log1pf); }
163 int mplog2f(struct t *t) { return mpf1(t, log2f); }
166 int mplogbf(struct t *t) { return mpf1(t, logbf); }
169 int mpnearbyintf(struct t *t) { return mpf1(t, nearbyintf); }
198 int mprintf(struct t *t) { return mpf1(t, rintf); }
201 int mproundf(struct t *t) { return mpf1(t, roundf); }
204 int mpsinf(struct t *t) { return mpf1(t, sinf); }
207 int mpsinhf(struct t *t) { return mpf1(t, sinhf); }
210 int mpsqrtf(struct t *t) { return mpf1(t, sqrtf); }
213 int mptanf(struct t *t) { return mpf1(t, tanf); }
216 int mptanhf(struct t *t) { return mpf1(t, tanhf); }
219 int mptgammaf(struct t *t) { return mpf1(t, tgammaf); }
222 int mptruncf(struct t *t) { return mpf1(t, truncf); }
230 int mpj0f(struct t *t) { return mpf1(t, j0f); }
232 int mpj1f(struct t *t) { return mpf1(t, j1f); }
234 int mpy0f(struct t *t) { return mpf1(t, y0f); }
236 int mpy1f(struct t *t) { return mpf1(t, y1f); }
239 int mpexp10f(struct t *t) { return mpf1(t, exp10f); }
242 int mppow10f(struct t *t) { return mpf1(t, pow10f); }