about summary refs log tree commit diff
path: root/math/bits
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Don't redirect ldexp to scalbn in bits/math-finite.h (bug 19209).Joseph Myers2015-11-051-9/+0
* Make bits/math-finite.h conditions match other headers (bug 19205).Joseph Myers2015-11-051-62/+136
* Don't declare float / long double Bessel functions for XSI POSIX (bug 18977).Joseph Myers2015-09-161-1/+1
* Fix math.h, tgmath.h XSI POSIX namespace (gamma, isnan, scalb) (bug 18967).Joseph Myers2015-09-151-3/+7
* Vector sincos for x86_64 and tests.Andrew Senkevich2015-06-181-2/+2
* Vector pow for x86_64 and tests.Andrew Senkevich2015-06-171-1/+1
* Vector exp for x86_64 and tests.Andrew Senkevich2015-06-171-1/+1
* Vector log for x86_64 and tests.Andrew Senkevich2015-06-171-1/+1
* Vector sin for x86_64 and tests.Andrew Senkevich2015-06-111-1/+1
* Start of series of patches with x86_64 vector math functions.Andrew Senkevich2015-06-091-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-023-3/+3
* Revert to defining __extern_inline only for gcc-4.3+ (BZ #17266)Siddhesh Poyarekar2014-09-161-3/+5
* Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2014-02-212-12/+12
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-013-3/+3
* New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge2013-04-021-0/+6
* Better distinguish between NaN/qNaN/sNaN.Thomas Schwinge2013-03-151-1/+1
* Use __extension__ with long long in installed headers.Joseph Myers2013-01-101-0/+2
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-023-3/+3
* math: use existing nonnull attribute defineMike Frysinger2012-12-301-2/+1