Home
last modified time | relevance | path

Searched refs:__expm1l (Results 1 – 21 of 21) sorted by relevance

/sysdeps/ieee754/ldbl-128ibm/
A Ds_tanhl.c76 t = __expm1l(two*fabsl(x)); in __tanhl()
79 t = __expm1l(-two*fabsl(x)); in __tanhl()
A Ds_expm1l.c90 __expm1l (long double x) in __expm1l() function
151 libm_hidden_def (__expm1l)
152 long_double_symbol (libm, __expm1l, expm1l);
A De_coshl.c58 t = __expm1l(fabsl(x)); in __ieee754_coshl()
A De_sinhl.c62 t = __expm1l(fabsl(x)); in __ieee754_sinhl()
A De_gammal_r.c118 return ret + ret * __expm1l (exp_adj); in gammal_positive()
/sysdeps/m68k/m680x0/fpu/
A Ds_expm1l.c5 libm_hidden_def (__expm1l)
/sysdeps/ieee754/ldbl-96/
A Ds_tanhl.c78 t = __expm1l(two*fabsl(x)); in __tanhl()
81 t = __expm1l(-two*fabsl(x)); in __tanhl()
A De_coshl.c59 t = __expm1l(fabsl(x)); in __ieee754_coshl()
A De_sinhl.c66 t = __expm1l(fabsl(x)); in __ieee754_sinhl()
A De_gammal_r.c113 return ret + ret * __expm1l (exp_adj); in gammal_positive()
/sysdeps/ieee754/ldbl-128/
A Ds_tanhl.c81 t = __expm1l (two * u.value); in __tanhl()
86 t = __expm1l (-two * u.value); in __tanhl()
A Ds_expm1l.c94 __expm1l (_Float128 x) in __expm1l() function
167 libm_hidden_def (__expm1l)
A De_coshl.c83 t = __expm1l (u.value); in __ieee754_coshl()
A De_sinhl.c95 t = __expm1l (u.value); in __ieee754_sinhl()
A De_gammal_r.c119 return ret + ret * __expm1l (exp_adj); in gammal_positive()
/sysdeps/i386/fpu/
A DVersions4 __expl; __expm1l;
A De_expl.S32 # define IEEE754_EXPL __expm1l
220 libm_hidden_def (__expm1l)
/sysdeps/x86_64/fpu/
A De_expl.S33 # define IEEE754_EXPL __expm1l
216 libm_hidden_def (__expm1l)
/sysdeps/ieee754/float128/
A Dfloat128_private.h237 #define __expm1l __expm1f128 macro
/sysdeps/mach/hurd/i386/
A Dlibm.abilist90 GLIBC_2.2.6 __expm1l F
/sysdeps/unix/sysv/linux/i386/
A Dlibm.abilist397 GLIBC_2.2 __expm1l F

Completed in 15 milliseconds