aboutsummaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Expand)AuthorFilesLines
2017-08-31Simplify NAN definitions.Joseph Myers2-3/+9
2017-08-31Simplify INFINITY definitions.Joseph Myers2-3/+7
2017-08-31Simplify HUGE_VAL definitions.Joseph Myers2-11/+20
2017-08-29Fix bits/math-finite.h _MSUF_ expansion namespace (bug 22028).Joseph Myers4-39/+80
2017-08-28Provide a C++ version of iszero that does not use __MATH_TG (bug 21930)Gabriel F. T. Gomes2-4/+108
2017-08-28Simplify math-svid-compat code.Joseph Myers1-13/+9
2017-08-25Use __HAVE_DISTINCT_FLOAT128 in tgmath.h.Joseph Myers1-1/+1
2017-08-25Clean up bits/math-finite.h for aliasing types.Joseph Myers2-23/+24
2017-08-24Fix the C++ version of issignaling when __NO_LONG_DOUBLE_MATH is definedGabriel F. T. Gomes1-1/+9
2017-08-22Remove duplicate inclusion of header math-svid-compat.hGabriel F. T. Gomes3-3/+0
2017-08-22Fix tgmath.h handling of complex integers (bug 21684).Joseph Myers2-49/+90
2017-08-22Provide a C++ version of issignaling that does not use __MATH_TGGabriel F. T. Gomes3-2/+133
2017-08-22math: Statically link tests of internal functionalityFlorian Weimer1-8/+5
2017-08-21Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers81-98/+291
2017-08-18Do not use __builtin_types_compatible_p in C++ mode (bug 21930)Gabriel F. T. Gomes1-2/+6
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers2-3/+3
2017-08-02Fix tgmath.h for __int128 (bug 21686).Joseph Myers2-13/+11
2017-08-02Fix tgmath.h for bit-fields (bug 21685).Joseph Myers2-60/+70
2017-06-28Fix gen-tgmath-tests.py output for GCC 7 <float.h>.Joseph Myers1-1/+2
2017-06-28Support _Float128 in tgmath.h.Joseph Myers2-36/+133
2017-06-28Use clog10 not __clog10 in tgmath.h log10 macro.Joseph Myers2-2/+4
2017-06-28Fix tgmath.h totalorder, totalordermag return type (bug 21687).Joseph Myers3-9/+21
2017-06-28Simplify tgmath.h for integer return types.Joseph Myers1-18/+18
2017-06-28Remove NO_LONG_DOUBLE conditionals in libm tests (bug 21607).Joseph Myers17-48/+12
2017-06-28Add more thorough generated tgmath.h test.Joseph Myers2-0/+617
2017-06-26Add float128 support for ia64.Joseph Myers1-1/+2
2017-06-26Add float128 support for x86_64, x86.Joseph Myers5-65/+74
2017-06-23Make libm-test-support code clear exceptions after each test.Joseph Myers1-0/+7
2017-06-22Make errno-setting libm templates include errno.h.Joseph Myers23-0/+23
2017-06-12float128: Add test-{float128,ifloat128,float128-finite}Paul E. Murphy15-5/+87
2017-05-25float128: Add wrappers to override ldbl-128 as float128.Paul E. Murphy4-0/+19
2017-05-17float128: Extend __MATH_TG for float128 supportGabriel F. T. Gomes1-0/+21
2017-05-17Convert e_exp2l.c into a templateGabriel F. T. Gomes2-22/+21
2017-05-15float128: Include math-finite.h for _Float128Gabriel F. T. Gomes2-5/+30
2017-05-15float128: Add public _Float128 declarations to libm.Paul E. Murphy5-18/+118
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg2-2/+0
2017-05-09float128: Add _Float128 make bits to libm.Paul E. Murphy1-2/+14
2017-03-31Fix condition for inclusion of math-finite.h for long doubleGabriel F. T. Gomes2-2/+2
2017-03-30Change return type in the declaration of __ieee754_rem_pio2lGabriel F. T. Gomes1-1/+1
2017-03-30Macroize inclusion of math-finite.hGabriel F. T. Gomes2-387/+133
2017-03-16XFAIL catan and catanh tests on ibm128Tulio Magno Quites Machado Filho3-1168/+1168
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers2-43/+0
2017-03-15Improve float range reduction accuracy near pi/2 (bug 21094).Joseph Myers3-0/+584
2017-03-15Split helper classification macros from mathcalls.hGabriel F. T. Gomes4-29/+47
2017-03-15Use internal __feraiseexcept in __iseqsigGabriel F. T. Gomes1-1/+1
2017-03-10Update auto-libm-test-out for catan / catanh.Stefan Liebler2-896/+896
2017-03-01Miscellaneous low-risk changes preparing for _ISOMAC testsuite.Zack Weinberg1-12/+11
2017-02-24Use independent type literals in libm-test-support.cTulio Magno Quites Machado Filho1-9/+9
2017-02-24Run libm tests separately for each function.Joseph Myers145-723/+1130
2017-02-23Add new templates for IEEE wrappersGabriel F. T. Gomes25-1/+1041