aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)AuthorFilesLines
2014-04-02Fix catan, catanh, __ieee754_logf in round-downward mode (bug 16799, bug 16800).Joseph Myers1-1/+1
2014-04-02Correct IBM long double nextafterl.Alan Modra1-16/+33
2014-03-24Fix implicit __isinf declarations in exp.Joseph Myers1-0/+1
2014-03-24Fix dbl-64 exp overflow/underflow in non-default rounding modes (bug 16284).Joseph Myers1-143/+153
2014-03-21Fix log (1) in round-downward mode (bug 16731).Joseph Myers2-0/+6
2014-03-11Fix nextafter overflow in non-default rounding modes (bug 16677).Joseph Myers3-9/+16
2014-02-27Fix sign of input to bsloww1 (BZ #16623)Siddhesh Poyarekar1-6/+10
2014-02-11BZ #16447: Fix ldbl-128 expl implementation.Andreas Krebbel1-1/+1
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka42-129/+129
2014-01-15[BZ #16427] Fix ldbl-128 exp overflows.Andreas Krebbel1-13/+5
2014-01-08PowerPC: remove wrong truncl implementation for PowerPC64Adhemerval Zanella1-3/+0
2014-01-08Fix ldbl-128ibm expm1l on large arguments (bug 16408).Joseph Myers1-0/+2
2014-01-07Fix ldbl-128ibm coshl spurious overflows (bug 16407).Joseph Myers1-1/+1
2014-01-06Fix ldbl-128 / ldbl-128ibm lgammal spurious underflow (bug 16400).Joseph Myers1-1/+3
2014-01-02Fix ldbl-128ibm logl inaccuracy (bug 16386).Joseph Myers1-0/+8
2014-01-02Fix ldbl-128ibm asinhl inaccuracy (bug 16385).Joseph Myers1-1/+1
2014-01-02Fix ldbl-128ibm acoshl inaccuracy (bug 16384).Joseph Myers1-2/+2
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae205-205/+205
2013-12-27Fix typo in csloww()Allan McRae1-1/+1
2013-12-22Fix ldbl-128 lgammal for small negative arguments (bug 16337).Joseph Myers1-2/+2
2013-12-20Consolidate code to compute sin and cos from lookup tablesSiddhesh Poyarekar1-232/+129
2013-12-20Remove more redundant computations in s_sin.cSiddhesh Poyarekar1-42/+33
2013-12-20Remove redundant arguments in reduce_and_computeSiddhesh Poyarekar1-4/+4
2013-12-20Remove some redundant computations in s_sin.cSiddhesh Poyarekar1-24/+15
2013-12-18Compile e_sqrt.c with -ffp-contract=off.Marcus Shawcroft1-0/+1
2013-12-18Fix ldbl-128 logl for subnormals (bug 16338).Joseph Myers1-3/+2
2013-12-17Fix dbl-64 hypot spurious underflows (bug 16314).Joseph Myers1-1/+1
2013-12-17Fix hypot handling of subnormals (bug 16316, bug 16330).Joseph Myers3-0/+33
2013-12-16Minor code cleanup in s_sin.cSiddhesh Poyarekar1-20/+13
2013-12-11Consolidate definition of constant t22Siddhesh Poyarekar1-9/+3
2013-12-11Use double constants instead of the struct numberSiddhesh Poyarekar2-136/+106
2013-12-06PowerPC: multiarch logb/logbf/logbl for PowerPC32Adhemerval Zanella1-1/+2
2013-12-06PowerPC: multiarch finite/finitef for PowerPC32Adhemerval Zanella2-3/+12
2013-12-04Fix Bessel function error handling (bug 6807, bug 15901).Joseph Myers4-10/+13
2013-12-03Fix exp missing underflows (bug 15268, bug 15425).Joseph Myers1-3/+14
2013-12-03Fix erfc errno setting on underflow (bug 6786).Joseph Myers5-10/+65
2013-11-28Remove unused ldbl-96 functions (bug 15004).Joseph Myers16-1046/+0
2013-11-28Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271).Joseph Myers1-4/+34
2013-11-25PowerPC: Set/restore rounding mode only when neededAdhemerval Zanella4-21/+16
2013-11-20Add systemtap probe markers for sin, cos, asin and acosSiddhesh Poyarekar1-0/+5
2013-10-30rename configure.in to configure.acMike Frysinger2-1/+1
2013-10-28Consolidate conditionals in mp sin/cos functionsSiddhesh Poyarekar1-8/+6
2013-10-17Format floating routines.Ondřej Bílka58-2175/+2769
2013-10-11Add systemtap markers to math function slow pathsSiddhesh Poyarekar6-5/+45
2013-10-10Avoid ordered comparisons of NaNs in ldbl-128ibm acosl and asinl.Joseph Myers2-0/+4
2013-10-08Format e_pow.cSiddhesh Poyarekar1-260/+313
2013-10-08Format e_exp.cSiddhesh Poyarekar1-164/+242
2013-10-08Consolidate multiple precision sin/cos functionsSiddhesh Poyarekar2-125/+111
2013-10-04PowerPC floating point little-endian [6 of 15]Alan Modra1-28/+23
2013-10-04PowerPC floating point little-endian [5 of 15]Alan Modra2-56/+0