about summary refs log tree commit diff
path: root/math/bits/mathcalls.h
Commit message (Expand)AuthorAgeFilesLines
* ldbl-128ibm-compat: Redirect long double functions to f128/ieee128 functionsTulio Magno Quites Machado Filho2020-02-281-3/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* 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
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Do not use const attribute for nan functions (bug 23277).Joseph Myers2018-06-121-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* [BZ #22593] Fix nextafter and nexttoward declarationSzabolcs Nagy2017-12-121-2/+2
* Obsolete pow10 functions.Joseph Myers2017-09-011-6/+0
* float128: Add public _Float128 declarations to libm.Paul E. Murphy2017-05-151-13/+23
* Remove C++ namespace handling from glibc headers.Joseph Myers2017-03-161-31/+0
* Split helper classification macros from mathcalls.hGabriel F. T. Gomes2017-03-151-28/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* 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-041-1/+1
* 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-021-1/+1
* Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2014-02-211-9/+9
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* 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-021-1/+1
* math: use existing nonnull attribute defineMike Frysinger2012-12-301-2/+1