Age | Commit message (Expand) | Author |
2013-01-18 | Simplify calculation of 2^-m in __mpexp | Siddhesh Poyarekar |
2013-01-18 | Remove unnecessary multiplication with RADIXI | Siddhesh Poyarekar |
2013-01-17 | Fix header comment | Siddhesh Poyarekar |
2013-01-16 | Consolidate constant defines into mpa.h | Siddhesh Poyarekar |
2013-01-16 | Fix the value of TWO | Siddhesh Poyarekar |
2013-01-15 | Use libc_fe*() in 32-bit nearbyint() | David S. Miller |
2013-01-14 | Minor tweak to mp multiplication | Siddhesh Poyarekar |
2013-01-14 | Fix code formatting in mpa.c | Siddhesh Poyarekar |
2013-01-10 | Revert "Use ieee754/dbl-64/wordsize-64 on powerpc64" | Andreas Schwab |
2013-01-10 | Revert "sysdeps/ieee754/ldbl-128ibm/e_expl.c" | Andreas Schwab |
2013-01-10 | Fix formatting in mpexp.c | Siddhesh Poyarekar |
2013-01-10 | Make __mpexp_twomm1 an array of doubles | Siddhesh Poyarekar |
2013-01-10 | sysdeps/ieee754/ldbl-128ibm/e_expl.c | Andreas Schwab |
2013-01-10 | Use ieee754/dbl-64/wordsize-64 on powerpc64 | Andreas Schwab |
2013-01-09 | Update comments in mpa.c | Siddhesh Poyarekar |
2013-01-04 | Remove unused __cr and __cpymn | Siddhesh Poyarekar |
2013-01-04 | Fix code formatting | Siddhesh Poyarekar |
2013-01-04 | Clean up comment for MP_NO | Siddhesh Poyarekar |
2013-01-04 | Remove some commented code | Siddhesh Poyarekar |
2013-01-04 | Remove commented declarations | Siddhesh Poyarekar |
2013-01-04 | Remove argument variable name from function declaration | Siddhesh Poyarekar |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers |
2013-01-02 | Fix values in __mpexp_twomm1 | Siddhesh Poyarekar |
2013-01-02 | Split mantissa calculation loop and add branch prediction | Siddhesh Poyarekar |
2013-01-02 | Add assert for potential access beyond array bounds in m1np | Siddhesh Poyarekar |
2013-01-02 | Move more constants into static variables | Siddhesh Poyarekar |
2013-01-01 | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers |
2012-12-31 | Favour normal numbers | Siddhesh Poyarekar |
2012-12-29 | Demystify the magic number 134217729.0 | Siddhesh Poyarekar |
2012-12-28 | Remove unnecessary variable mptwoim1 | Siddhesh Poyarekar |
2012-12-28 | Replace more constants with their values | Siddhesh Poyarekar |
2012-12-28 | Replace constants with preprocessor defines | Siddhesh Poyarekar |
2012-12-27 | Remove redundant __mpexp_nn | Siddhesh Poyarekar |
2012-12-27 | Move mpone out to a global const | Siddhesh Poyarekar |
2012-12-05 | Include stdlib.h in sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c. | Joseph Myers |
2012-12-04 | Fix ldbl-128ibm "set but not used" warnings. | Joseph Myers |
2012-12-04 | Fix "conflicting types for built-in function" warnings from nldbl-*.c. | Joseph Myers |
2012-12-04 | Fix powl inaccuracy for ldbl-128ibm (bug 14914). | Joseph Myers |
2012-11-28 | Use hex float 64-bit values in ldbl-96 asinl (bug 14803). | Joseph Myers |
2012-11-22 | Fix ldbl-128ibm atanl spurious underflows (bug 14871). | Joseph Myers |
2012-11-22 | Fix sign of inexact zero results for ldbl-128ibm fmal. | Joseph Myers |
2012-11-22 | Fix ldbl-128ibm powl spurious underflows. | Joseph Myers |
2012-11-22 | Fix ldbl-128ibm hypotl internal underflows (bug 14869). | Joseph Myers |
2012-11-22 | Fix ldbl-128ibm hypotl inaccuracy for arguments with large ratio (bug 14868). | Joseph Myers |
2012-11-22 | Fix expm1l spurious underflows for ldbl-128ibm. | Joseph Myers |
2012-11-20 | Fix set-but-not-used warnings in ldbl-128 nearbyintl, rintl. | Joseph Myers |
2012-11-19 | Fix spurious underflows in ldbl-128 atan implementation. | David S. Miller |
2012-11-18 | Correct tinyness handling in long-double and float y0/y1. | David S. Miller |
2012-11-16 | Fix BZ #14811 for ldbl-128 too. | David S. Miller |
2012-11-16 | Don't generate underflow for very small values in log1pl. | David S. Miller |