aboutsummaryrefslogtreecommitdiff
path: root/math/bits
AgeCommit message (Expand)AuthorFilesLines
2020-02-28ldbl-128ibm-compat: Redirect long double functions to f128/ieee128 functionsTulio Magno Quites Machado Filho2-11/+16
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers4-4/+4
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert4-4/+4
2019-09-05Use __attribute_pure__ macro in bits/mathcalls.hGabriel F. T. Gomes1-2/+2
2019-09-05math: Replace const attribute with pure in totalorder* functionsGabriel F. T. Gomes1-3/+4
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers1-2/+3
2019-08-13Declare some TS 18661-4 interfaces for C2X.Joseph Myers1-1/+1
2019-08-13Declare most TS 18661-1 interfaces for C2X.Joseph Myers1-6/+8
2019-02-08math: Enable <bits/math-finite.h> sysdeps overrideFlorian Weimer1-197/+0
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers5-5/+5
2018-06-12Do not use const attribute for nan functions (bug 23277).Joseph Myers1-1/+1
2018-05-17Add narrowing divide functions.Joseph Myers1-0/+3
2018-05-16Add narrowing multiply functions.Joseph Myers1-0/+3
2018-03-20Add narrowing subtract functions.Joseph Myers1-0/+3
2018-02-10Add narrowing add functions.Joseph Myers1-0/+3
2018-02-09Add build infrastructure for narrowing libm functions.Joseph Myers1-0/+21
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers4-4/+4
2017-12-12[BZ #22593] Fix nextafter and nexttoward declarationSzabolcs Nagy1-2/+2
2017-09-29Remove old cimag inlinesWilco Dijkstra1-30/+0
2017-09-04Fix bits/math-finite.h exp10 condition (bug 22082).Joseph Myers1-1/+1
2017-09-01Obsolete pow10 functions.Joseph Myers2-11/+0
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