summaryrefslogtreecommitdiff
path: root/math/gen-tgmath-tests.py
AgeCommit message (Expand)Author
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-11-13Change fromfp functions to return floating types following C23 (bug 28327)Joseph Myers
2025-05-14Implement C23 rootn.Joseph Myers
2025-05-09Implement C23 compoundnJoseph Myers
2025-03-27Implement C23 pownJoseph Myers
2025-03-14Implement C23 powrJoseph Myers
2025-03-07Implement C23 rsqrtJoseph Myers
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-12-12Implement C23 atan2piJoseph Myers
2024-12-11Implement C23 atanpiJoseph Myers
2024-12-10Implement C23 asinpiJoseph Myers
2024-12-09Implement C23 acospiJoseph Myers
2024-12-05Implement C23 tanpiJoseph Myers
2024-12-04Implement C23 sinpiJoseph Myers
2024-12-04Implement C23 cospiJoseph Myers
2024-06-17Implement C23 exp2m1, exp10m1Joseph Myers
2024-06-17Implement C23 log10p1Joseph Myers
2024-06-17Implement C23 logp1Joseph Myers
2024-05-20Implement C23 log2p1Joseph Myers
2024-02-23treewide: python-scripts: use `is None` for none-equalityKonstantin Kharlamov
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2023-01-06C2x semantics for <tgmath.h>Joseph Myers
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-09-30Add exp10 macro to <tgmath.h> (bug 26108)Joseph Myers
2021-09-28Add fmaximum, fminimum functionsJoseph Myers
2021-09-22Add narrowing fma functionsJoseph Myers
2021-09-10Add narrowing square root functionsJoseph Myers
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-03-03Convert Python scripts to Python 3Alistair Francis
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-21Add tgmath.h macros for narrowing functions.Joseph Myers
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-05-18Split test-tgmath3 by function.Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-11-24Fix gen-tgmath-tests.py for _Float64, _Float64x testing.Joseph Myers
2017-08-22Fix tgmath.h handling of complex integers (bug 21684).Joseph Myers
2017-08-02Fix tgmath.h for __int128 (bug 21686).Joseph Myers
2017-08-02Fix tgmath.h for bit-fields (bug 21685).Joseph Myers
2017-06-28Fix gen-tgmath-tests.py output for GCC 7 <float.h>.Joseph Myers
2017-06-28Support _Float128 in tgmath.h.Joseph Myers
2017-06-28Use clog10 not __clog10 in tgmath.h log10 macro.Joseph Myers
2017-06-28Fix tgmath.h totalorder, totalordermag return type (bug 21687).Joseph Myers
2017-06-28Add more thorough generated tgmath.h test.Joseph Myers