about summary refs log tree commit diff
path: root/math/bits
Commit message (Expand)AuthorAgeFilesLines
* Update floating-point feature test macro handling for C2XJoseph Myers2021-06-011-4/+8
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-024-4/+4
* ldbl-128ibm-compat: Redirect long double functions to f128/ieee128 functionsTulio Magno Quites Machado Filho2020-02-282-11/+16
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-014-4/+4
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-074-4/+4
* Use __attribute_pure__ macro in bits/mathcalls.hGabriel F. T. Gomes2019-09-051-2/+2
* math: Replace const attribute with pure in totalorder* functionsGabriel F. T. Gomes2019-09-051-3/+4
* Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2019-08-151-2/+3
* Declare some TS 18661-4 interfaces for C2X.Joseph Myers2019-08-131-1/+1
* Declare most TS 18661-1 interfaces for C2X.Joseph Myers2019-08-131-6/+8
* math: Enable <bits/math-finite.h> sysdeps overrideFlorian Weimer2019-02-081-197/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-015-5/+5
* Do not use const attribute for nan functions (bug 23277).Joseph Myers2018-06-121-1/+1
* Add narrowing divide functions.Joseph Myers2018-05-171-0/+3
* Add narrowing multiply functions.Joseph Myers2018-05-161-0/+3
* Add narrowing subtract functions.Joseph Myers2018-03-201-0/+3
* Add narrowing add functions.Joseph Myers2018-02-101-0/+3
* Add build infrastructure for narrowing libm functions.Joseph Myers2018-02-091-0/+21
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-014-4/+4
* [BZ #22593] Fix nextafter and nexttoward declarationSzabolcs Nagy2017-12-121-2/+2
* Remove old cimag inlinesWilco Dijkstra2017-09-291-30/+0
* Fix bits/math-finite.h exp10 condition (bug 22082).Joseph Myers2017-09-041-1/+1
* Obsolete pow10 functions.Joseph Myers2017-09-012-11/+0
* Fix bits/math-finite.h _MSUF_ expansion namespace (bug 22028).Joseph Myers2017-08-291-20/+14
* Clean up bits/math-finite.h for aliasing types.Joseph Myers2017-08-251-15/+8
* float128: Include math-finite.h for _Float128Gabriel F. T. Gomes2017-05-151-5/+8
* float128: Add public _Float128 declarations to libm.Paul E. Murphy2017-05-152-14/+26
* Fix condition for inclusion of math-finite.h for long doubleGabriel F. T. Gomes2017-03-311-1/+1
* Macroize inclusion of math-finite.hGabriel F. T. Gomes2017-03-301-386/+92
* Remove C++ namespace handling from glibc headers.Joseph Myers2017-03-161-31/+0
* Split helper classification macros from mathcalls.hGabriel F. T. Gomes2017-03-152-28/+43
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-013-3/+3
* Add fromfp functions.Joseph Myers2016-12-311-0/+22
* Add roundeven, roundevenf, roundevenl.Joseph Myers2016-12-211-0/+3
* Add fmaxmag, fminmag functions.Joseph Myers2016-12-201-0/+6
* Add llogb, llogbf, llogbl.Joseph Myers2016-12-021-0/+5
* Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers2016-11-241-0/+3
* Add setpayload, setpayloadf, setpayloadl.Joseph Myers2016-11-191-0/+3
* Add canonicalize, canonicalizef, canonicalizel.Joseph Myers2016-10-261-0/+3
* Add getpayload, getpayloadf, getpayloadl.Joseph Myers2016-10-191-0/+3
* Add totalordermag, totalordermagf, totalordermagl.Joseph Myers2016-10-151-0/+4
* Add totalorder, totalorderf, totalorderl.Joseph Myers2016-10-121-0/+4
* Add iseqsig.Joseph Myers2016-10-061-0/+3
* Support __STDC_WANT_IEC_60559_FUNCS_EXT__ feature test macro.Joseph Myers2016-08-031-2/+4
* Support __STDC_WANT_IEC_60559_BFP_EXT__ feature test macro.Joseph Myers2016-08-031-2/+2
* Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan2016-06-161-0/+7
* Ensure isinff, isinfl, isnanf, and isnanl are defined (Bug 19439)Carlos O'Donell2016-02-141-2/+6
* Fix isinf/isnan declaration conflict with C++11Adhemerval Zanella2016-01-111-0/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-043-3/+3
* Fix finite-math-only lgamma functions signgam setting (bug 19211).Joseph Myers2015-11-051-24/+9