about summary refs log tree commit diff
path: root/math/bits
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't use long double *_finite functions if no long double mathAndreas Schwab2012-04-281-0/+119
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-093-9/+6
* Add const attribute to fmin and fmaxUlrich Drepper2012-01-101-2/+2
* Optimize ldexp and scalbnUlrich Drepper2012-01-101-1/+8
* Remove pre-ISO C supportUlrich Drepper2012-01-071-2/+2
* Avoid warnings in __*_finite math function declarations with C++Marek Polacek2011-12-171-90/+97
* Optimize expUlrich Drepper2011-10-151-0/+7
* Add parameter annotation to modfAndreas Jaeger2011-10-151-2/+3
* Optimize libmUlrich Drepper2011-10-121-0/+315
* * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper2007-09-151-1/+2
* * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.Ulrich Drepper2007-03-171-4/+4
* * math/bits/mathcalls.h: Guard __END_NAMESPACE_C99 with theRoland McGrath2006-02-011-3/+6
* * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): NewRoland McGrath2006-01-141-2/+2
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-8/+5