summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)Author
2014-01-15[BZ #16427] Fix ldbl-128 exp overflows.Andreas Krebbel
2014-01-08PowerPC: remove wrong truncl implementation for PowerPC64Adhemerval Zanella
2014-01-08Fix ldbl-128ibm expm1l on large arguments (bug 16408).Joseph Myers
2014-01-07Fix ldbl-128ibm coshl spurious overflows (bug 16407).Joseph Myers
2014-01-06Fix ldbl-128 / ldbl-128ibm lgammal spurious underflow (bug 16400).Joseph Myers
2014-01-02Fix ldbl-128ibm logl inaccuracy (bug 16386).Joseph Myers
2014-01-02Fix ldbl-128ibm asinhl inaccuracy (bug 16385).Joseph Myers
2014-01-02Fix ldbl-128ibm acoshl inaccuracy (bug 16384).Joseph Myers
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-27Fix typo in csloww()Allan McRae
2013-12-22Fix ldbl-128 lgammal for small negative arguments (bug 16337).Joseph Myers
2013-12-20Consolidate code to compute sin and cos from lookup tablesSiddhesh Poyarekar
2013-12-20Remove more redundant computations in s_sin.cSiddhesh Poyarekar
2013-12-20Remove redundant arguments in reduce_and_computeSiddhesh Poyarekar
2013-12-20Remove some redundant computations in s_sin.cSiddhesh Poyarekar
2013-12-18Compile e_sqrt.c with -ffp-contract=off.Marcus Shawcroft
2013-12-18Fix ldbl-128 logl for subnormals (bug 16338).Joseph Myers
2013-12-17Fix dbl-64 hypot spurious underflows (bug 16314).Joseph Myers
2013-12-17Fix hypot handling of subnormals (bug 16316, bug 16330).Joseph Myers
2013-12-16Minor code cleanup in s_sin.cSiddhesh Poyarekar
2013-12-11Consolidate definition of constant t22Siddhesh Poyarekar
2013-12-11Use double constants instead of the struct numberSiddhesh Poyarekar
2013-12-06PowerPC: multiarch logb/logbf/logbl for PowerPC32Adhemerval Zanella
2013-12-06PowerPC: multiarch finite/finitef for PowerPC32Adhemerval Zanella
2013-12-04Fix Bessel function error handling (bug 6807, bug 15901).Joseph Myers
2013-12-03Fix exp missing underflows (bug 15268, bug 15425).Joseph Myers
2013-12-03Fix erfc errno setting on underflow (bug 6786).Joseph Myers
2013-11-28Remove unused ldbl-96 functions (bug 15004).Joseph Myers
2013-11-28Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271).Joseph Myers
2013-11-25PowerPC: Set/restore rounding mode only when neededAdhemerval Zanella
2013-11-20Add systemtap probe markers for sin, cos, asin and acosSiddhesh Poyarekar
2013-10-30rename configure.in to configure.acMike Frysinger
2013-10-28Consolidate conditionals in mp sin/cos functionsSiddhesh Poyarekar
2013-10-17Format floating routines.Ondřej Bílka
2013-10-11Add systemtap markers to math function slow pathsSiddhesh Poyarekar
2013-10-10Avoid ordered comparisons of NaNs in ldbl-128ibm acosl and asinl.Joseph Myers
2013-10-08Format e_pow.cSiddhesh Poyarekar
2013-10-08Format e_exp.cSiddhesh Poyarekar
2013-10-08Consolidate multiple precision sin/cos functionsSiddhesh Poyarekar
2013-10-04PowerPC floating point little-endian [6 of 15]Alan Modra
2013-10-04PowerPC floating point little-endian [5 of 15]Alan Modra
2013-10-04PowerPC floating point little-endian [4 of 15]Alan Modra
2013-10-04PowerPC floating point little-endian [3 of 15]Alan Modra
2013-10-04PowerPC floating point little-endian [2 of 15]Alan Modra
2013-10-04PowerPC floating point little-endian [1 of 15]Alan Modra
2013-10-04Fix for [BZ #15680] IBM long double inaccuracyAlan Modra
2013-10-04IBM long double mechanical changes to support little-endianAlan Modra
2013-09-19Consolidate common code into macrosSiddhesh Poyarekar
2013-09-19Consolidate sin/cos table lookup codeSiddhesh Poyarekar
2013-09-19Consolidate sin/cos computation for large inputsSiddhesh Poyarekar