Age | Commit message (Expand) | Author |
2013-12-20 | Consolidate code to compute sin and cos from lookup tables | Siddhesh Poyarekar |
2013-12-20 | Remove more redundant computations in s_sin.c | Siddhesh Poyarekar |
2013-12-20 | Remove redundant arguments in reduce_and_compute | Siddhesh Poyarekar |
2013-12-20 | Remove some redundant computations in s_sin.c | Siddhesh Poyarekar |
2013-12-18 | Compile e_sqrt.c with -ffp-contract=off. | Marcus Shawcroft |
2013-12-18 | Fix ldbl-128 logl for subnormals (bug 16338). | Joseph Myers |
2013-12-17 | Fix dbl-64 hypot spurious underflows (bug 16314). | Joseph Myers |
2013-12-17 | Fix hypot handling of subnormals (bug 16316, bug 16330). | Joseph Myers |
2013-12-16 | Minor code cleanup in s_sin.c | Siddhesh Poyarekar |
2013-12-11 | Consolidate definition of constant t22 | Siddhesh Poyarekar |
2013-12-11 | Use double constants instead of the struct number | Siddhesh Poyarekar |
2013-12-06 | PowerPC: multiarch logb/logbf/logbl for PowerPC32 | Adhemerval Zanella |
2013-12-06 | PowerPC: multiarch finite/finitef for PowerPC32 | Adhemerval Zanella |
2013-12-04 | Fix Bessel function error handling (bug 6807, bug 15901). | Joseph Myers |
2013-12-03 | Fix exp missing underflows (bug 15268, bug 15425). | Joseph Myers |
2013-12-03 | Fix erfc errno setting on underflow (bug 6786). | Joseph Myers |
2013-11-28 | Remove unused ldbl-96 functions (bug 15004). | Joseph Myers |
2013-11-28 | Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271). | Joseph Myers |
2013-11-25 | PowerPC: Set/restore rounding mode only when needed | Adhemerval Zanella |
2013-11-20 | Add systemtap probe markers for sin, cos, asin and acos | Siddhesh Poyarekar |
2013-10-30 | rename configure.in to configure.ac | Mike Frysinger |
2013-10-28 | Consolidate conditionals in mp sin/cos functions | Siddhesh Poyarekar |
2013-10-17 | Format floating routines. | Ondřej Bílka |
2013-10-11 | Add systemtap markers to math function slow paths | Siddhesh Poyarekar |
2013-10-10 | Avoid ordered comparisons of NaNs in ldbl-128ibm acosl and asinl. | Joseph Myers |
2013-10-08 | Format e_pow.c | Siddhesh Poyarekar |
2013-10-08 | Format e_exp.c | Siddhesh Poyarekar |
2013-10-08 | Consolidate multiple precision sin/cos functions | Siddhesh Poyarekar |
2013-10-04 | PowerPC floating point little-endian [6 of 15] | Alan Modra |
2013-10-04 | PowerPC floating point little-endian [5 of 15] | Alan Modra |
2013-10-04 | PowerPC floating point little-endian [4 of 15] | Alan Modra |
2013-10-04 | PowerPC floating point little-endian [3 of 15] | Alan Modra |
2013-10-04 | PowerPC floating point little-endian [2 of 15] | Alan Modra |
2013-10-04 | PowerPC floating point little-endian [1 of 15] | Alan Modra |
2013-10-04 | Fix for [BZ #15680] IBM long double inaccuracy | Alan Modra |
2013-10-04 | IBM long double mechanical changes to support little-endian | Alan Modra |
2013-09-19 | Consolidate common code into macros | Siddhesh Poyarekar |
2013-09-19 | Consolidate sin/cos table lookup code | Siddhesh Poyarekar |
2013-09-19 | Consolidate sin/cos computation for large inputs | Siddhesh Poyarekar |
2013-09-19 | Remove redundant goto lines | Siddhesh Poyarekar |
2013-09-18 | Format sincos32.c | Siddhesh Poyarekar |
2013-09-10 | Remove DO_NOT_USE_THIS conditionals. | Ondřej Bílka |
2013-09-04 | Remove --disable-versioning. | Joseph Myers |
2013-09-03 | Fix lgammaf spurious underflow (bug 15427). | Joseph Myers |
2013-09-02 | Fix spurious jnf underflows (bug 14155). | Joseph Myers |
2013-08-30 | Fix typos. | Ondřej Bílka |
2013-08-29 | [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases | Thomas Schwinge |
2013-08-20 | Fix cproj handling of (finite, NaN) arguments (bug 15531). | Joseph Myers |
2013-08-13 | Fix cbrtl for ldbl-96 | Andreas Schwab |
2013-06-15 | Fix spurious "inexact" exceptions from dbl-64 sqrt (bug 15631). | Joseph Myers |