about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-128/e_j1l.c
Commit message (Expand)AuthorAgeFilesLines
* Fix y0 and y1 exception handling for zero input [BZ #21134]Gabriel F. T. Gomes2017-02-151-1/+1
* ldbl-128: Fix y0 and y1 for -Inf input [BZ #21130]Gabriel F. T. Gomes2017-02-121-6/+1
* ldbl-128: Use L(x) macro for long double constantsPaul E. Murphy2016-09-131-381/+381
* ldbl-128: Rename 'long double' to '_Float128'Paul E. Murphy2016-08-311-52/+52
* Fix ldbl-128 j0l, j1l, y0l, y1l for sNaN argument (bug 20151).Joseph Myers2016-05-261-2/+2
* Fix j1, jn missing errno setting on underflow (bug 18611).Joseph Myers2015-10-231-0/+2
* Refactor code forcing underflow exceptions.Joseph Myers2015-09-231-5/+1
* Fix ldbl-128 j1l spurious underflows (bug 18612).Joseph Myers2015-06-291-0/+10
* This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...Wilco Dijkstra2015-06-031-3/+3
* Set errno for y1 overflow (bug 17050).Joseph Myers2014-06-231-1/+7
* [BZ #16824] Fix failing y1 due to too large ulps in downward/upward rounding ...Stefan Liebler2014-04-161-0/+1
* Fix Bessel function spurious overflows for ldbl-128 / ldbl-128ibm (bug 15285).Joseph Myers2013-03-211-10/+17
* Fix spurious underflow exceptions for Bessel functions for ldbl-128 / ldbl-12...Joseph Myers2013-03-161-28/+41
* Correct tinyness handling in long-double and float y0/y1.David S. Miller2012-11-181-0/+2
* 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-0/+2
* * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.Ulrich Drepper2008-05-101-2/+2
* * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto forUlrich Drepper2008-04-121-9/+7
* Update.Andreas Jaeger2003-12-281-2/+2
* 2002-08-26 Brian Youmans <3diff@gnu.org>Roland McGrath2002-08-261-1/+15
* Update.Andreas Jaeger2001-11-261-7/+4
* Update.Ulrich Drepper2001-10-141-37/+37
* j1l/y1l implementation.Andreas Jaeger2001-08-241-0/+918