Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Cleanup formatting. | Andreas Jaeger | 2012-03-15 | 1 | -1/+0 | |
| | ||||||
* | Merge branch 'master' into bug13658-branch | Andreas Jaeger | 2012-03-14 | 12 | -423/+251 | |
|\ | ||||||
| * | Fix csqrt overflow/underflow (bug 13841). | Joseph Myers | 2012-03-14 | 4 | -6/+90 | |
| | | ||||||
| * | Add tests for hypot overflow/underflow. | Joseph Myers | 2012-03-14 | 1 | -0/+13 | |
| | | ||||||
| * | Move math/math_private.h to sysdeps/generic/math_private.h. | Richard Henderson | 2012-03-09 | 1 | -392/+0 | |
| | | | | | | | | This reverts commit 60d6f5a6f50d838bcb4240fcc0223cac445c6c83. | |||||
| * | Fix signs of zeros from casinh, cacosh etc. (bug 10716). | Joseph Myers | 2012-03-07 | 7 | -17/+148 | |
| | | ||||||
| * | Remove distribute variable from Makefiles | Ulrich Drepper | 2012-03-07 | 1 | -8/+0 | |
| | | ||||||
* | | Add further tests | Andreas Jaeger | 2012-03-08 | 1 | -0/+2 | |
| | | ||||||
* | | [BZ #13658] | Andreas Jaeger | 2012-03-07 | 1 | -0/+2 | |
|/ | | | | | | * sysdeps/x86_64/fpu/s_sincos.S: Delete. * math/libm-test.inc (sincos_test): Add test for large input. | |||||
* | Fix pow in non-default rounding modes (bug 3976). | Joseph Myers | 2012-03-05 | 1 | -0/+109 | |
| | ||||||
* | Test cosh, sinh in non-default rounding modes (bug 3976). | Joseph Myers | 2012-03-05 | 1 | -0/+225 | |
| | ||||||
* | Remove oldish __GNUC_PREREQ. | Marek Polacek | 2012-03-03 | 1 | -6/+0 | |
| | ||||||
* | Fix sin, cos, tan in non-default rounding modes (bug 3976). | Joseph Myers | 2012-03-02 | 1 | -0/+421 | |
| | ||||||
* | Fix scalbn, scalbln integer overflow. | Joseph Myers | 2012-03-02 | 1 | -0/+38 | |
| | ||||||
* | Fix exp in non-default rounding modes (bug 3976). | Joseph Myers | 2012-03-02 | 1 | -0/+112 | |
| | ||||||
* | Improve erfc accuracy. | Joseph Myers | 2012-03-01 | 1 | -0/+6 | |
| | ||||||
* | Add test for bug 5794 (incorrect expm1 overflow). | Joseph Myers | 2012-02-29 | 1 | -0/+4 | |
| | ||||||
* | Move misplaced llround test and add lround test from bug 2561. | Joseph Myers | 2012-02-29 | 1 | -1/+2 | |
| | ||||||
* | Fix nearbyintf rounding. | Joseph Myers | 2012-02-22 | 1 | -0/+23 | |
| | ||||||
* | Fix rintf rounding. | Joseph Myers | 2012-02-22 | 1 | -0/+80 | |
| | ||||||
* | Use non-signaling floating-point comparisons in math functions. | Aurelien Jarno | 2012-02-19 | 35 | -75/+101 | |
| | ||||||
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 188 | -564/+376 | |
| | ||||||
* | Add tst-CMPLX2 test. | Marek Polacek | 2012-02-07 | 2 | -1/+150 | |
| | ||||||
* | Fix loss of precision in jn tests | Andreas Schwab | 2012-02-07 | 1 | -9/+9 | |
| | ||||||
* | Include <stdio.h> in math/tst-CMPLX.c. | Joseph Myers | 2012-02-03 | 1 | -0/+1 | |
| | ||||||
* | Use -msse2avx option for x86-64 libm functions | Ulrich Drepper | 2012-01-28 | 1 | -8/+0 | |
| | ||||||
* | Remove __STDC__ conditionals from libm. | Joseph Myers | 2012-01-27 | 9 | -61/+10 | |
| | ||||||
* | Remove __STDC__ conditionals from installed headers. | Joseph Myers | 2012-01-26 | 2 | -28/+10 | |
| | ||||||
* | Add const attribute to fmin and fmax | Ulrich Drepper | 2012-01-10 | 1 | -2/+2 | |
| | ||||||
* | Optimize ldexp and scalbn | Ulrich Drepper | 2012-01-10 | 1 | -1/+8 | |
| | ||||||
* | Add test for CMPLX macros | Ulrich Drepper | 2012-01-08 | 2 | -1/+57 | |
| | ||||||
* | Fix typo in CMPLXL | Ulrich Drepper | 2012-01-08 | 1 | -1/+1 | |
| | ||||||
* | Define CMPLX, CMPLXF, CMPLXL | Ulrich Drepper | 2012-01-08 | 1 | -1/+10 | |
| | ||||||
* | Static linking is always needed | Ulrich Drepper | 2012-01-08 | 1 | -7/+2 | |
| | ||||||
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 3 | -9/+9 | |
| | | | | No more __const. | |||||
* | Use Kahan's formula in cacosh | Ulrich Drepper | 2011-12-21 | 3 | -0/+17 | |
| | ||||||
* | Fix sign errr in some cacosh results | Richard B. Kreckel | 2011-12-21 | 3 | -30/+4 | |
| | ||||||
* | Avoid warnings in __*_finite math function declarations with C++ | Marek Polacek | 2011-12-17 | 1 | -90/+97 | |
| | ||||||
* | Optimized nearbyint for PPC | Adhemerval Zanella | 2011-12-17 | 1 | -0/+4 | |
| | ||||||
* | Always provide declarations of long double math functions when !_LIBC | Andreas Schwab | 2011-11-04 | 2 | -6/+8 | |
| | ||||||
* | Fix accuracy problem in generic sin | Ulrich Drepper | 2011-10-29 | 1 | -0/+1 | |
| | ||||||
* | Make math_force_eval accept non-addressable arguments | Andreas Schwab | 2011-10-26 | 1 | -2/+3 | |
| | ||||||
* | Optimize accurate 64-bit routines for FMA4 on x86-64 | Ulrich Drepper | 2011-10-24 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-10-22 | 3 | -0/+3 | |
|\ | ||||||
| * | Fix compilation due to __nan defines | Andreas Schwab | 2011-10-22 | 3 | -0/+3 | |
| | | ||||||
* | | Add branch predictions to complex math code | Ulrich Drepper | 2011-10-22 | 23 | -132/+77 | |
|/ | ||||||
* | Optimization to some complex math functions | Ulrich Drepper | 2011-10-22 | 19 | -255/+103 | |
| | | | | Also, change last reference to __sqrt into __sqrt to easily. | |||||
* | Use new internal libc_fe* interfaces in more functions | Ulrich Drepper | 2011-10-18 | 1 | -0/+8 | |
| | ||||||
* | Provide combined internal feholdexcept/fesetround interface | Ulrich Drepper | 2011-10-18 | 1 | -0/+7 | |
| | ||||||
* | Start optimizing the use of the fenv interfaces in libm itself | Ulrich Drepper | 2011-10-18 | 1 | -0/+22 | |
| |