about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/e_jn.c
Commit message (Expand)AuthorAgeFilesLines
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-031-2/+3
* sysdeps/ieee754: prevent maybe-uninitialized errors with -O [BZ #19444]Martin Jansa2019-01-041-0/+2
* 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
* Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers2018-05-091-0/+1
* Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra2018-03-151-2/+2
* [BZ #22244] Fix yn(n,0) without SVID wrapperSzabolcs Nagy2017-10-041-5/+5
* Consistently use uintN_t not u_intN_t in libm.Joseph Myers2017-08-031-3/+3
* Fix j1, jn missing errno setting on underflow (bug 18611).Joseph Myers2015-10-231-1/+5
* 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-153/+159
* 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-53/+64
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-6/+6
* Format floating routines.Ondřej Bílka2013-10-171-220/+258
* 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
* Optimize libmUlrich Drepper2011-10-121-48/+34
* Fix jn precisionPetr Baudis2011-09-091-1/+10
* Update.Andreas Jaeger2003-12-281-3/+3
* Little optimization, use sincos.Ulrich Drepper2001-02-131-8/+14
* Update.Ulrich Drepper2000-10-251-23/+23
* Update.Ulrich Drepper1999-07-141-0/+281