aboutsummaryrefslogtreecommitdiff
path: root/math/math.h
AgeCommit message (Expand)AuthorFilesLines
2017-05-25float128: Add wrappers to override ldbl-128 as float128.Paul E. Murphy1-0/+3
2017-05-17float128: Extend __MATH_TG for float128 supportGabriel F. T. Gomes1-0/+21
2017-05-15float128: Include math-finite.h for _Float128Gabriel F. T. Gomes1-0/+22
2017-05-15float128: Add public _Float128 declarations to libm.Paul E. Murphy1-2/+63
2017-03-31Fix condition for inclusion of math-finite.h for long doubleGabriel F. T. Gomes1-1/+1
2017-03-30Macroize inclusion of math-finite.hGabriel F. T. Gomes1-1/+41
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers1-12/+0
2017-03-15Split helper classification macros from mathcalls.hGabriel F. T. Gomes1-0/+3
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-31Add fromfp functions.Joseph Myers1-0/+25
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers1-4/+0
2016-12-02Add llogb, llogbf, llogbl.Joseph Myers1-1/+20
2016-12-01Refactor FP_ILOGB* out of bits/mathdef.h.Joseph Myers1-1/+18
2016-11-29Refactor FP_FAST_* into bits/fp-fast.h.Joseph Myers1-5/+10
2016-11-24Refactor float_t, double_t information into bits/flt-eval-method.h.Joseph Myers1-2/+40
2016-11-10Refactor some libm type-generic macros.Joseph Myers1-85/+40
2016-10-28Add SNAN, SNANF, SNANL macros.Joseph Myers1-0/+9
2016-10-22math.h: Wrap C++ bits in extern "C++"Florian Weimer1-2/+2
2016-10-21math: Define iszero as a function template for C++ [BZ #20715]Florian Weimer1-5/+19
2016-10-07Make iseqsig handle excess precision.Joseph Myers1-2/+17
2016-10-06Add iseqsig.Joseph Myers1-0/+18
2016-09-30Add iscanonical.Joseph Myers1-0/+2
2016-09-28Fix iszero for excess precision.Joseph Myers1-1/+1
2016-09-23Add iszero.Joseph Myers1-0/+7
2016-09-21Add issubnormal.Joseph Myers1-0/+3
2016-08-05Fix math.h comment about bits/mathdef.h.Joseph Myers1-34/+21
2016-08-03Support __STDC_WANT_IEC_60559_BFP_EXT__ feature test macro.Joseph Myers1-3/+4
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-09-18Add inlining of the C99 math functions isinf/isnan/signbit/isfinite/isnormal/...Wilco Dijkstra1-8/+34
2015-09-15Fix math.h, tgmath.h XSI POSIX namespace (gamma, isnan, scalb) (bug 18967).Joseph Myers1-0/+6
2015-06-18Vector sincos for x86_64 and tests.Andrew Senkevich1-0/+4
2015-05-14This patch adds infrastructure for addition of SIMDAndrew Senkevich1-0/+9
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-09-30stdlib/tst-strtod-round.c: Fix build on ARMWill Newton1-1/+2
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers1-4/+4
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers1-2/+2
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-04-02New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge1-0/+14
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-2/+1
2012-11-02Make math.h FP_* macros usable in #if (bug 3439).Joseph Myers1-10/+15
2012-05-31Use more decimal places for long double constants in math.h.Joseph Myers1-13/+13
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2012-01-26Remove __STDC__ conditionals from installed headers.Joseph Myers1-15/+6
2011-11-04Always provide declarations of long double math functions when !_LIBCAndreas Schwab1-4/+5
2011-10-12Optimize libmUlrich Drepper1-8/+15
2010-11-01Fix typo in comment.Erich Ritz1-1/+1
2009-08-24Define math_errhandling is possible.Ulrich Drepper1-2/+9
2006-02-032006-02-03 Jakub Jelinek <jakub@redhat.com>Roland McGrath1-3/+6
2006-01-14* math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): NewRoland McGrath1-2/+26
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-29/+2