aboutsummaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Expand)Author
2019-11-07math: enhance the endloop condition of function handle_input_flagliqingqing
2019-10-21Remove x64 _finite tests and referencesWilco Dijkstra
2019-10-21Remove finite-math testsWilco Dijkstra
2019-10-21Remove math-finite.hWilco Dijkstra
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-09-05Use __attribute_pure__ macro in bits/mathcalls.hGabriel F. T. Gomes
2019-09-05math: Replace const attribute with pure in totalorder* functionsGabriel F. T. Gomes
2019-08-23Fix spellings of contributor names in comments and docPaul Eggert
2019-08-21Add tgmath.h macros for narrowing functions.Joseph Myers
2019-08-16Correct TEST_COMPAT conditions in totalorder compat tests.Joseph Myers
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers
2019-08-13Declare some TS 18661-4 interfaces for C2X.Joseph Myers
2019-08-13Declare most TS 18661-1 interfaces for C2X.Joseph Myers
2019-03-26math: Enable some math builtins for clangAdhemerval Zanella
2019-03-07Fix location where math-vector-fortran.h is installed.marxin
2019-02-27Add some spaces before '('.Joseph Myers
2019-02-22Break some lines before not after operators.Joseph Myers
2019-02-20Add new Fortran vector math header file.marxin
2019-02-08math: Enable <bits/math-finite.h> sysdeps overrideFlorian Weimer
2019-01-15Add XFAIL_ROUNDING_IBM128_LIBGCC to more fma() testsTulio Magno Quites Machado Filho
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-11Fix powf overflow handling in non-nearest rounding mode [BZ #23961]Szabolcs Nagy
2018-11-21Remove the error handling wrapper from powSzabolcs Nagy
2018-11-21Remove the error handling wrapper from log2Szabolcs Nagy
2018-11-21Remove the error handling wrapper from logSzabolcs Nagy
2018-11-21Remove the error handling wrapper from exp and exp2Szabolcs Nagy
2018-10-29Patch to require Python 3.4 or later to build glibc.Joseph Myers
2018-10-24Use gen-libm-test.py to generate ulps table for manual.Joseph Myers
2018-10-17Do not allow divide-by-zero exception for pow(+/- 0, -Inf).Joseph Myers
2018-10-02Add more fma tests.Joseph Myers
2018-09-28Remove unnecessary math_private.h includes.Joseph Myers
2018-09-27Use copysign functions not __copysign functions in glibc libm.Joseph Myers
2018-09-19Add new pow implementationSzabolcs Nagy
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers
2018-09-12Add new log2 implementationSzabolcs Nagy
2018-09-12Add new log implementationSzabolcs Nagy
2018-09-05Add new exp and exp2 implementationsSzabolcs Nagy
2018-09-04Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.Joseph Myers
2018-09-03Do not include fenv_private.h in math_private.h.Joseph Myers
2018-08-29Make gen-libm-test.py treat plus_oflow and minus_oflow as non-finite.Joseph Myers
2018-08-24Remove unused math filesWilco Dijkstra
2018-08-22Don't redefine ROUNDING_TESTS_* in math/test-*-vlen*.h.Joseph Myers
2018-08-22Move ROUNDING_TESTS_* out of math-tests.h.Joseph Myers
2018-08-10Improve performance of sincosfWilco Dijkstra
2018-08-09Replace gen-libm-test.pl with gen-libm-test.py.Joseph Myers
2018-08-08Move comment from libm-test-nextdown.inc to libm-test-nexttoward.inc.Joseph Myers
2018-08-03Consistently terminate libm-test-*.inc TEST lines with commas.Joseph Myers
2018-08-01Fix math/test-misc.c for undefined fenv.h macros.Joseph Myers
2018-06-20Add a generic significand implementationTulio Magno Quites Machado Filho