about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0288-88/+88
* Fix libm mpone, mptwo namespace (bug 17616).Joseph Myers2014-11-187-13/+13
* Force eval for fma implementationsRichard Henderson2014-08-011-5/+6
* Fix yn overflow handling in non-default rounding modes (bug 16561, bug 16562).Joseph Myers2014-06-271-53/+64
* Fix exp10 spurious underflows (bug 16560).Joseph Myers2014-06-251-0/+2
* Fix cosh spurious underflows from expm1 (bug 16354), inaccurate results near ...Joseph Myers2014-06-231-2/+2
* Set errno for y1 overflow (bug 17050).Joseph Myers2014-06-231-1/+5
* Fix pow overflow in non-default rounding modes (bug 16315).Joseph Myers2014-06-231-20/+41
* [BZ #6803] Set errno for scalbln, scalbnStefan Liebler2014-06-202-4/+0
* Fix erf underflow handling near 0 (bug 16516).Joseph Myers2014-05-141-2/+10
* [BZ #16823] Fix log1pl returning wrong infinity signStefan Liebler2014-04-291-1/+1
* Fix implicit __isinf declarations in exp.Joseph Myers2014-03-241-0/+1
* Fix dbl-64 exp overflow/underflow in non-default rounding modes (bug 16284).Joseph Myers2014-03-241-143/+153
* Fix log (1) in round-downward mode (bug 16731).Joseph Myers2014-03-211-0/+4
* Fix sign of input to bsloww1 (BZ #16623)Siddhesh Poyarekar2014-02-271-6/+10
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-1025-74/+74
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0188-88/+88
* Fix typo in csloww()Allan McRae2013-12-271-1/+1
* Consolidate code to compute sin and cos from lookup tablesSiddhesh Poyarekar2013-12-201-232/+129
* Remove more redundant computations in s_sin.cSiddhesh Poyarekar2013-12-201-42/+33
* Remove redundant arguments in reduce_and_computeSiddhesh Poyarekar2013-12-201-4/+4
* Remove some redundant computations in s_sin.cSiddhesh Poyarekar2013-12-201-24/+15
* Compile e_sqrt.c with -ffp-contract=off.Marcus Shawcroft2013-12-181-0/+1
* Fix dbl-64 hypot spurious underflows (bug 16314).Joseph Myers2013-12-171-1/+1
* Fix hypot handling of subnormals (bug 16316, bug 16330).Joseph Myers2013-12-171-0/+11
* Minor code cleanup in s_sin.cSiddhesh Poyarekar2013-12-161-20/+13
* Consolidate definition of constant t22Siddhesh Poyarekar2013-12-111-9/+3
* Use double constants instead of the struct numberSiddhesh Poyarekar2013-12-112-136/+106
* PowerPC: multiarch finite/finitef for PowerPC32Adhemerval Zanella2013-12-061-2/+6
* Fix exp missing underflows (bug 15268, bug 15425).Joseph Myers2013-12-031-3/+14
* Fix erfc errno setting on underflow (bug 6786).Joseph Myers2013-12-031-2/+15
* Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271).Joseph Myers2013-11-281-4/+34
* Add systemtap probe markers for sin, cos, asin and acosSiddhesh Poyarekar2013-11-201-0/+5
* Consolidate conditionals in mp sin/cos functionsSiddhesh Poyarekar2013-10-281-8/+6
* Format floating routines.Ondřej Bílka2013-10-1758-2175/+2769
* Add systemtap markers to math function slow pathsSiddhesh Poyarekar2013-10-116-5/+45
* Format e_pow.cSiddhesh Poyarekar2013-10-081-260/+313
* Format e_exp.cSiddhesh Poyarekar2013-10-081-164/+242
* Consolidate multiple precision sin/cos functionsSiddhesh Poyarekar2013-10-082-125/+111
* Consolidate common code into macrosSiddhesh Poyarekar2013-09-191-74/+62
* Consolidate sin/cos table lookup codeSiddhesh Poyarekar2013-09-191-114/+35
* Consolidate sin/cos computation for large inputsSiddhesh Poyarekar2013-09-191-47/+36
* Remove redundant goto linesSiddhesh Poyarekar2013-09-191-40/+3
* Format sincos32.cSiddhesh Poyarekar2013-09-181-236/+254
* Remove DO_NOT_USE_THIS conditionals.Ondřej Bílka2013-09-105-97/+0
* Fix spurious "inexact" exceptions from dbl-64 sqrt (bug 15631).Joseph Myers2013-06-151-2/+15
* Fix leading whitespaces.Ondrej Bilka2013-06-061-3/+3
* Remove trailing whitespace.Joseph Myers2013-06-051-6/+6
* Fix nearbyint scheduling of arithmetic past fesetenv (bug 15490).Joseph Myers2013-05-191-0/+2
* Fix remainder exceptions and directed-rounding results (bugs 15480, 15485).Joseph Myers2013-05-171-0/+1