aboutsummaryrefslogtreecommitdiff
path: root/math/tgmath.h
AgeCommit message (Expand)AuthorFilesLines
2025-03-27Implement C23 pownJoseph Myers1-0/+3
2025-03-14Implement C23 powrJoseph Myers1-0/+4
2025-03-07Implement C23 rsqrtJoseph Myers1-0/+4
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2024-12-12Implement C23 atan2piJoseph Myers1-0/+2
2024-12-11Implement C23 atanpiJoseph Myers1-0/+2
2024-12-10Implement C23 asinpiJoseph Myers1-0/+2
2024-12-09Implement C23 acospiJoseph Myers1-0/+3
2024-12-05Implement C23 tanpiJoseph Myers1-0/+2
2024-12-04Implement C23 sinpiJoseph Myers1-0/+2
2024-12-04Implement C23 cospiJoseph Myers1-0/+4
2024-06-17Implement C23 exp2m1, exp10m1Joseph Myers1-0/+6
2024-06-17Implement C23 log10p1Joseph Myers1-0/+3
2024-06-17Implement C23 logp1Joseph Myers1-0/+3
2024-05-20Implement C23 log2p1Joseph Myers1-0/+3
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers1-23/+23
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2023-01-06C2x semantics for <tgmath.h>Joseph Myers1-80/+166
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-2/+2
2021-09-30Add exp10 macro to <tgmath.h> (bug 26108)Joseph Myers1-0/+5
2021-09-29Do not declare fmax, fmin _FloatN, _FloatNx versions for C2XJoseph Myers1-2/+10
2021-09-29Do not define tgmath.h fmaxmag, fminmag macros for C2X (bug 28397)Joseph Myers1-0/+2
2021-09-28Add fmaximum, fminimum functionsJoseph Myers1-0/+32
2021-09-22Add narrowing fma functionsJoseph Myers1-0/+73
2021-09-10Add narrowing square root functionsJoseph Myers1-0/+56
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-08-21Add tgmath.h macros for narrowing functions.Joseph Myers1-0/+167
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers1-24/+0
2019-08-13Declare most TS 18661-1 interfaces for C2X.Joseph Myers1-2/+4
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-11-15Use __builtin_tgmath in tgmath.h with GCC 8 (bug 21660).Joseph Myers1-57/+147
2017-11-03Handle more _FloatN, _FloatNx types in tgmath.h.Joseph Myers1-2/+29
2017-08-25Use __HAVE_DISTINCT_FLOAT128 in tgmath.h.Joseph Myers1-1/+1
2017-08-22Fix tgmath.h handling of complex integers (bug 21684).Joseph Myers1-46/+89
2017-08-02Fix tgmath.h for __int128 (bug 21686).Joseph Myers1-13/+7
2017-08-02Fix tgmath.h for bit-fields (bug 21685).Joseph Myers1-59/+59
2017-06-28Support _Float128 in tgmath.h.Joseph Myers1-28/+123
2017-06-28Use clog10 not __clog10 in tgmath.h log10 macro.Joseph Myers1-1/+1
2017-06-28Fix tgmath.h totalorder, totalordermag return type (bug 21687).Joseph Myers1-4/+16
2017-06-28Simplify tgmath.h for integer return types.Joseph Myers1-18/+18
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-31Add fromfp functions.Joseph Myers1-0/+20
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers1-0/+3
2016-12-20Add preprocessor indentation for llogb macro in tgmath.h.Joseph Myers1-1/+1
2016-12-20Add fmaxmag, fminmag functions.Joseph Myers1-0/+6