lib/msun/ld128/s_expl.c
101
RETURNI(t * twopk * twom10000);
lib/msun/ld128/s_expl.c
240
RETURNI(x == 0 ? x :
lib/msun/ld128/s_expl.c
261
RETURNI((hx2_hi + x_hi) + (hx2_lo + x_lo + q));
lib/msun/ld128/s_expl.c
263
RETURNI(x + (hx2_lo + q + hx2_hi));
lib/msun/ld128/s_expl.c
293
RETURNI(t);
lib/msun/ld128/s_expl.c
298
RETURNI(t / 2);
lib/msun/ld128/s_expl.c
302
RETURNI(t * twopk - 1);
lib/msun/ld128/s_expl.c
307
RETURNI(t * 2 * 0x1p16383L - 1);
lib/msun/ld128/s_expl.c
308
RETURNI(t * twopk - 1);
lib/msun/ld128/s_expl.c
318
RETURNI(t * twopk);
lib/msun/ld128/s_expl.c
96
RETURNI(t * 2 * 0x1p16383L);
lib/msun/ld128/s_expl.c
98
RETURNI(t * twopk);
lib/msun/ld128/s_logl.c
443
#define RETURN2(rp, h, l) RETURNI((h) + (l))
lib/msun/ld128/s_logl.c
668
RETURNI(val_hi + val_lo);
lib/msun/ld128/s_logl.c
708
RETURNI(r.hi);
lib/msun/ld128/s_logl.c
712
RETURNI(invln10_hi * hi + (invln10_lo_plus_hi * lo + invln10_lo * hi));
lib/msun/ld128/s_logl.c
724
RETURNI(r.hi);
lib/msun/ld128/s_logl.c
728
RETURNI(invln2_hi * hi + (invln2_lo_plus_hi * lo + invln2_lo * hi));
lib/msun/ld80/b_tgammal.c
398
RETURNI(x / zero);
lib/msun/ld80/b_tgammal.c
400
RETURNI(__exp__D(u.a, u.b));
lib/msun/ld80/b_tgammal.c
404
RETURNI(small_gam(x));
lib/msun/ld80/b_tgammal.c
407
RETURNI(smaller_gam(x));
lib/msun/ld80/b_tgammal.c
412
RETURNI(1 / x);
lib/msun/ld80/b_tgammal.c
416
RETURNI(x - x); /* x is NaN or -Inf */
lib/msun/ld80/b_tgammal.c
418
RETURNI(neg_gam(x));
lib/msun/ld80/e_lgammal_r.c
266
RETURNI(one/vzero);
lib/msun/ld80/e_lgammal_r.c
267
RETURNI(-logl(fabsl(x)));
lib/msun/ld80/e_lgammal_r.c
274
RETURNI(one/vzero);
lib/msun/ld80/e_lgammal_r.c
276
if(t==zero) RETURNI(one/vzero); /* -integer */
lib/msun/ld80/e_lgammal_r.c
353
RETURNI(r);
lib/msun/ld80/s_cexpl.c
102
RETURNI(CMPLXL(exp_x * c, exp_x * s));
lib/msun/ld80/s_cexpl.c
59
RETURNI(CMPLXL(expl(x), y));
lib/msun/ld80/s_cexpl.c
64
RETURNI(CMPLXL(c, s));
lib/msun/ld80/s_cexpl.c
71
RETURNI(CMPLXL(y - y, y - y));
lib/msun/ld80/s_cexpl.c
74
RETURNI(CMPLXL(0.0, 0.0));
lib/msun/ld80/s_cexpl.c
77
RETURNI(CMPLXL(x, y - y));
lib/msun/ld80/s_cexpl.c
91
RETURNI(__ldexp_cexpl(z, 0));
lib/msun/ld80/s_cospil.c
109
RETURNI(j0 & 1 ? -c : c);
lib/msun/ld80/s_cospil.c
113
RETURNI(vzero / vzero);
lib/msun/ld80/s_cospil.c
120
RETURNI(ix >= 0x403f ? 1 : ((lx & 1) ? -1 : 1));
lib/msun/ld80/s_cospil.c
67
RETURNI(1);
lib/msun/ld80/s_cospil.c
69
RETURNI(__kernel_cospil(ax));
lib/msun/ld80/s_cospil.c
76
RETURNI(0);
lib/msun/ld80/s_cospil.c
80
RETURNI(c);
lib/msun/ld80/s_cospil.c
97
RETURNI(0);
lib/msun/ld80/s_erfl.c
236
RETURNI((8*x+efx8*x)/8); /* avoid spurious underflow */
lib/msun/ld80/s_erfl.c
237
RETURNI(x + efx*x);
lib/msun/ld80/s_erfl.c
243
RETURNI(x + x*y);
lib/msun/ld80/s_erfl.c
249
if(x>=0) RETURNI(erx + P/Q); else RETURNI(-erx - P/Q);
lib/msun/ld80/s_erfl.c
252
if(x>=0) RETURNI(one-tiny); else RETURNI(tiny-one);
lib/msun/ld80/s_erfl.c
266
if(x>=0) RETURNI(one-r/ax); else RETURNI(r/ax-one);
lib/msun/ld80/s_erfl.c
288
RETURNI(one-x);
lib/msun/ld80/s_erfl.c
294
RETURNI(one-(x+x*y));
lib/msun/ld80/s_erfl.c
298
RETURNI(half - r);
lib/msun/ld80/s_erfl.c
306
z = one-erx; RETURNI(z - P/Q);
lib/msun/ld80/s_erfl.c
308
z = (erx+P/Q); RETURNI(one+z);
lib/msun/ld80/s_erfl.c
323
if(x < -7) RETURNI(two-tiny);/* x < -7 */
lib/msun/ld80/s_erfl.c
329
if(x>0) RETURNI(r/ax); else RETURNI(two-r/ax);
lib/msun/ld80/s_erfl.c
331
if(x>0) RETURNI(tiny*tiny); else RETURNI(two-tiny);
lib/msun/ld80/s_exp2l.c
282
RETURNI(r * 2.0 * 0x1p16383L);
lib/msun/ld80/s_exp2l.c
283
RETURNI(r * twopk);
lib/msun/ld80/s_exp2l.c
285
RETURNI(r * twopkp10000 * twom10000);
lib/msun/ld80/s_expl.c
104
RETURNI(t * 2 * 0x1p16383L);
lib/msun/ld80/s_expl.c
106
RETURNI(t * twopk);
lib/msun/ld80/s_expl.c
109
RETURNI(t * twopk * twom10000);
lib/msun/ld80/s_expl.c
194
RETURNI(x == 0 ? x :
lib/msun/ld80/s_expl.c
215
RETURNI((hx2_hi + x_hi) + (hx2_lo + x_lo + q));
lib/msun/ld80/s_expl.c
217
RETURNI(x + (hx2_lo + q + hx2_hi));
lib/msun/ld80/s_expl.c
246
RETURNI(t);
lib/msun/ld80/s_expl.c
251
RETURNI(t / 2);
lib/msun/ld80/s_expl.c
255
RETURNI(t * twopk - 1);
lib/msun/ld80/s_expl.c
260
RETURNI(t * 2 * 0x1p16383L - 1);
lib/msun/ld80/s_expl.c
261
RETURNI(t * twopk - 1);
lib/msun/ld80/s_expl.c
271
RETURNI(t * twopk);
lib/msun/ld80/s_logl.c
443
#define RETURN2(rp, h, l) RETURNI((h) + (l))
lib/msun/ld80/s_logl.c
657
RETURNI(val_hi + val_lo);
lib/msun/ld80/s_logl.c
690
RETURNI(r.hi);
lib/msun/ld80/s_logl.c
694
RETURNI(invln10_hi * hi +
lib/msun/ld80/s_logl.c
707
RETURNI(r.hi);
lib/msun/ld80/s_logl.c
711
RETURNI(invln2_hi * hi +
lib/msun/ld80/s_sinpil.c
119
RETURNI((hx & 0x8000) ? -s : s);
lib/msun/ld80/s_sinpil.c
124
RETURNI(vzero / vzero);
lib/msun/ld80/s_sinpil.c
129
RETURNI(copysignl(0, x));
lib/msun/ld80/s_sinpil.c
69
RETURNI(x);
lib/msun/ld80/s_sinpil.c
76
RETURNI(s * 0x1p-63L);
lib/msun/ld80/s_sinpil.c
79
RETURNI((hx & 0x8000) ? -s : s);
lib/msun/ld80/s_sinpil.c
88
RETURNI((hx & 0x8000) ? -s : s);
lib/msun/ld80/s_tanpil.c
104
RETURNI((hx & 0x8000) ? -t : t);
lib/msun/ld80/s_tanpil.c
119
RETURNI((hx & 0x8000) ? -t : t);
lib/msun/ld80/s_tanpil.c
124
RETURNI(vzero / vzero);
lib/msun/ld80/s_tanpil.c
132
RETURNI((hx & 0x8000) ? -t : t);
lib/msun/ld80/s_tanpil.c
90
RETURNI(x);
lib/msun/ld80/s_tanpil.c
97
RETURNI(t * 0x1p-63L);
lib/msun/src/e_acoshl.c
70
RETURNI((x-x)/(x-x));
lib/msun/src/e_acoshl.c
73
RETURNI(x+x);
lib/msun/src/e_acoshl.c
75
RETURNI(logl(x)+ln2); /* acosh(huge)=log(2x), or misnormal */
lib/msun/src/e_acoshl.c
77
RETURNI(0.0); /* acosh(1) = 0 */
lib/msun/src/e_acoshl.c
80
RETURNI(logl(2.0*x-one/(x+sqrtl(t-one))));
lib/msun/src/e_acoshl.c
83
RETURNI(log1pl(t+sqrtl(2.0*t+t*t)));
lib/msun/src/e_atanhl.c
60
RETURNI(fabsl(x) == 1 ? x / zero : (x - x) / (x - x));
lib/msun/src/e_atanhl.c
62
RETURNI(x); /* x is tiny */
lib/msun/src/e_atanhl.c
69
RETURNI((hx & 0x8000) == 0 ? t : -t);
lib/msun/src/e_coshl.c
102
RETURNI(1+tiny); /* cosh(tiny) = 1(+) with inexact */
lib/msun/src/e_coshl.c
106
RETURNI(((C16*x2 + C14)*x4 + (C12*x2 + C10))*(x4*x4*x2) +
lib/msun/src/e_coshl.c
110
RETURNI((((((((((((C26*dx2 + C24)*dx2 + C22)*dx2 +
lib/msun/src/e_coshl.c
120
RETURNI(lo + 0.25/(hi + lo) + hi);
lib/msun/src/e_coshl.c
125
RETURNI(hexpl(fabsl(x)));
lib/msun/src/e_coshl.c
128
RETURNI(huge*huge);
lib/msun/src/e_sinhl.c
105
if(shuge+x>1) RETURNI(x); /* sinh(tiny) = tiny with inexact */
lib/msun/src/e_sinhl.c
110
RETURNI(((S17*x2 + S15)*x4 + (S13*x2 + S11))*(x2*x*x4*x4) +
lib/msun/src/e_sinhl.c
114
RETURNI(((((((((((S25*dx2 + S23)*dx2 +
lib/msun/src/e_sinhl.c
122
RETURNI(s*(lo - 0.25/(hi + lo) + hi));
lib/msun/src/e_sinhl.c
127
RETURNI(s*hexpl(fabsl(x)));
lib/msun/src/math_private.h
795
RETURNI((rp)->hi); \
lib/msun/src/math_private.h
796
RETURNI((rp)->hi + (rp)->lo); \
lib/msun/src/s_asinhl.c
73
if (ix >= 0x7fff) RETURNI(x+x); /* x is inf, NaN or misnormal */
lib/msun/src/s_asinhl.c
75
if (huge + x > one) RETURNI(x); /* return x inexact except 0 */
lib/msun/src/s_asinhl.c
86
RETURNI((hx & 0x8000) == 0 ? w : -w);
lib/msun/src/s_cbrtl.c
139
RETURNI(t);
lib/msun/src/s_cbrtl.c
57
RETURNI(x);
lib/msun/src/s_clogl.c
101
RETURNI(CMPLXL(logl(hypotl(x * 0x1p-16382L, y * 0x1p-16382L)) +
lib/msun/src/s_clogl.c
104
RETURNI(CMPLXL(logl(hypotl(x, y)), v));
lib/msun/src/s_clogl.c
108
RETURNI(CMPLXL(logl(hypotl(x * 0x1p16383L, y * 0x1p16383L)) +
lib/msun/src/s_clogl.c
113
RETURNI(CMPLXL(logl(hypotl(x, y)), v));
lib/msun/src/s_clogl.c
155
RETURNI(CMPLXL(logl(ay2l + ax2l + sl + sh) / 2, v));
lib/msun/src/s_clogl.c
164
RETURNI(CMPLXL(log1pl(ay2l + t + sh) / 2, v));
lib/msun/src/s_clogl.c
86
RETURNI(CMPLXL(logl(hypotl(x, y)), v));
lib/msun/src/s_clogl.c
91
RETURNI(CMPLXL((ay / 2) * ay, v));
lib/msun/src/s_clogl.c
92
RETURNI(CMPLXL(log1pl(ay * ay) / 2, v));
lib/msun/src/s_clogl.c
97
RETURNI(CMPLXL(logl(ax), v));
lib/msun/src/s_cosl.c
77
RETURNI(__kernel_cosl(z.e, 0));
lib/msun/src/s_cosl.c
98
RETURNI(hi);
lib/msun/src/s_roundl.c
54
RETURNI(t);
lib/msun/src/s_roundl.c
59
RETURNI(-t);
lib/msun/src/s_sinl.c
69
RETURNI(s ? -hi : hi);
lib/msun/src/s_sinl.c
91
RETURNI(hi);
lib/msun/src/s_tanhl.c
138
RETURNI(((T19*x2 + T17)*x4 + (T15*x2 + T13))*(x2*x*x2*x4*x4) +
lib/msun/src/s_tanhl.c
144
RETURNI(((((((((((((((T33*dx2 + T31)*dx2 + T29)*dx2 + T27)*dx2 +
lib/msun/src/s_tanhl.c
154
RETURNI(q + T3*(x2*x) + x);
lib/msun/src/s_tanhl.c
169
RETURNI(s*z);
lib/msun/src/s_tanl.c
75
RETURNI(s ? -hi : hi);
lib/msun/src/s_tanl.c
93
RETURNI(hi);