aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-128/s_expm1l.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers1-1/+1
2018-05-10Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers1-0/+1
2017-10-06Use libm_alias_ldouble for ldbl-128 functions.Joseph Myers1-1/+2
2016-09-13ldbl-128: Use L(x) macro for long double constantsPaul E. Murphy1-23/+23
2016-08-31ldbl-128: Rename 'long double' to '_Float128'Paul E. Murphy1-4/+4
2016-06-09Fix ldbl-128 expm1l (sNaN) (bug 20232).Joseph Myers1-2/+2
2015-09-23Refactor code forcing underflow exceptions.Joseph Myers1-5/+1
2015-09-16Clean up ldbl-128 / ldbl-128ibm expm1l dead code (bug 16415).Joseph Myers1-16/+2
2015-07-01Fix ldbl-128 expm1l (-min_subnorm) result sign (bug 18619).Joseph Myers1-3/+12
2014-06-30Fix ldbl-128 expm1l spurious underflow (bug 16539).Joseph Myers1-0/+5
2013-06-05Remove trailing whitespace.Joseph Myers1-1/+1
2012-03-13Fix generic ldbl-128 expm1l just like x86-64 and i386 variants were.David S. Miller1-0/+5
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson1-2/+2
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-2/+2
2010-01-16sysdeps/ieee754/ldbl-128/ fixesJakub Jelinek1-1/+1
2009-05-29Fix errno for boundary conditions in 128-bit long double.Ulrich Drepper1-1/+5
2008-05-10* sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.Ulrich Drepper1-1/+1
2002-09-10Update.Ulrich Drepper1-1/+1
2002-08-262002-08-26 Brian Youmans <3diff@gnu.org>Roland McGrath1-1/+16
2002-07-11Update.Ulrich Drepper1-3/+0
2001-10-14Update.Ulrich Drepper1-3/+3
2001-07-23Update.Andreas Jaeger1-10/+14
2001-05-15expm1 implementation for 128-bit long double.Andreas Jaeger1-0/+145