Searched refs:RETURNI (Results 1 – 10 of 10) 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()
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()
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()
76 RETURNI(s ? -hi : hi); in tanl()94 RETURNI(hi); in tanl()
73 RETURNI(__kernel_cosl(z.e, 0)); in cosl()94 RETURNI(hi); in cosl()
70 RETURNI(s ? -hi : hi); in sinl()92 RETURNI(hi); in sinl()
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)); \
294 RETURNI(t * 2 * 0x1p16383L); in expl()295 RETURNI(t * twopk); in expl()297 RETURNI(t * twopkp10000 * twom10000); in expl()410 RETURNI(x == 0 ? x : in expm1l()431 RETURNI(hx2_lo + x_lo + q + (hx2_hi + x_hi)); in expm1l()433 RETURNI(hx2_lo + q + hx2_hi + x); in expm1l()468 RETURNI(t); in expm1l()473 RETURNI(t / 2); in expm1l()477 RETURNI(t * twopk - 1); in expm1l()482 RETURNI(t * 2 * 0x1p16383L - 1); in expm1l()[all …]
444 #define RETURN2(rp, h, l) RETURNI((h) + (l))