aboutsummaryrefslogtreecommitdiff
path: root/math/libm-test-driver.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20math: Add more details to the test driver output.Joe Simmons-Talbott1-2/+2
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-09-22Add narrowing fma functionsJoseph Myers1-7/+19
2021-09-10Add narrowing square root functionsJoseph Myers1-3/+15
2021-01-13Use the right argument code in unnormal testsSiddhesh Poyarekar1-5/+7
2021-01-04Drop nan-pseudo-number.h usage from testsSiddhesh Poyarekar1-3/+2
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-12-30x86 long double: Add tests for pseudo normal numbersSiddhesh Poyarekar1-0/+38
2020-03-19math: Remove inline math testsAdhemerval Zanella1-7/+0
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-10-21Remove finite-math testsWilco Dijkstra1-3/+0
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers1-1/+22
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-08-22Don't redefine ROUNDING_TESTS_* in math/test-*-vlen*.h.Joseph Myers1-0/+3
2018-08-09Replace gen-libm-test.pl with gen-libm-test.py.Joseph Myers1-1/+1
2018-02-09Handle narrowing function sNaN test disabling based on argument format.Joseph Myers1-0/+6
2018-02-09Add test infrastructure for narrowing libm functions.Joseph Myers1-4/+46
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-02-24Run libm tests separately for each function.Joseph Myers1-6/+0
2017-02-14Move INIT_ARCH_EXT call from libm-test-support to libm-test-driver.Joseph Myers1-0/+3
2017-02-08Build most libm-test support code once per type.Joseph Myers1-1317/+11
2017-02-06Refactor some code in libm-test-driver.c.Joseph Myers1-19/+39
2017-02-06Move libm-test TEST_MSG definitions to libm-test-driver.c.Joseph Myers1-1/+16
2017-02-06Move non-function-specific parts of libm-test.inc to separate file.Joseph Myers1-0/+2286