Searched refs:RETURNI (Results 1 – 14 of 14) sorted by relevance
74 RETURNI((x-x)/(x-x)); in acoshl()77 RETURNI(x+x); in acoshl()79 RETURNI(logl(x)+ln2); /* acosh(huge)=log(2x), or misnormal */ in acoshl()81 RETURNI(0.0); /* acosh(1) = 0 */ in acoshl()84 RETURNI(logl(2.0*x-one/(x+sqrtl(t-one)))); in acoshl()87 RETURNI(log1pl(t+sqrtl(2.0*t+t*t))); in acoshl()
103 RETURNI(1+tiny); /* cosh(tiny) = 1(+) with inexact */ in coshl()107 RETURNI(((C16*x2 + C14)*x4 + (C12*x2 + C10))*(x4*x4*x2) + in coshl()111 RETURNI((((((((((((C26*dx2 + C24)*dx2 + C22)*dx2 + in coshl()121 RETURNI(lo + 0.25/(hi + lo) + hi); in coshl()126 RETURNI(hexpl(fabsl(x))); in coshl()129 RETURNI(huge*huge); in coshl()
64 RETURNI(fabsl(x) == 1 ? x / zero : (x - x) / (x - x)); in atanhl()66 RETURNI(x); /* x is tiny */ in atanhl()73 RETURNI((hx & 0x8000) == 0 ? t : -t); in atanhl()
105 if(shuge+x>1) RETURNI(x); /* sinh(tiny) = tiny with inexact */ in sinhl()110 RETURNI(((S17*x2 + S15)*x4 + (S13*x2 + S11))*(x2*x*x4*x4) + in sinhl()114 RETURNI(((((((((((S25*dx2 + S23)*dx2 + in sinhl()122 RETURNI(s*(lo - 0.25/(hi + lo) + hi)); in sinhl()127 RETURNI(s*hexpl(fabsl(x))); in sinhl()
55 RETURNI(t); in roundl()60 RETURNI(-t); in roundl()
77 if (ix >= 0x7fff) RETURNI(x+x); /* x is inf, NaN or misnormal */ in asinhl()79 if (huge + x > one) RETURNI(x); /* return x inexact except 0 */ in asinhl()90 RETURNI((hx & 0x8000) == 0 ? w : -w); in asinhl()
73 RETURNI(__kernel_cosl(z.e, 0)); in cosl()94 RETURNI(hi); in cosl()
76 RETURNI(s ? -hi : hi); in tanl()94 RETURNI(hi); in tanl()
70 RETURNI(s ? -hi : hi); in sinl()92 RETURNI(hi); in sinl()
140 RETURNI(((T19*x2 + T17)*x4 + (T15*x2 + T13))*(x2*x*x2*x4*x4) + in tanhl()146 RETURNI(((((((((((((((T33*dx2 + T31)*dx2 + T29)*dx2 + T27)*dx2 + in tanhl()156 RETURNI(q + T3*(x2*x) + x); in tanhl()171 RETURNI(s*z); in tanhl()
60 RETURNI(x); in cbrtl()142 RETURNI(t); in cbrtl()
303 #define RETURNI(x) do { \ macro311 #define RETURNI(x) RETURNF(x) macro635 RETURNI(x); \643 RETURNI((x) + (y)); \
96 RETURNI(t * 2 * 0x1p16383L); in expl()98 RETURNI(t * twopk); in expl()101 RETURNI(t * twopk * twom10000); in expl()300 RETURNI(t); in expm1l()305 RETURNI(t / 2); in expm1l()309 RETURNI(t * twopk - 1); in expm1l()314 RETURNI(t * 2 * 0x1p16383L - 1); in expm1l()315 RETURNI(t * twopk - 1); in expm1l()325 RETURNI(t * twopk); in expm1l()
444 #define RETURN2(rp, h, l) RETURNI((h) + (l))