about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-96/e_j1l.c
Commit message (Expand)AuthorAgeFilesLines
* Adjust thresholds in Bessel function implementations (bug 14469).Joseph Myers2020-02-141-2/+2
* 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
* 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-4/+4
* Don't make local variables static in ldbl-96 j1l.Joseph Myers2017-12-061-1/+1
* Consistently use uintN_t not u_intN_t in libm.Joseph Myers2017-08-031-4/+4
* 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 j1, jn missing underflows (bug 16559).Joseph Myers2015-06-291-2/+11
* This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...Wilco Dijkstra2015-06-031-1/+1
* Avoid uninitialized warnings in Bessel functions.Joseph Myers2015-02-261-2/+4
* Set errno for y1 overflow (bug 17050).Joseph Myers2014-06-231-1/+5
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-8/+8
* Fix y1l spurious overflows for ldbl-96 (bug 15283).Joseph Myers2013-03-161-1/+1
* 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
* Avoid warnings about unused variable in 96-bit j0l and j1lUlrich Drepper2011-11-121-2/+2
* Optimize libmUlrich Drepper2011-10-121-135/+21
* 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
* * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Use sincos Andreas Jaeger2001-04-071-4/+2
* Update.Ulrich Drepper2001-02-191-0/+635