about summary refs log tree commit diff
path: root/math/bits/mathcalls.h
Commit message (Expand)AuthorAgeFilesLines
* Prepare for radical source tree reorganization. zack/build-layout-experimentZack Weinberg2017-06-081-403/+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
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Add const attribute to fmin and fmaxUlrich Drepper2012-01-101-2/+2
* Remove pre-ISO C supportUlrich Drepper2012-01-071-2/+2
* Add parameter annotation to modfAndreas Jaeger2011-10-151-2/+3
* * 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
* 2.5-18.1Jakub Jelinek2007-07-121-5/+8
* Round is a const function.Andreas Jaeger2003-01-121-2/+2
* Prepare headers for use in ISO C++ compliant implementations.Ulrich Drepper2002-08-281-20/+49
* Update.Ulrich Drepper2001-11-271-2/+2
* Update to LGPL v2.1.Andreas Jaeger2001-07-061-8/+8