| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 1 | -1/+1 |
* | Add fromfp functions. | Joseph Myers | 2016-12-31 | 1 | -0/+25 |
* | Refactor long double information into bits/long-double.h. | Joseph Myers | 2016-12-14 | 1 | -4/+0 |
* | Add llogb, llogbf, llogbl. | Joseph Myers | 2016-12-02 | 1 | -1/+20 |
* | Refactor FP_ILOGB* out of bits/mathdef.h. | Joseph Myers | 2016-12-01 | 1 | -1/+18 |
* | Refactor FP_FAST_* into bits/fp-fast.h. | Joseph Myers | 2016-11-29 | 1 | -5/+10 |
* | Refactor float_t, double_t information into bits/flt-eval-method.h. | Joseph Myers | 2016-11-24 | 1 | -2/+40 |
* | Refactor some libm type-generic macros. | Joseph Myers | 2016-11-10 | 1 | -85/+40 |
* | Add SNAN, SNANF, SNANL macros. | Joseph Myers | 2016-10-28 | 1 | -0/+9 |
* | math.h: Wrap C++ bits in extern "C++" | Florian Weimer | 2016-10-22 | 1 | -2/+2 |
* | math: Define iszero as a function template for C++ [BZ #20715] | Florian Weimer | 2016-10-21 | 1 | -5/+19 |
* | Make iseqsig handle excess precision. | Joseph Myers | 2016-10-07 | 1 | -2/+17 |
* | Add iseqsig. | Joseph Myers | 2016-10-06 | 1 | -0/+18 |
* | Add iscanonical. | Joseph Myers | 2016-09-30 | 1 | -0/+2 |
* | Fix iszero for excess precision. | Joseph Myers | 2016-09-28 | 1 | -1/+1 |
* | Add iszero. | Joseph Myers | 2016-09-23 | 1 | -0/+7 |
* | Add issubnormal. | Joseph Myers | 2016-09-21 | 1 | -0/+3 |
* | Fix math.h comment about bits/mathdef.h. | Joseph Myers | 2016-08-05 | 1 | -34/+21 |
* | Support __STDC_WANT_IEC_60559_BFP_EXT__ feature test macro. | Joseph Myers | 2016-08-03 | 1 | -3/+4 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 1 | -1/+1 |
* | Add inlining of the C99 math functions isinf/isnan/signbit/isfinite/isnormal/... | Wilco Dijkstra | 2015-09-18 | 1 | -8/+34 |
* | Fix math.h, tgmath.h XSI POSIX namespace (gamma, isnan, scalb) (bug 18967). | Joseph Myers | 2015-09-15 | 1 | -0/+6 |
* | Vector sincos for x86_64 and tests. | Andrew Senkevich | 2015-06-18 | 1 | -0/+4 |
* | This patch adds infrastructure for addition of SIMD | Andrew Senkevich | 2015-05-14 | 1 | -0/+9 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 1 | -1/+1 |
* | stdlib/tst-strtod-round.c: Fix build on ARM | Will Newton | 2014-09-30 | 1 | -1/+2 |
* | Complete _BSD_SOURCE / _SVID_source followup cleanup. | Joseph Myers | 2014-02-21 | 1 | -4/+4 |
* | Combine __USE_BSD and __USE_SVID into __USE_MISC. | Joseph Myers | 2014-02-12 | 1 | -2/+2 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |
* | New <math.h> macro named issignaling to check for a signaling NaN (sNaN). | Thomas Schwinge | 2013-04-02 | 1 | -0/+14 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -2/+1 |
* | Make math.h FP_* macros usable in #if (bug 3439). | Joseph Myers | 2012-11-02 | 1 | -10/+15 |
* | Use more decimal places for long double constants in math.h. | Joseph Myers | 2012-05-31 | 1 | -13/+13 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -3/+2 |
* | Remove __STDC__ conditionals from installed headers. | Joseph Myers | 2012-01-26 | 1 | -15/+6 |
* | Always provide declarations of long double math functions when !_LIBC | Andreas Schwab | 2011-11-04 | 1 | -4/+5 |
* | Optimize libm | Ulrich Drepper | 2011-10-12 | 1 | -8/+15 |
* | Fix typo in comment. | Erich Ritz | 2010-11-01 | 1 | -1/+1 |
* | Define math_errhandling is possible. | Ulrich Drepper | 2009-08-24 | 1 | -2/+9 |
* | 2006-02-03 Jakub Jelinek <jakub@redhat.com> | Roland McGrath | 2006-02-03 | 1 | -3/+6 |
* | * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New | Roland McGrath | 2006-01-14 | 1 | -2/+26 |
* | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | 2004-12-22 | 1 | -29/+2 |
* | 2.5-18.1 | Jakub Jelinek | 2007-07-12 | 1 | -2/+29 |
* | Use #if defined to not receive warnings about undefined symbols. | Andreas Jaeger | 2004-12-16 | 1 | -4/+4 |
* | * math/Makefile (headers): Add bits/huge_valf.h, bits/huge_vall.h, ... | Richard Henderson | 2004-03-15 | 1 | -3/+8 |
* | Update. | Ulrich Drepper | 2004-03-10 | 1 | -6/+16 |
* | * math/math.h (M_LOG2El): Correct the value. | Roland McGrath | 2002-10-25 | 1 | -1/+1 |
* | Prepare headers for use in ISO C++ compliant implementations. | Ulrich Drepper | 2002-08-28 | 1 | -1/+13 |
* | Update to LGPL v2.1. | Andreas Jaeger | 2001-07-06 | 1 | -8/+8 |
* | Update. | Ulrich Drepper | 2001-01-27 | 1 | -5/+7 |