summaryrefslogtreecommitdiff
path: root/math/bits
AgeCommit message (Expand)Author
2018-06-12Do not use const attribute for nan functions (bug 23277).Joseph Myers
2018-05-17Add narrowing divide functions.Joseph Myers
2018-05-16Add narrowing multiply functions.Joseph Myers
2018-03-20Add narrowing subtract functions.Joseph Myers
2018-02-10Add narrowing add functions.Joseph Myers
2018-02-09Add build infrastructure for narrowing libm functions.Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-12[BZ #22593] Fix nextafter and nexttoward declarationSzabolcs Nagy
2017-09-29Remove old cimag inlinesWilco Dijkstra
2017-09-04Fix bits/math-finite.h exp10 condition (bug 22082).Joseph Myers
2017-09-01Obsolete pow10 functions.Joseph Myers
2017-08-29Fix bits/math-finite.h _MSUF_ expansion namespace (bug 22028).Joseph Myers
2017-08-25Clean up bits/math-finite.h for aliasing types.Joseph Myers
2017-05-15float128: Include math-finite.h for _Float128Gabriel F. T. Gomes
2017-05-15float128: Add public _Float128 declarations to libm.Paul E. Murphy
2017-03-31Fix condition for inclusion of math-finite.h for long doubleGabriel F. T. Gomes
2017-03-30Macroize inclusion of math-finite.hGabriel F. T. Gomes
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers
2017-03-15Split helper classification macros from mathcalls.hGabriel F. T. Gomes
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31Add fromfp functions.Joseph Myers
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers
2016-12-20Add fmaxmag, fminmag functions.Joseph Myers
2016-12-02Add llogb, llogbf, llogbl.Joseph Myers
2016-11-24Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers
2016-11-19Add setpayload, setpayloadf, setpayloadl.Joseph Myers
2016-10-26Add canonicalize, canonicalizef, canonicalizel.Joseph Myers
2016-10-19Add getpayload, getpayloadf, getpayloadl.Joseph Myers
2016-10-15Add totalordermag, totalordermagf, totalordermagl.Joseph Myers
2016-10-12Add totalorder, totalorderf, totalorderl.Joseph Myers
2016-10-06Add iseqsig.Joseph Myers
2016-08-03Support __STDC_WANT_IEC_60559_FUNCS_EXT__ feature test macro.Joseph Myers
2016-08-03Support __STDC_WANT_IEC_60559_BFP_EXT__ feature test macro.Joseph Myers
2016-06-16Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan
2016-02-14Ensure isinff, isinfl, isnanf, and isnanl are defined (Bug 19439)Carlos O'Donell
2016-01-11Fix isinf/isnan declaration conflict with C++11Adhemerval Zanella
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-11-05Fix finite-math-only lgamma functions signgam setting (bug 19211).Joseph Myers
2015-11-05Don't redirect ldexp to scalbn in bits/math-finite.h (bug 19209).Joseph Myers
2015-11-05Make bits/math-finite.h conditions match other headers (bug 19205).Joseph Myers
2015-09-16Don't declare float / long double Bessel functions for XSI POSIX (bug 18977).Joseph Myers
2015-09-15Fix math.h, tgmath.h XSI POSIX namespace (gamma, isnan, scalb) (bug 18967).Joseph Myers
2015-06-18Vector sincos for x86_64 and tests.Andrew Senkevich
2015-06-17Vector pow for x86_64 and tests.Andrew Senkevich
2015-06-17Vector exp for x86_64 and tests.Andrew Senkevich
2015-06-17Vector log for x86_64 and tests.Andrew Senkevich
2015-06-11Vector sin for x86_64 and tests.Andrew Senkevich
2015-06-09Start of series of patches with x86_64 vector math functions.Andrew Senkevich
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-09-16Revert to defining __extern_inline only for gcc-4.3+ (BZ #17266)Siddhesh Poyarekar