Lines Matching defs:t
58 int mpsinpi(struct t *t) { return mpd1(t, sinpi); } in mpsinpi()
61 #define OP(n,op,t) static t n(t x, t y) { t z = x op y; return z; } argument
71 int mpadd(struct t *t) { return mpd2(t, add); } in mpadd()
72 int mpaddf(struct t *t) { return mpf2(t, addf); } in mpaddf()
73 int mpaddl(struct t *t) { return mpl2(t, addl); } in mpaddl()
74 int mpmul(struct t *t) { return mpd2(t, mul); } in mpmul()
75 int mpmulf(struct t *t) { return mpf2(t, mulf); } in mpmulf()
76 int mpmull(struct t *t) { return mpl2(t, mull); } in mpmull()
77 int mpdiv(struct t *t) { return mpd2(t, div); } in mpdiv()
78 int mpdivf(struct t *t) { return mpf2(t, divf); } in mpdivf()
79 int mpdivl(struct t *t) { return mpl2(t, divl); } in mpdivl()
81 int mpacos(struct t *t) { return mpd1(t, acos); } in mpacos()
82 int mpacosf(struct t *t) { return mpf1(t, acosf); } in mpacosf()
83 int mpacosl(struct t *t) { return mpl1(t, acosl); } in mpacosl()
84 int mpacosh(struct t *t) { return mpd1(t, acosh); } in mpacosh()
85 int mpacoshf(struct t *t) { return mpf1(t, acoshf); } in mpacoshf()
86 int mpacoshl(struct t *t) { return mpl1(t, acoshl); } in mpacoshl()
87 int mpasin(struct t *t) { return mpd1(t, asin); } in mpasin()
88 int mpasinf(struct t *t) { return mpf1(t, asinf); } in mpasinf()
89 int mpasinl(struct t *t) { return mpl1(t, asinl); } in mpasinl()
90 int mpasinh(struct t *t) { return mpd1(t, asinh); } in mpasinh()
91 int mpasinhf(struct t *t) { return mpf1(t, asinhf); } in mpasinhf()
92 int mpasinhl(struct t *t) { return mpl1(t, asinhl); } in mpasinhl()
93 int mpatan(struct t *t) { return mpd1(t, atan); } in mpatan()
94 int mpatanf(struct t *t) { return mpf1(t, atanf); } in mpatanf()
95 int mpatanl(struct t *t) { return mpl1(t, atanl); } in mpatanl()
96 int mpatan2(struct t *t) { return mpd2(t, atan2); } in mpatan2()
97 int mpatan2f(struct t *t) { return mpf2(t, atan2f); } in mpatan2f()
98 int mpatan2l(struct t *t) { return mpl2(t, atan2l); } in mpatan2l()
99 int mpatanh(struct t *t) { return mpd1(t, atanh); } in mpatanh()
100 int mpatanhf(struct t *t) { return mpf1(t, atanhf); } in mpatanhf()
101 int mpatanhl(struct t *t) { return mpl1(t, atanhl); } in mpatanhl()
102 int mpcbrt(struct t *t) { return mpd1(t, cbrt); } in mpcbrt()
103 int mpcbrtf(struct t *t) { return mpf1(t, cbrtf); } in mpcbrtf()
104 int mpcbrtl(struct t *t) { return mpl1(t, cbrtl); } in mpcbrtl()
105 int mpceil(struct t *t) { return mpd1(t, ceil); } in mpceil()
106 int mpceilf(struct t *t) { return mpf1(t, ceilf); } in mpceilf()
107 int mpceill(struct t *t) { return mpl1(t, ceill); } in mpceill()
108 int mpcopysign(struct t *t) { return mpd2(t, copysign); } in mpcopysign()
109 int mpcopysignf(struct t *t) { return mpf2(t, copysignf); } in mpcopysignf()
110 int mpcopysignl(struct t *t) { return mpl2(t, copysignl); } in mpcopysignl()
111 int mpcos(struct t *t) { return mpd1(t, cos); } in mpcos()
112 int mpcosf(struct t *t) { return mpf1(t, cosf); } in mpcosf()
113 int mpcosl(struct t *t) { return mpl1(t, cosl); } in mpcosl()
114 int mpcosh(struct t *t) { return mpd1(t, cosh); } in mpcosh()
115 int mpcoshf(struct t *t) { return mpf1(t, coshf); } in mpcoshf()
116 int mpcoshl(struct t *t) { return mpl1(t, coshl); } in mpcoshl()
117 int mperf(struct t *t) { return mpd1(t, erf); } in mperf()
118 int mperff(struct t *t) { return mpf1(t, erff); } in mperff()
119 int mperfl(struct t *t) { return mpl1(t, erfl); } in mperfl()
120 int mperfc(struct t *t) { return mpd1(t, erfc); } in mperfc()
121 int mperfcf(struct t *t) { return mpf1(t, erfcf); } in mperfcf()
122 int mperfcl(struct t *t) { return mpl1(t, erfcl); } in mperfcl()
123 int mpexp(struct t *t) { return mpd1(t, exp); } in mpexp()
124 int mpexpf(struct t *t) { return mpf1(t, expf); } in mpexpf()
125 int mpexpl(struct t *t) { return mpl1(t, expl); } in mpexpl()
126 int mpexp2(struct t *t) { return mpd1(t, exp2); } in mpexp2()
127 int mpexp2f(struct t *t) { return mpf1(t, exp2f); } in mpexp2f()
128 int mpexp2l(struct t *t) { return mpl1(t, exp2l); } in mpexp2l()
129 int mpexpm1(struct t *t) { return mpd1(t, expm1); } in mpexpm1()
130 int mpexpm1f(struct t *t) { return mpf1(t, expm1f); } in mpexpm1f()
131 int mpexpm1l(struct t *t) { return mpl1(t, expm1l); } in mpexpm1l()
132 int mpfabs(struct t *t) { return mpd1(t, fabs); } in mpfabs()
133 int mpfabsf(struct t *t) { return mpf1(t, fabsf); } in mpfabsf()
134 int mpfabsl(struct t *t) { return mpl1(t, fabsl); } in mpfabsl()
135 int mpfdim(struct t *t) { return mpd2(t, fdim); } in mpfdim()
136 int mpfdimf(struct t *t) { return mpf2(t, fdimf); } in mpfdimf()
137 int mpfdiml(struct t *t) { return mpl2(t, fdiml); } in mpfdiml()
138 int mpfloor(struct t *t) { return mpd1(t, floor); } in mpfloor()
139 int mpfloorf(struct t *t) { return mpf1(t, floorf); } in mpfloorf()
140 int mpfloorl(struct t *t) { return mpl1(t, floorl); } in mpfloorl()
141 int mpfmax(struct t *t) { return mpd2(t, fmax); } in mpfmax()
142 int mpfmaxf(struct t *t) { return mpf2(t, fmaxf); } in mpfmaxf()
143 int mpfmaxl(struct t *t) { return mpl2(t, fmaxl); } in mpfmaxl()
144 int mpfmin(struct t *t) { return mpd2(t, fmin); } in mpfmin()
145 int mpfminf(struct t *t) { return mpf2(t, fminf); } in mpfminf()
146 int mpfminl(struct t *t) { return mpl2(t, fminl); } in mpfminl()
147 int mpfmod(struct t *t) { return mpd2(t, fmod); } in mpfmod()
148 int mpfmodf(struct t *t) { return mpf2(t, fmodf); } in mpfmodf()
149 int mpfmodl(struct t *t) { return mpl2(t, fmodl); } in mpfmodl()
150 int mphypot(struct t *t) { return mpd2(t, hypot); } in mphypot()
151 int mphypotf(struct t *t) { return mpf2(t, hypotf); } in mphypotf()
152 int mphypotl(struct t *t) { return mpl2(t, hypotl); } in mphypotl()
153 int mplog(struct t *t) { return mpd1(t, log); } in mplog()
154 int mplogf(struct t *t) { return mpf1(t, logf); } in mplogf()
155 int mplogl(struct t *t) { return mpl1(t, logl); } in mplogl()
156 int mplog10(struct t *t) { return mpd1(t, log10); } in mplog10()
157 int mplog10f(struct t *t) { return mpf1(t, log10f); } in mplog10f()
158 int mplog10l(struct t *t) { return mpl1(t, log10l); } in mplog10l()
159 int mplog1p(struct t *t) { return mpd1(t, log1p); } in mplog1p()
160 int mplog1pf(struct t *t) { return mpf1(t, log1pf); } in mplog1pf()
161 int mplog1pl(struct t *t) { return mpl1(t, log1pl); } in mplog1pl()
162 int mplog2(struct t *t) { return mpd1(t, log2); } in mplog2()
163 int mplog2f(struct t *t) { return mpf1(t, log2f); } in mplog2f()
164 int mplog2l(struct t *t) { return mpl1(t, log2l); } in mplog2l()
165 int mplogb(struct t *t) { return mpd1(t, logb); } in mplogb()
166 int mplogbf(struct t *t) { return mpf1(t, logbf); } in mplogbf()
167 int mplogbl(struct t *t) { return mpl1(t, logbl); } in mplogbl()
168 int mpnearbyint(struct t *t) { return mpd1(t, nearbyint); } in mpnearbyint()
169 int mpnearbyintf(struct t *t) { return mpf1(t, nearbyintf); } in mpnearbyintf()
170 int mpnearbyintl(struct t *t) { return mpl1(t, nearbyintl); } in mpnearbyintl()
171 int mpnextafter(struct t *t) { return mpd2(t, nextafter); } in mpnextafter()
172 int mpnextafterf(struct t *t) { return mpf2(t, nextafterf); } in mpnextafterf()
173 int mpnextafterl(struct t *t) { return mpl2(t, nextafterl); } in mpnextafterl()
174 int mpnexttoward(struct t *t) in mpnexttoward()
182 int mpnexttowardf(struct t *t) in mpnexttowardf()
190 int mpnexttowardl(struct t *t) { return mpl2(t, nexttowardl); } in mpnexttowardl()
191 int mppow(struct t *t) { return mpd2(t, pow); } in mppow()
192 int mppowf(struct t *t) { return mpf2(t, powf); } in mppowf()
193 int mppowl(struct t *t) { return mpl2(t, powl); } in mppowl()
194 int mpremainder(struct t *t) { return mpd2(t, remainder); } in mpremainder()
195 int mpremainderf(struct t *t) { return mpf2(t, remainderf); } in mpremainderf()
196 int mpremainderl(struct t *t) { return mpl2(t, remainderl); } in mpremainderl()
197 int mprint(struct t *t) { return mpd1(t, rint); } in mprint()
198 int mprintf(struct t *t) { return mpf1(t, rintf); } in mprintf()
199 int mprintl(struct t *t) { return mpl1(t, rintl); } in mprintl()
200 int mpround(struct t *t) { return mpd1(t, round); } in mpround()
201 int mproundf(struct t *t) { return mpf1(t, roundf); } in mproundf()
202 int mproundl(struct t *t) { return mpl1(t, roundl); } in mproundl()
203 int mpsin(struct t *t) { return mpd1(t, sin); } in mpsin()
204 int mpsinf(struct t *t) { return mpf1(t, sinf); } in mpsinf()
205 int mpsinl(struct t *t) { return mpl1(t, sinl); } in mpsinl()
206 int mpsinh(struct t *t) { return mpd1(t, sinh); } in mpsinh()
207 int mpsinhf(struct t *t) { return mpf1(t, sinhf); } in mpsinhf()
208 int mpsinhl(struct t *t) { return mpl1(t, sinhl); } in mpsinhl()
209 int mpsqrt(struct t *t) { return mpd1(t, sqrt); } in mpsqrt()
210 int mpsqrtf(struct t *t) { return mpf1(t, sqrtf); } in mpsqrtf()
211 int mpsqrtl(struct t *t) { return mpl1(t, sqrtl); } in mpsqrtl()
212 int mptan(struct t *t) { return mpd1(t, tan); } in mptan()
213 int mptanf(struct t *t) { return mpf1(t, tanf); } in mptanf()
214 int mptanl(struct t *t) { return mpl1(t, tanl); } in mptanl()
215 int mptanh(struct t *t) { return mpd1(t, tanh); } in mptanh()
216 int mptanhf(struct t *t) { return mpf1(t, tanhf); } in mptanhf()
217 int mptanhl(struct t *t) { return mpl1(t, tanhl); } in mptanhl()
218 int mptgamma(struct t *t) { return mpd1(t, tgamma); } in mptgamma()
219 int mptgammaf(struct t *t) { return mpf1(t, tgammaf); } in mptgammaf()
220 int mptgammal(struct t *t) { return mpl1(t, tgammal); } in mptgammal()
221 int mptrunc(struct t *t) { return mpd1(t, trunc); } in mptrunc()
222 int mptruncf(struct t *t) { return mpf1(t, truncf); } in mptruncf()
223 int mptruncl(struct t *t) { return mpl1(t, truncl); } in mptruncl()
224 int mpj0(struct t *t) { return mpd1(t, j0); } in mpj0()
225 int mpj1(struct t *t) { return mpd1(t, j1); } in mpj1()
226 int mpy0(struct t *t) { return mpd1(t, y0); } in mpy0()
227 int mpy1(struct t *t) { return mpd1(t, y1); } in mpy1()
228 int mpscalb(struct t *t) { return mpd2(t, scalb); } in mpscalb()
229 int mpscalbf(struct t *t) { return mpf2(t, scalbf); } in mpscalbf()
230 int mpj0f(struct t *t) { return mpf1(t, j0f); } in mpj0f()
231 int mpj0l(struct t *t) { return -1;}//mpl1(t, j0l); } in mpj0l()
232 int mpj1f(struct t *t) { return mpf1(t, j1f); } in mpj1f()
233 int mpj1l(struct t *t) { return -1;}//mpl1(t, j1l); } in mpj1l()
234 int mpy0f(struct t *t) { return mpf1(t, y0f); } in mpy0f()
235 int mpy0l(struct t *t) { return -1;}//mpl1(t, y0l); } in mpy0l()
236 int mpy1f(struct t *t) { return mpf1(t, y1f); } in mpy1f()
237 int mpy1l(struct t *t) { return -1;}//mpl1(t, y1l); } in mpy1l()
238 int mpexp10(struct t *t) { return mpd1(t, exp10); } in mpexp10()
239 int mpexp10f(struct t *t) { return mpf1(t, exp10f); } in mpexp10f()
240 int mpexp10l(struct t *t) { return mpl1(t, exp10l); } in mpexp10l()
241 int mppow10(struct t *t) { return mpd1(t, pow10); } in mppow10()
242 int mppow10f(struct t *t) { return mpf1(t, pow10f); } in mppow10f()
243 int mppow10l(struct t *t) { return mpl1(t, pow10l); } in mppow10l()
294 int mplgammaf(struct t *t) in mplgammaf()
304 int mplgammal(struct t *t) in mplgammal()
351 int mpmodff(struct t *t) in mpmodff()
363 int mpmodfl(struct t *t) in mpmodfl()
372 int mpsincos(struct t *t) in mpsincos()
385 int mpsincosf(struct t *t) in mpsincosf()
398 int mpsincosl(struct t *t) in mpsincosl()