aboutsummaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Expand)AuthorFilesLines
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar128-141/+0
2021-06-01Update floating-point feature test macro handling for C2XJoseph Myers2-12/+30
2021-04-07Improve the accuracy of tgamma (BZ #26983)Paul Zimmermann3-1/+346
2021-04-02Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472]Paul Zimmermann5-3/+242
2021-03-30Avoid adding duplicated symbols into static librariesSiddhesh Poyarekar1-0/+3
2021-03-11math: Remove mpa files [BZ #15267]Wilco Dijkstra1-2/+1
2021-03-09math: test-matherr and test-matherr-2 can be regular testsFlorian Weimer2-12/+7
2021-03-09math: $(libm-tests-compat) can be regular testsFlorian Weimer1-2/+1
2021-02-27Add inputs that generate larger error boundsPaul Zimmermann18-0/+3060
2021-01-15math/test-tgmath2: Fix fabs failure when no long doubleStafford Horne1-2/+2
2021-01-13Use the right argument code in unnormal testsSiddhesh Poyarekar5-33/+35
2021-01-04Drop nan-pseudo-number.h usage from testsSiddhesh Poyarekar5-11/+10
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert372-372/+372
2020-12-30x86 long double: Add tests for pseudo normal numbersSiddhesh Poyarekar5-0/+94
2020-12-21add inputs to auto-libm-test-in yielding larger errors (binary64, x86_64)Paul Zimmermann9-0/+568
2020-08-08math: Regenerate auto-libm-test-out-j0Adhemerval Zanella1-0/+25
2020-08-07math: Fix inaccuracy of j0f for x >= 2^127 when sin(x)+cos(x) is tinyPaul Zimmermann1-0/+2
2020-07-06Use C2x return value from getpayload of non-NaN (bug 26073).Joseph Myers1-11/+11
2020-06-19New exp10f version without SVID compat wrapperAdhemerval Zanella3-4/+8
2020-06-19math: Optimized generic exp10f with wrappersPaul Zimmermann1-32/+0
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy3-9/+9
2020-04-17Remove __NO_MATH_INLINESAdhemerval Zanella5-20/+3
2020-04-07powerpc: Update ULPs and xfail more ibm128 outputsTulio Magno Quites Machado Filho3-40/+40
2020-03-31math: Add inputs that yield larger errors for float type (x86_64)Paul Zimmermann13-0/+324
2020-03-30math: Remove fenvinline.hAdhemerval Zanella3-360/+2
2020-03-19math: Remove inline math testsAdhemerval Zanella39-7683/+7562
2020-03-19Remove __LIBC_INTERNAL_MATH_INLINESAdhemerval Zanella3-3/+1
2020-03-19math: Remove mathinlineAdhemerval Zanella2-7/+1
2020-03-17Fix build with GCC 10 when long double = double.Joseph Myers1-0/+122
2020-03-06ldbl-128ibm-compat: Add tests for IBM long double functionsRajalakshmi Srinivasaraghavan3-1/+32
2020-03-03Convert Python scripts to Python 3Alistair Francis2-2/+2
2020-02-28ldbl-128ibm-compat: Redirect complex math functionsRajalakshmi Srinivasaraghavan1-2/+19
2020-02-28ldbl-128ibm-compat: Redirect long double functions to f128/ieee128 functionsTulio Magno Quites Machado Filho3-14/+72
2020-02-20ldbl-128ibm-compat: Provide ieee128 symbols to narrow functionsTulio Magno Quites Machado Filho1-14/+1
2020-02-20Undefine redirections after long double definition on __LDBL_COMPAT [BZ #23294]Tulio Magno Quites Machado Filho2-6/+22
2020-02-14Add a generic scalb implementationTulio Magno Quites Machado Filho8-136/+83
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra6-10/+12
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers376-376/+376
2019-11-07math: enhance the endloop condition of function handle_input_flagliqingqing1-1/+1
2019-10-21Remove x64 _finite tests and referencesWilco Dijkstra1-1/+1
2019-10-21Remove finite-math testsWilco Dijkstra13-244/+10
2019-10-21Remove math-finite.hWilco Dijkstra2-222/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert380-381/+381
2019-09-05Use __attribute_pure__ macro in bits/mathcalls.hGabriel F. T. Gomes1-2/+2
2019-09-05math: Replace const attribute with pure in totalorder* functionsGabriel F. T. Gomes1-3/+4
2019-08-23Fix spellings of contributor names in comments and docPaul Eggert2-2/+2
2019-08-21Add tgmath.h macros for narrowing functions.Joseph Myers3-20/+337
2019-08-16Correct TEST_COMPAT conditions in totalorder compat tests.Joseph Myers2-2/+2
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers11-506/+624
2019-08-13Declare some TS 18661-4 interfaces for C2X.Joseph Myers1-1/+1