Searched refs:__expm1 (Results 1 – 23 of 23) sorted by relevance
/glibc-2.36/sysdeps/m68k/m680x0/fpu/ |
D | s_expm1_template.c | 24 M_DECL_FUNC (__expm1) (FLOAT x) in M_DECL_FUNC() argument 28 return __m81_u(M_SUF (__expm1)) (x); in M_DECL_FUNC() 30 declare_mgen_alias (__expm1, expm1)
|
D | mathimpl.h | 68 __inline_mathop(__expm1, etoxm1,)
|
/glibc-2.36/sysdeps/i386/fpu/ |
D | s_expm1.S | 48 ENTRY(__expm1) 110 END(__expm1) 111 libm_alias_double (__expm1, expm1)
|
D | s_expm1f.S | 111 libm_alias_float (__expm1, expm1)
|
D | e_expl.S | 221 libm_alias_ldouble (__expm1, expm1)
|
/glibc-2.36/sysdeps/ieee754/dbl-64/ |
D | s_tanh.c | 80 t = __expm1 (two * fabs (x)); in __tanh() 85 t = __expm1 (-two * fabs (x)); in __tanh()
|
D | s_expm1.c | 134 __expm1 (double x) in __expm1() function 261 libm_alias_double (__expm1, expm1)
|
D | e_cosh.c | 56 t = __expm1(fabs(x)); in __ieee754_cosh()
|
D | e_sinh.c | 71 t = __expm1 (fabs (x)); in __ieee754_sinh()
|
D | e_gamma_r.c | 115 l1 += h1 * __expm1 (exp_adj); in gamma_positive()
|
/glibc-2.36/sysdeps/ieee754/ldbl-128/ |
D | s_expm1l.c | 168 libm_alias_ldouble (__expm1, expm1)
|
/glibc-2.36/sysdeps/ieee754/flt-32/ |
D | s_expm1f.c | 132 libm_alias_float (__expm1, expm1)
|
/glibc-2.36/sysdeps/x86_64/fpu/ |
D | e_expl.S | 217 libm_alias_ldouble (__expm1, expm1)
|
/glibc-2.36/sysdeps/ia64/fpu/ |
D | s_expm1f.S | 614 libm_alias_float_other (__expm1, expm1)
|
D | s_expm1.S | 833 libm_alias_double_other (__expm1, expm1)
|
D | s_expm1l.S | 679 libm_alias_ldouble_other (__expm1, expm1)
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.1 | 150 * sysdeps/m68k/fpu/__math.h (__expm1): Define just like expm1. 203 * math/math.h: Declare __expm1. 234 math/bsd/common_source/__expm1.c, math/bsd/common_source/fmod.c, 1036 * sysdeps/m68k/fpu/__expm1.c, sysdeps/m68k/fpu/__rint.c, 2434 * math/bsd/common_source/mathimpl.h: #define expm1 __expm1. 2435 * math/bsd/common_source/expm1.c: Renamed to __expm1.c 2436 * math/bsd/mc68881/expm1.s: Renamed to __expm1.s; renamed fn too. 2437 * math/expm1.c: New file, fn alias expm1 -> __expm1.
|
D | ChangeLog.4 | 1682 * sysdeps/generic/__expm1.c: Incorporated from BSD 4.4-Lite.
|
D | ChangeLog.2 | 1766 * sysdeps/generic/__expm1.c, sysdeps/generic/asinh.c,
|
D | ChangeLog.5 | 10134 * sysdeps/generic/__expm1.c: Renamed to expm1.c; added weak alias 10136 * sysdeps/m68k/fpu/__expm1.c: Likewise.
|
D | ChangeLog.9 | 1599 * sysdeps/libm-ieee754/s_expm1.c (__expm1): Avoid -Wparentheses
|
D | ChangeLog.18 | 30886 (__expm1): Use DBL_CHECK_FORCE_UFLOW. Move underflow check after 30980 * sysdeps/ieee754/dbl-64/s_expm1.c (__expm1): Likewise. 35578 (__expm1): Force underflow exception for arguments with small 35584 (__expm1): Force underflow exception for arguments with small 35590 Check for small arguments before calling __expm1. 49538 small arguments before calling __expm1. 59124 * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise. 79885 * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
|
D | ChangeLog.19 | 38982 * sysdeps/ieee754/dbl-64/s_expm1.c (__expm1): Likewise.
|