aboutsummaryrefslogtreecommitdiff
path: root/math/bits/mathcalls.h
AgeCommit message (Expand)AuthorFilesLines
2017-09-01Obsolete pow10 functions.Joseph Myers1-6/+0
2017-05-15float128: Add public _Float128 declarations to libm.Paul E. Murphy1-13/+23
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers1-31/+0
2017-03-15Split helper classification macros from mathcalls.hGabriel F. T. Gomes1-28/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-31Add fromfp functions.Joseph Myers1-0/+22
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers1-0/+3
2016-12-20Add fmaxmag, fminmag functions.Joseph Myers1-0/+6
2016-12-02Add llogb, llogbf, llogbl.Joseph Myers1-0/+5
2016-11-24Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers1-0/+3
2016-11-19Add setpayload, setpayloadf, setpayloadl.Joseph Myers1-0/+3
2016-10-26Add canonicalize, canonicalizef, canonicalizel.Joseph Myers1-0/+3
2016-10-19Add getpayload, getpayloadf, getpayloadl.Joseph Myers1-0/+3
2016-10-15Add totalordermag, totalordermagf, totalordermagl.Joseph Myers1-0/+4
2016-10-12Add totalorder, totalorderf, totalorderl.Joseph Myers1-0/+4
2016-10-06Add iseqsig.Joseph Myers1-0/+3
2016-08-03Support __STDC_WANT_IEC_60559_FUNCS_EXT__ feature test macro.Joseph Myers1-2/+4
2016-08-03Support __STDC_WANT_IEC_60559_BFP_EXT__ feature test macro.Joseph Myers1-2/+2
2016-06-16Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan1-0/+7
2016-02-14Ensure isinff, isinfl, isnanf, and isnanl are defined (Bug 19439)Carlos O'Donell1-2/+6
2016-01-11Fix isinf/isnan declaration conflict with C++11Adhemerval Zanella1-0/+4
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-09-16Don't declare float / long double Bessel functions for XSI POSIX (bug 18977).Joseph Myers1-1/+1
2015-09-15Fix math.h, tgmath.h XSI POSIX namespace (gamma, isnan, scalb) (bug 18967).Joseph Myers1-3/+7
2015-06-18Vector sincos for x86_64 and tests.Andrew Senkevich1-2/+2
2015-06-17Vector pow for x86_64 and tests.Andrew Senkevich1-1/+1
2015-06-17Vector exp for x86_64 and tests.Andrew Senkevich1-1/+1
2015-06-17Vector log for x86_64 and tests.Andrew Senkevich1-1/+1
2015-06-11Vector sin for x86_64 and tests.Andrew Senkevich1-1/+1
2015-06-09Start of series of patches with x86_64 vector math functions.Andrew Senkevich1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers1-9/+9
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-04-02New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge1-0/+6
2013-03-15Better distinguish between NaN/qNaN/sNaN.Thomas Schwinge1-1/+1
2013-01-10Use __extension__ with long long in installed headers.Joseph Myers1-0/+2
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-12-30math: use existing nonnull attribute defineMike Frysinger1-2/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2012-01-10Add const attribute to fmin and fmaxUlrich Drepper1-2/+2
2012-01-07Remove pre-ISO C supportUlrich Drepper1-2/+2
2011-10-15Add parameter annotation to modfAndreas Jaeger1-2/+3
2006-02-01* math/bits/mathcalls.h: Guard __END_NAMESPACE_C99 with theRoland McGrath1-3/+6
2006-01-14* math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): NewRoland McGrath1-2/+2
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-8/+5
2007-07-122.5-18.1Jakub Jelinek1-5/+8
2003-01-12Round is a const function.Andreas Jaeger1-2/+2
2002-08-28Prepare headers for use in ISO C++ compliant implementations.Ulrich Drepper1-20/+49
2001-11-27Update.Ulrich Drepper1-2/+2
2001-07-06Update to LGPL v2.1.Andreas Jaeger1-8/+8