about summary refs log tree commit diff
path: root/math
Commit message (Expand)AuthorAgeFilesLines
* Drop nan-pseudo-number.h usage from testsSiddhesh Poyarekar2021-01-045-11/+10
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02372-372/+372
* x86 long double: Add tests for pseudo normal numbersSiddhesh Poyarekar2020-12-305-0/+94
* add inputs to auto-libm-test-in yielding larger errors (binary64, x86_64)Paul Zimmermann2020-12-219-0/+568
* math: Regenerate auto-libm-test-out-j0Adhemerval Zanella2020-08-081-0/+25
* math: Fix inaccuracy of j0f for x >= 2^127 when sin(x)+cos(x) is tinyPaul Zimmermann2020-08-071-0/+2
* Use C2x return value from getpayload of non-NaN (bug 26073).Joseph Myers2020-07-061-11/+11
* New exp10f version without SVID compat wrapperAdhemerval Zanella2020-06-193-4/+8
* math: Optimized generic exp10f with wrappersPaul Zimmermann2020-06-191-32/+0
* Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2020-04-303-9/+9
* Remove __NO_MATH_INLINESAdhemerval Zanella2020-04-175-20/+3
* powerpc: Update ULPs and xfail more ibm128 outputsTulio Magno Quites Machado Filho2020-04-073-40/+40
* math: Add inputs that yield larger errors for float type (x86_64)Paul Zimmermann2020-03-3113-0/+324
* math: Remove fenvinline.hAdhemerval Zanella2020-03-303-360/+2
* math: Remove inline math testsAdhemerval Zanella2020-03-1939-7683/+7562
* Remove __LIBC_INTERNAL_MATH_INLINESAdhemerval Zanella2020-03-193-3/+1
* math: Remove mathinlineAdhemerval Zanella2020-03-192-7/+1
* Fix build with GCC 10 when long double = double.Joseph Myers2020-03-171-0/+122
* ldbl-128ibm-compat: Add tests for IBM long double functionsRajalakshmi Srinivasaraghavan2020-03-063-1/+32
* Convert Python scripts to Python 3Alistair Francis2020-03-032-2/+2
* ldbl-128ibm-compat: Redirect complex math functionsRajalakshmi Srinivasaraghavan2020-02-281-2/+19
* ldbl-128ibm-compat: Redirect long double functions to f128/ieee128 functionsTulio Magno Quites Machado Filho2020-02-283-14/+72
* ldbl-128ibm-compat: Provide ieee128 symbols to narrow functionsTulio Magno Quites Machado Filho2020-02-201-14/+1
* Undefine redirections after long double definition on __LDBL_COMPAT [BZ #23294]Tulio Magno Quites Machado Filho2020-02-202-6/+22
* Add a generic scalb implementationTulio Magno Quites Machado Filho2020-02-148-136/+83
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-036-10/+12
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01376-376/+376
* math: enhance the endloop condition of function handle_input_flagliqingqing2019-11-071-1/+1
* Remove x64 _finite tests and referencesWilco Dijkstra2019-10-211-1/+1
* Remove finite-math testsWilco Dijkstra2019-10-2113-244/+10
* Remove math-finite.hWilco Dijkstra2019-10-212-222/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07380-381/+381
* Use __attribute_pure__ macro in bits/mathcalls.hGabriel F. T. Gomes2019-09-051-2/+2
* math: Replace const attribute with pure in totalorder* functionsGabriel F. T. Gomes2019-09-051-3/+4
* Fix spellings of contributor names in comments and docPaul Eggert2019-08-232-2/+2
* Add tgmath.h macros for narrowing functions.Joseph Myers2019-08-213-20/+337
* Correct TEST_COMPAT conditions in totalorder compat tests.Joseph Myers2019-08-162-2/+2
* Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2019-08-1511-506/+624
* Declare some TS 18661-4 interfaces for C2X.Joseph Myers2019-08-131-1/+1
* Declare most TS 18661-1 interfaces for C2X.Joseph Myers2019-08-134-18/+22
* math: Enable some math builtins for clangAdhemerval Zanella2019-03-261-6/+11
* Fix location where math-vector-fortran.h is installed.marxin2019-03-072-1/+20
* Add some spaces before '('.Joseph Myers2019-02-271-1/+1
* Break some lines before not after operators.Joseph Myers2019-02-222-4/+4
* Add new Fortran vector math header file.marxin2019-02-201-0/+1
* math: Enable <bits/math-finite.h> sysdeps overrideFlorian Weimer2019-02-081-197/+0
* Add XFAIL_ROUNDING_IBM128_LIBGCC to more fma() testsTulio Magno Quites Machado Filho2019-01-151-56/+56
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01378-378/+378
* Fix powf overflow handling in non-nearest rounding mode [BZ #23961]Szabolcs Nagy2018-12-112-0/+52
* Remove the error handling wrapper from powSzabolcs Nagy2018-11-213-4/+26