aboutsummaryrefslogtreecommitdiff
path: root/math/bits
AgeCommit message (Expand)AuthorFilesLines
2017-08-29Fix bits/math-finite.h _MSUF_ expansion namespace (bug 22028).Joseph Myers1-20/+14
2017-08-25Clean up bits/math-finite.h for aliasing types.Joseph Myers1-15/+8
2017-05-15float128: Include math-finite.h for _Float128Gabriel F. T. Gomes1-5/+8
2017-05-15float128: Add public _Float128 declarations to libm.Paul E. Murphy2-14/+26
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-386/+92
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers1-31/+0
2017-03-15Split helper classification macros from mathcalls.hGabriel F. T. Gomes2-28/+43
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers3-3/+3
2016-12-31Add fromfp functions.Joseph Myers1-0/+22
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers1-0/+3
2016-12-20Add fmaxmag, fminmag functions.Joseph Myers1-0/+6
2016-12-02Add llogb, llogbf, llogbl.Joseph Myers1-0/+5
2016-11-24Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers1-0/+3
2016-11-19Add setpayload, setpayloadf, setpayloadl.Joseph Myers1-0/+3
2016-10-26Add canonicalize, canonicalizef, canonicalizel.Joseph Myers1-0/+3
2016-10-19Add getpayload, getpayloadf, getpayloadl.Joseph Myers1-0/+3
2016-10-15Add totalordermag, totalordermagf, totalordermagl.Joseph Myers1-0/+4
2016-10-12Add totalorder, totalorderf, totalorderl.Joseph Myers1-0/+4
2016-10-06Add iseqsig.Joseph Myers1-0/+3
2016-08-03Support __STDC_WANT_IEC_60559_FUNCS_EXT__ feature test macro.Joseph Myers1-2/+4
2016-08-03Support __STDC_WANT_IEC_60559_BFP_EXT__ feature test macro.Joseph Myers1-2/+2
2016-06-16Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan1-0/+7
2016-02-14Ensure isinff, isinfl, isnanf, and isnanl are defined (Bug 19439)Carlos O'Donell1-2/+6
2016-01-11Fix isinf/isnan declaration conflict with C++11Adhemerval Zanella1-0/+4
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers3-3/+3
2015-11-05Fix finite-math-only lgamma functions signgam setting (bug 19211).Joseph Myers1-24/+9
2015-11-05Don't redirect ldexp to scalbn in bits/math-finite.h (bug 19209).Joseph Myers1-9/+0
2015-11-05Make bits/math-finite.h conditions match other headers (bug 19205).Joseph Myers1-62/+136
2015-09-16Don't declare float / long double Bessel functions for XSI POSIX (bug 18977).Joseph Myers1-1/+1
2015-09-15Fix math.h, tgmath.h XSI POSIX namespace (gamma, isnan, scalb) (bug 18967).Joseph Myers1-3/+7
2015-06-18Vector sincos for x86_64 and tests.Andrew Senkevich1-2/+2
2015-06-17Vector pow for x86_64 and tests.Andrew Senkevich1-1/+1
2015-06-17Vector exp for x86_64 and tests.Andrew Senkevich1-1/+1
2015-06-17Vector log for x86_64 and tests.Andrew Senkevich1-1/+1
2015-06-11Vector sin for x86_64 and tests.Andrew Senkevich1-1/+1
2015-06-09Start of series of patches with x86_64 vector math functions.Andrew Senkevich1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers3-3/+3
2014-09-16Revert to defining __extern_inline only for gcc-4.3+ (BZ #17266)Siddhesh Poyarekar1-3/+5
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2-12/+12
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae3-3/+3
2013-04-02New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge1-0/+6
2013-03-15Better distinguish between NaN/qNaN/sNaN.Thomas Schwinge1-1/+1
2013-01-10Use __extension__ with long long in installed headers.Joseph Myers1-0/+2
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers3-3/+3
2012-12-30math: use existing nonnull attribute defineMike Frysinger1-2/+1
2012-04-28Don't use long double *_finite functions if no long double mathAndreas Schwab1-0/+119
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert3-9/+6
2012-01-10Add const attribute to fmin and fmaxUlrich Drepper1-2/+2
2012-01-10Optimize ldexp and scalbnUlrich Drepper1-1/+8