aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64/e_jn.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra1-2/+3
2019-01-04sysdeps/ieee754: prevent maybe-uninitialized errors with -O [BZ #19444]Martin Jansa1-0/+2
2018-09-27Use copysign functions not __copysign functions in glibc libm.Joseph Myers1-2/+2
2018-09-03Do not include fenv_private.h in math_private.h.Joseph Myers1-0/+1
2018-05-10Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers1-0/+1
2018-05-09Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers1-0/+1
2018-03-15Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra1-2/+2
2017-10-04[BZ #22244] Fix yn(n,0) without SVID wrapperSzabolcs Nagy1-5/+5
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers1-3/+3
2015-10-23Fix j1, jn missing errno setting on underflow (bug 18611).Joseph Myers1-1/+5
2015-09-23Refactor code forcing underflow exceptions.Joseph Myers1-5/+2
2015-06-29Fix j1, jn missing underflows (bug 16559).Joseph Myers1-0/+5
2015-06-25Use round-to-nearest internally in jn, test with ALL_RM_TEST (bug 18602).Joseph Myers1-153/+159
2015-06-03This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...Wilco Dijkstra1-2/+2
2014-06-27Fix yn overflow handling in non-default rounding modes (bug 16561, bug 16562).Joseph Myers1-53/+64
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-6/+6
2013-10-17Format floating routines.Ondřej Bílka1-220/+258
2012-07-25Set up errno properly for yn.Marek Polacek1-0/+4
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson1-2/+2
2011-10-12Optimize libmUlrich Drepper1-48/+34
2011-09-09Fix jn precisionPetr Baudis1-1/+10
2003-12-28Update.Andreas Jaeger1-3/+3
2001-02-13Little optimization, use sincos.Ulrich Drepper1-8/+14
2000-10-25Update.Ulrich Drepper1-23/+23
1999-07-14Update.Ulrich Drepper1-0/+281