about summary refs log tree commit diff
path: root/math
Commit message (Expand)AuthorAgeFilesLines
* Use __HAVE_DISTINCT_FLOAT128 in tgmath.h.Joseph Myers2017-08-251-1/+1
* Clean up bits/math-finite.h for aliasing types.Joseph Myers2017-08-252-23/+24
* Fix the C++ version of issignaling when __NO_LONG_DOUBLE_MATH is definedGabriel F. T. Gomes2017-08-241-1/+9
* Remove duplicate inclusion of header math-svid-compat.hGabriel F. T. Gomes2017-08-223-3/+0
* Fix tgmath.h handling of complex integers (bug 21684).Joseph Myers2017-08-222-49/+90
* Provide a C++ version of issignaling that does not use __MATH_TGGabriel F. T. Gomes2017-08-223-2/+133
* math: Statically link tests of internal functionalityFlorian Weimer2017-08-221-8/+5
* Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers2017-08-2181-98/+291
* Do not use __builtin_types_compatible_p in C++ mode (bug 21930)Gabriel F. T. Gomes2017-08-181-2/+6
* Consistently use uintN_t not u_intN_t in libm.Joseph Myers2017-08-032-3/+3
* Fix tgmath.h for __int128 (bug 21686).Joseph Myers2017-08-022-13/+11
* Fix tgmath.h for bit-fields (bug 21685).Joseph Myers2017-08-022-60/+70
* Fix gen-tgmath-tests.py output for GCC 7 <float.h>.Joseph Myers2017-06-281-1/+2
* Support _Float128 in tgmath.h.Joseph Myers2017-06-282-36/+133
* Use clog10 not __clog10 in tgmath.h log10 macro.Joseph Myers2017-06-282-2/+4
* Fix tgmath.h totalorder, totalordermag return type (bug 21687).Joseph Myers2017-06-283-9/+21
* Simplify tgmath.h for integer return types.Joseph Myers2017-06-281-18/+18
* Remove NO_LONG_DOUBLE conditionals in libm tests (bug 21607).Joseph Myers2017-06-2817-48/+12
* Add more thorough generated tgmath.h test.Joseph Myers2017-06-282-0/+617
* Add float128 support for ia64.Joseph Myers2017-06-261-1/+2
* Add float128 support for x86_64, x86.Joseph Myers2017-06-265-65/+74
* Make libm-test-support code clear exceptions after each test.Joseph Myers2017-06-231-0/+7
* Make errno-setting libm templates include errno.h.Joseph Myers2017-06-2223-0/+23
* float128: Add test-{float128,ifloat128,float128-finite}Paul E. Murphy2017-06-1215-5/+87
* float128: Add wrappers to override ldbl-128 as float128.Paul E. Murphy2017-05-254-0/+19
* float128: Extend __MATH_TG for float128 supportGabriel F. T. Gomes2017-05-171-0/+21
* Convert e_exp2l.c into a templateGabriel F. T. Gomes2017-05-172-22/+21
* float128: Include math-finite.h for _Float128Gabriel F. T. Gomes2017-05-152-5/+30
* float128: Add public _Float128 declarations to libm.Paul E. Murphy2017-05-155-18/+118
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-112-2/+0
* float128: Add _Float128 make bits to libm.Paul E. Murphy2017-05-091-2/+14
* Fix condition for inclusion of math-finite.h for long doubleGabriel F. T. Gomes2017-03-312-2/+2
* Change return type in the declaration of __ieee754_rem_pio2lGabriel F. T. Gomes2017-03-301-1/+1
* Macroize inclusion of math-finite.hGabriel F. T. Gomes2017-03-302-387/+133
* XFAIL catan and catanh tests on ibm128Tulio Magno Quites Machado Filho2017-03-163-1168/+1168
* Remove C++ namespace handling from glibc headers.Joseph Myers2017-03-162-43/+0
* Improve float range reduction accuracy near pi/2 (bug 21094).Joseph Myers2017-03-153-0/+584
* Split helper classification macros from mathcalls.hGabriel F. T. Gomes2017-03-154-29/+47
* Use internal __feraiseexcept in __iseqsigGabriel F. T. Gomes2017-03-151-1/+1
* Update auto-libm-test-out for catan / catanh.Stefan Liebler2017-03-102-896/+896
* Miscellaneous low-risk changes preparing for _ISOMAC testsuite.Zack Weinberg2017-03-011-12/+11
* Use independent type literals in libm-test-support.cTulio Magno Quites Machado Filho2017-02-241-9/+9
* Run libm tests separately for each function.Joseph Myers2017-02-24145-723/+1130
* Add new templates for IEEE wrappersGabriel F. T. Gomes2017-02-2325-1/+1041
* Remove some unused libm-test exception macros.Joseph Myers2017-02-201-28/+0
* Move tests of catan, catanh to auto-libm-test-*.Joseph Myers2017-02-176-909/+76371
* Move tests of casin, casinh to auto-libm-test-*.Joseph Myers2017-02-176-1281/+91960
* Move tests of cacos, cacosh to auto-libm-test-*.Joseph Myers2017-02-176-1276/+91955
* Move INIT_ARCH_EXT call from libm-test-support to libm-test-driver.Joseph Myers2017-02-143-3/+3
* Move more csin, csinh tests to auto-libm-test-in.Joseph Myers2017-02-095-6/+1178