Searched refs:__expm1l (Results 1 – 21 of 21) sorted by relevance
76 t = __expm1l(two*fabsl(x)); in __tanhl()79 t = __expm1l(-two*fabsl(x)); in __tanhl()
90 __expm1l (long double x) in __expm1l() function151 libm_hidden_def (__expm1l)152 long_double_symbol (libm, __expm1l, expm1l);
58 t = __expm1l(fabsl(x)); in __ieee754_coshl()
62 t = __expm1l(fabsl(x)); in __ieee754_sinhl()
118 return ret + ret * __expm1l (exp_adj); in gammal_positive()
5 libm_hidden_def (__expm1l)
78 t = __expm1l(two*fabsl(x)); in __tanhl()81 t = __expm1l(-two*fabsl(x)); in __tanhl()
59 t = __expm1l(fabsl(x)); in __ieee754_coshl()
66 t = __expm1l(fabsl(x)); in __ieee754_sinhl()
113 return ret + ret * __expm1l (exp_adj); in gammal_positive()
81 t = __expm1l (two * u.value); in __tanhl()86 t = __expm1l (-two * u.value); in __tanhl()
94 __expm1l (_Float128 x) in __expm1l() function167 libm_hidden_def (__expm1l)
83 t = __expm1l (u.value); in __ieee754_coshl()
95 t = __expm1l (u.value); in __ieee754_sinhl()
119 return ret + ret * __expm1l (exp_adj); in gammal_positive()
4 __expl; __expm1l;
32 # define IEEE754_EXPL __expm1l220 libm_hidden_def (__expm1l)
33 # define IEEE754_EXPL __expm1l216 libm_hidden_def (__expm1l)
237 #define __expm1l __expm1f128 macro
90 GLIBC_2.2.6 __expm1l F
397 GLIBC_2.2 __expm1l F
Completed in 15 milliseconds