Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Optimize exp | Ulrich Drepper | 2011-10-15 | 3 | -0/+9 |
| | | | | Add __exp*_finite optimizations and rewrite some wrappers. | ||||
* | Add parameter annotation to modf | Andreas Jaeger | 2011-10-15 | 1 | -2/+3 |
| | |||||
* | Optimize libm | Ulrich Drepper | 2011-10-12 | 102 | -2753/+2418 |
| | | | | | libm is now somewhat integrated with gcc's -ffinite-math-only option and lots of the wrapper functions have been optimized. | ||||
* | Optimize use of isnan, isinf, finite | Ulrich Drepper | 2011-10-08 | 21 | -62/+71 |
| | |||||
* | Use private math_private.h in files in math/ | Ulrich Drepper | 2011-10-08 | 128 | -128/+128 |
| | |||||
* | Fix remainder (NaN, 0) | Andreas Jaeger | 2011-10-07 | 4 | -9/+25 |
| | |||||
* | Fix jn precision | Petr Baudis | 2011-09-09 | 1 | -1/+11 |
| | |||||
* | Fix lround() loses precision | Paul Pluzhnikov | 2011-09-08 | 1 | -0/+1 |
| | |||||
* | Fix whitespace | Ulrich Drepper | 2011-05-18 | 1 | -1/+1 |
| | |||||
* | Fix typo in x86-64 powl | H.J. Lu | 2011-05-18 | 2 | -1/+54 |
| | |||||
* | Fix typo in comment. | Erich Ritz | 2010-11-01 | 1 | -1/+1 |
| | |||||
* | IEEE quad fmal fixes | Jakub Jelinek | 2010-10-18 | 1 | -0/+15 |
| | |||||
* | Implement fmal, some fma bugfixes | Jakub Jelinek | 2010-10-15 | 1 | -0/+25 |
| | |||||
* | Fix some more dbl-64/s_fma.c issue | Jakub Jelinek | 2010-10-15 | 1 | -0/+10 |
| | |||||
* | Implement accurate fma. | Jakub Jelinek | 2010-10-13 | 1 | -1/+17 |
| | |||||
* | Correct implementation of fmaf. | Jakub Jelinek | 2010-10-11 | 3 | -2/+8 |
| | |||||
* | Fix whitespaces. | Ulrich Drepper | 2010-04-08 | 1 | -1/+1 |
| | |||||
* | Fix cproj implmentation. | Ulrich Drepper | 2010-04-08 | 4 | -34/+18 |
| | |||||
* | (INSERT_WORDS64): Fix argument order. | David S. Miller | 2010-03-03 | 1 | -1/+1 |
| | |||||
* | Avoid PLT call to fegetenv on s390 | Andreas Schwab | 2010-02-09 | 1 | -0/+1 |
| | |||||
* | Fix range checks in coshl. | Jakub Jelinek | 2009-10-27 | 1 | -2/+2 |
| | |||||
* | Fix generic fdiml. | Joseph Myers | 2009-08-25 | 1 | -2/+2 |
| | |||||
* | Add ceil implementation for 64-bit machines. | Ulrich Drepper | 2009-08-24 | 1 | -0/+19 |
| | | | | | | | On 64-bit machines we should not split doubles into two 32 bit integer and handle the words separately. We have wide registers. This patch implements a 64-bit ceil version. Ideally all other functions will be converted over time. | ||||
* | Fix overflow handling in fdim. | Ulrich Drepper | 2009-08-24 | 3 | -8/+32 |
| | |||||
* | Define math_errhandling is possible. | Ulrich Drepper | 2009-08-24 | 1 | -2/+9 |
| | |||||
* | Add support for x86-64 fma instruction. | Ulrich Drepper | 2009-07-29 | 2 | -2/+6 |
| | | | | Use it to implement fma and fmaf, if possible. | ||||
* | Remove redundant .gitignore files. | Andreas Schwab | 2009-05-16 | 1 | -6/+0 |
| | |||||
* | Add test for range error in expm1. | Ulrich Drepper | 2009-05-15 | 1 | -0/+4 |
| | |||||
* | rename each .cvsignore file to .gitignore | Jim Meyering | 2009-05-15 | 1 | -0/+0 |
| | |||||
* | * sysdeps/i386/fpu/s_tan.S: Set errno for ±Inf. | Ulrich Drepper | 2009-04-26 | 1 | -0/+6 |
| | | | | | | | | | | * sysdeps/i386/fpu/s_tanf.S: Likewise. * sysdeps/i386/fpu/s_tanl.S: Likewise. * sysdeps/ieee754/dbl-64/s_tan.c: Likewise. * sysdeps/ieee754/flt-32/s_tanf.c: Likewise. * sysdeps/x86_64/fpu/s_tanl.S: Likewise. * math/libm-test.inc: Add tests for errno after tan calls with ±Inf. | ||||
* | * sysdeps/ieee754/k_standard.c (__kernel_standard): Use correct | Ulrich Drepper | 2009-04-26 | 1 | -3/+17 |
| | | | | | | errno value vor pow(+-0,neg). * math/libm-test.inc (pow_test): Add tests for errno value for pole errors. | ||||
* | * math/w_fmod.c: Also handle x=±Inf as error. | Ulrich Drepper | 2009-04-26 | 4 | -8/+16 |
| | | | | | | | * math/w_fmodf.c: Likewise. * math/w_fmodl.c: Likewise. * math/libm-test.inc (fmod_test): Add tests for errno after calls for x=±Inf or y=0. | ||||
* | * sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf. | Ulrich Drepper | 2009-04-26 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | | * sysdeps/i386/fpu/s_cosf.S: Likewise. * sysdeps/i386/fpu/s_cosl.S: Likewise. * sysdeps/i386/fpu/s_sin.S: Likewise. * sysdeps/i386/fpu/s_sinf.S: Likewise. * sysdeps/i386/fpu/s_sinl.S: Likewise. * sysdeps/ieee754/dbl-64/s_sin.c: Likewise. * sysdeps/ieee754/flt-32/s_cosf.c: Likewise. * sysdeps/ieee754/flt-32/s_sinf.c: Likewise. * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise. * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise. * sysdeps/x86_64/fpu/s_cosl.S: Likewise. * sysdeps/x86_64/fpu/s_sinl.S: Likewise. * math/libm-test.inc: Add tests for errno after sin/cos calls with ±Inf. | ||||
* | * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors | Ulrich Drepper | 2009-04-25 | 1 | -0/+2 |
| | | | | | for lgamma should se errno to ERANGE, not EDOM. * math/libm-test.inc (lgamma_test): Check errno for pole errors. | ||||
* | 2008-10-24 Joseph Myers <joseph@codesourcery.com> | Ulrich Drepper | 2008-11-01 | 1 | -1/+8 |
| | | | | | | | | Ulrich Drepper <drepper@redhat.com> * math/tgmath.h (__floating_type): Use __builtin_classify_type in definition for GCC 3.1 and later. |