about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-128/s_expm1l.c
Commit message (Expand)AuthorAgeFilesLines
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-141-1/+1
* Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers2018-05-101-0/+1
* Use libm_alias_ldouble for ldbl-128 functions.Joseph Myers2017-10-061-1/+2
* ldbl-128: Use L(x) macro for long double constantsPaul E. Murphy2016-09-131-23/+23
* ldbl-128: Rename 'long double' to '_Float128'Paul E. Murphy2016-08-311-4/+4
* Fix ldbl-128 expm1l (sNaN) (bug 20232).Joseph Myers2016-06-091-2/+2
* Refactor code forcing underflow exceptions.Joseph Myers2015-09-231-5/+1
* Clean up ldbl-128 / ldbl-128ibm expm1l dead code (bug 16415).Joseph Myers2015-09-161-16/+2
* Fix ldbl-128 expm1l (-min_subnorm) result sign (bug 18619).Joseph Myers2015-07-011-3/+12
* Fix ldbl-128 expm1l spurious underflow (bug 16539).Joseph Myers2014-06-301-0/+5
* Remove trailing whitespace.Joseph Myers2013-06-051-1/+1
* Fix generic ldbl-128 expm1l just like x86-64 and i386 variants were.David S. Miller2012-03-131-0/+5
* Use <> for math.h and math_private.h everywhere.Richard Henderson2012-03-091-2/+2
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-2/+2
* sysdeps/ieee754/ldbl-128/ fixesJakub Jelinek2010-01-161-1/+1
* Fix errno for boundary conditions in 128-bit long double.Ulrich Drepper2009-05-291-1/+5
* * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.Ulrich Drepper2008-05-101-1/+1
* Update.Ulrich Drepper2002-09-101-1/+1
* 2002-08-26 Brian Youmans <3diff@gnu.org>Roland McGrath2002-08-261-1/+16
* Update.Ulrich Drepper2002-07-111-3/+0
* Update.Ulrich Drepper2001-10-141-3/+3
* Update.Andreas Jaeger2001-07-231-10/+14
* expm1 implementation for 128-bit long double.Andreas Jaeger2001-05-151-0/+145