Lines Matching refs:mpl1
39 static int mpl1(struct t *s, long double (*f)(long double))
83 int mpacosl(struct t *t) { return mpl1(t, acosl); }
86 int mpacoshl(struct t *t) { return mpl1(t, acoshl); }
89 int mpasinl(struct t *t) { return mpl1(t, asinl); }
92 int mpasinhl(struct t *t) { return mpl1(t, asinhl); }
95 int mpatanl(struct t *t) { return mpl1(t, atanl); }
101 int mpatanhl(struct t *t) { return mpl1(t, atanhl); }
104 int mpcbrtl(struct t *t) { return mpl1(t, cbrtl); }
107 int mpceill(struct t *t) { return mpl1(t, ceill); }
113 int mpcosl(struct t *t) { return mpl1(t, cosl); }
116 int mpcoshl(struct t *t) { return mpl1(t, coshl); }
119 int mperfl(struct t *t) { return mpl1(t, erfl); }
122 int mperfcl(struct t *t) { return mpl1(t, erfcl); }
125 int mpexpl(struct t *t) { return mpl1(t, expl); }
128 int mpexp2l(struct t *t) { return mpl1(t, exp2l); }
131 int mpexpm1l(struct t *t) { return mpl1(t, expm1l); }
134 int mpfabsl(struct t *t) { return mpl1(t, fabsl); }
140 int mpfloorl(struct t *t) { return mpl1(t, floorl); }
155 int mplogl(struct t *t) { return mpl1(t, logl); }
158 int mplog10l(struct t *t) { return mpl1(t, log10l); }
161 int mplog1pl(struct t *t) { return mpl1(t, log1pl); }
164 int mplog2l(struct t *t) { return mpl1(t, log2l); }
167 int mplogbl(struct t *t) { return mpl1(t, logbl); }
170 int mpnearbyintl(struct t *t) { return mpl1(t, nearbyintl); }
199 int mprintl(struct t *t) { return mpl1(t, rintl); }
202 int mproundl(struct t *t) { return mpl1(t, roundl); }
205 int mpsinl(struct t *t) { return mpl1(t, sinl); }
208 int mpsinhl(struct t *t) { return mpl1(t, sinhl); }
211 int mpsqrtl(struct t *t) { return mpl1(t, sqrtl); }
214 int mptanl(struct t *t) { return mpl1(t, tanl); }
217 int mptanhl(struct t *t) { return mpl1(t, tanhl); }
220 int mptgammal(struct t *t) { return mpl1(t, tgammal); }
223 int mptruncl(struct t *t) { return mpl1(t, truncl); }
231 int mpj0l(struct t *t) { return -1;}//mpl1(t, j0l); }
233 int mpj1l(struct t *t) { return -1;}//mpl1(t, j1l); }
235 int mpy0l(struct t *t) { return -1;}//mpl1(t, y0l); }
237 int mpy1l(struct t *t) { return -1;}//mpl1(t, y1l); }
240 int mpexp10l(struct t *t) { return mpl1(t, exp10l); }
243 int mppow10l(struct t *t) { return mpl1(t, pow10l); }