about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/e_jn.c
Commit message (Expand)AuthorAgeFilesLines
* 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