summaryrefslogtreecommitdiff
path: root/math
Commit message (Expand)AuthorAgeFilesLines
* Fix parameter type in C++ version of iseqsig (bug 23171)Gabriel F. T. Gomes2018-06-191-1/+1
* Provide a C++ version of iseqsig (bug 22377)Gabriel F. T. Gomes2018-01-293-3/+182
* Let signbit use the builtin in C++ mode with gcc < 6.x (bug 22296)Romain Naour2017-10-221-0/+9
* test-math-iscanonical.cc: Replace bool with intH.J. Lu2017-10-041-2/+2
* Add C++ versions of iscanonical for ldbl-96 and ldbl-128ibm (bug 22235)Gabriel F. T. Gomes2017-10-033-2/+52
* Let fpclassify use the builtin when optimizing for size in C++ mode (bug 22146)Gabriel F. T. Gomes2017-09-221-1/+7
* Provide a C++ version of iszero that does not use __MATH_TG (bug 21930)Gabriel F. T. Gomes2017-08-292-4/+108
* Fix the C++ version of issignaling when __NO_LONG_DOUBLE_MATH is definedGabriel F. T. Gomes2017-08-291-1/+9
* Provide a C++ version of issignaling that does not use __MATH_TGGabriel F. T. Gomes2017-08-293-2/+133
* Do not use __builtin_types_compatible_p in C++ mode (bug 21930)Gabriel F. T. Gomes2017-08-211-2/+6
* 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
* Merge libm-compat-calls-auto and libm-compat-callsGabriel F. T. Gomes2017-02-091-9/+5
* Move -U__LIBC_INTERNAL_MATH_INLINES to test-math-inline.h.Joseph Myers2017-02-092-6/+4