about summary refs log tree commit diff
path: root/math
Commit message (Expand)AuthorAgeFilesLines
* 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
* Build most libm-test support code once per type.Joseph Myers2017-02-087-1317/+1483
* Move w_exp to libm-compat-call-autoGabriel F. T. Gomes2017-02-082-2/+1
* Move w_lgamma to libm-compat-calls-autoGabriel F. T. Gomes2017-02-084-2/+1
* Move w_lgamma_r to libm-compat-calls-autoGabriel F. T. Gomes2017-02-084-2/+3
* Clean up libm vector tests exception test disabling.Joseph Myers2017-02-0710-7/+3
* Fix powf inaccuracy (bug 21112).Joseph Myers2017-02-072-0/+26
* Refactor some code in libm-test-driver.c.Joseph Myers2017-02-061-19/+39
* Move libm-test TEST_MSG definitions to libm-test-driver.c.Joseph Myers2017-02-0616-31/+16
* Split libm-test.inc by function.Joseph Myers2017-02-06125-50125/+52976
* Split auto-libm-test-out by function.Joseph Myers2017-02-0654-312339/+312353