aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-128/e_j0l.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra1-2/+3
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2018-03-15Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra1-4/+4
2017-12-06Make some ldbl-128, ldbl-128ibm arrays const.Joseph Myers1-2/+2
2017-02-15Fix y0 and y1 exception handling for zero input [BZ #21134]Gabriel F. T. Gomes1-1/+1
2017-02-12ldbl-128: Fix y0 and y1 for -Inf input [BZ #21130]Gabriel F. T. Gomes1-6/+1
2016-09-13ldbl-128: Use L(x) macro for long double constantsPaul E. Murphy1-382/+382
2016-08-31ldbl-128: Rename 'long double' to '_Float128'Paul E. Murphy1-52/+52
2016-05-26Fix ldbl-128 j0l, j1l, y0l, y1l for sNaN argument (bug 20151).Joseph Myers1-2/+2
2015-10-21Fix ldbl-128 j0l spurious underflows (bug 19156).Joseph Myers1-0/+2
2015-06-03This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...Wilco Dijkstra1-2/+2
2013-03-21Fix Bessel function spurious overflows for ldbl-128 / ldbl-128ibm (bug 15285).Joseph Myers1-10/+17
2013-03-16Fix spurious underflow exceptions for Bessel functions for ldbl-128 / ldbl-12...Joseph Myers1-30/+38
2012-11-18Correct tinyness handling in long-double and float y0/y1.David S. Miller1-0/+3
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
2011-10-12Optimize libmUlrich Drepper1-0/+2
2008-05-10* sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.Ulrich Drepper1-2/+2
2008-04-12* sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto forUlrich Drepper1-9/+7
2003-12-28Update.Andreas Jaeger1-2/+2
2002-08-262002-08-26 Brian Youmans <3diff@gnu.org>Roland McGrath1-1/+15
2002-07-11Update.Ulrich Drepper1-6/+6
2001-11-26Update.Andreas Jaeger1-2/+2
2001-10-14Update.Ulrich Drepper1-37/+37
2001-08-27* sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.Andreas Jaeger1-4/+4
2001-08-11j0 implementation for 128-bit long doubles.Andreas Jaeger1-0/+908