about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-128/e_jnl.c
Commit message (Expand)AuthorAgeFilesLines
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-031-2/+3
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* sysdeps/ieee754: prevent maybe-uninitialized errors with -O [BZ #19444]Martin Jansa2019-01-041-0/+4
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-271-2/+2
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-031-0/+1
* Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers2018-05-101-0/+1
* Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra2018-03-151-2/+2
* Consistently use uintN_t not u_intN_t in libm.Joseph Myers2017-08-031-2/+2
* ldbl-128: Use L(x) macro for long double constantsPaul E. Murphy2016-09-131-13/+13
* ldbl-128: Rename 'long double' to '_Float128'Paul E. Murphy2016-08-311-22/+22
* Fix j1, jn missing errno setting on underflow (bug 18611).Joseph Myers2015-10-231-1/+4
* Refactor code forcing underflow exceptions.Joseph Myers2015-09-231-5/+2
* Fix j1, jn missing underflows (bug 16559).Joseph Myers2015-06-291-0/+5
* Use round-to-nearest internally in jn, test with ALL_RM_TEST (bug 18602).Joseph Myers2015-06-251-184/+190
* This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...Wilco Dijkstra2015-06-031-2/+2
* Fix yn overflow handling in non-default rounding modes (bug 16561, bug 16562).Joseph Myers2014-06-271-64/+75
* Fix Bessel function error handling (bug 6807, bug 15901).Joseph Myers2013-12-041-1/+1
* Set up errno properly for yn.Marek Polacek2012-07-251-0/+4
* 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
* Optimize libmUlrich Drepper2011-10-121-20/+4
* Fix jn precisionPetr Baudis2011-09-091-1/+10
* Update.Andreas Jaeger2003-12-281-2/+2
* * sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permissionRoland McGrath2002-08-281-1/+4
* 2002-08-26 Brian Youmans <3diff@gnu.org>Roland McGrath2002-08-261-2/+17
* 128-bit long double Bessel functions jn and yn.Andreas Jaeger2001-08-301-0/+382