aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)AuthorFilesLines
5 daysImplement C23 atan2piJoseph Myers3-0/+11
6 daysImplement C23 atanpiJoseph Myers3-0/+11
7 daysImplement C23 asinpiJoseph Myers3-0/+11
8 daysImplement C23 acospiJoseph Myers3-0/+11
12 daysImplement C23 tanpiJoseph Myers3-0/+11
13 daysImplement C23 sinpiJoseph Myers3-0/+11
14 daysImplement C23 cospiJoseph Myers3-0/+13
2024-11-26math: Add internal roundeven_finiteAdhemerval Zanella4-3/+30
2024-11-25math: Fix branch hint for 68d7128942Adhemerval Zanella1-1/+1
2024-11-25math: Fix non-portability in the computation of signgam in lgammafVincent Lefevre1-5/+4
2024-11-22math: Use tanf from CORE-MATHAdhemerval Zanella2-161/+165
2024-11-22math: Use lgammaf from CORE-MATHAdhemerval Zanella2-510/+349
2024-11-22math: Use erfcf from CORE-MATHAdhemerval Zanella1-160/+174
2024-11-22math: Use erff from CORE-MATHAdhemerval Zanella1-145/+247
2024-11-22math: Split s_erfF in erff and erfcAdhemerval Zanella7-78/+178
2024-11-22math: Use cbrtf from CORE-MATHAdhemerval Zanella1-49/+87
2024-11-07math: Fix log10f on some ABIsAdhemerval Zanella1-3/+2
2024-11-06math: Fix incorrect results of exp10m1f with some GCC versionsFlorian Weimer2-2/+2
2024-11-01x86_64: Add exp2m1f with FMAAdhemerval Zanella1-0/+2
2024-11-01x86_64: Add exp10m1f with FMAAdhemerval Zanella1-0/+2
2024-11-01math: Use log10p1f from CORE-MATHAdhemerval Zanella1-0/+182
2024-11-01math: Use log1pf from CORE-MATHAdhemerval Zanella2-103/+169
2024-11-01math: Use log2p1f from CORE-MATHAdhemerval Zanella1-0/+248
2024-11-01math: Use log10f from CORE-MATHAdhemerval Zanella1-44/+152
2024-11-01math: Use expm1f from CORE-MATHAdhemerval Zanella2-121/+113
2024-11-01math: Use exp2m1f from CORE-MATHAdhemerval Zanella1-0/+192
2024-11-01math: Use exp10m1f from CORE-MATHAdhemerval Zanella1-0/+225
2024-11-01math: Add e_gammaf_r to glibc code and styleAdhemerval Zanella1-77/+103
2024-10-11replace tgammaf by the CORE-MATH implementationPaul Zimmermann2-237/+129
2024-10-01math: Improve layout of expf dataWilco Dijkstra1-1/+1
2024-06-17Convert to autoconf 2.72 (vanilla release, no distribution patches)Andreas K. Hüttel1-5/+7
2024-06-17Implement C23 exp2m1, exp10m1Joseph Myers4-0/+22
2024-06-17Implement C23 log10p1Joseph Myers3-0/+11
2024-06-17Implement C23 logp1Joseph Myers7-4/+7
2024-06-04math: Fix exp10 undefined left shiftSzabolcs Nagy1-3/+3
2024-05-24sysdeps/ieee754/ldbl-opt/Makefile: Split and sort libnldbl-callsH.J. Lu1-42/+233
2024-05-24sysdeps/ieee754/ldbl-opt/Makefile: Remove test-nldbl-redirect-staticH.J. Lu1-1/+0
2024-05-24sysdeps/ieee754/ldbl-opt/Makefile: Split and sort testsH.J. Lu1-10/+18
2024-05-23math: Provide missing math symbols on libc.a (BZ 31781)Adhemerval Zanella3-6/+6
2024-05-22Don't provide XXXf128_do_not_use aliases [BZ #31757]H.J. Lu4-0/+10
2024-05-21math: Fix isnanf128 static build (BZ 31774)Adhemerval Zanella1-0/+4
2024-05-21math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488)Adhemerval Zanella1-2/+2
2024-05-20Implement C23 log2p1Joseph Myers3-1/+14
2024-05-20nearbyint: Don't define alias when used in IFUNC [BZ #31759]H.J. Lu2-0/+4
2024-02-01Rename c2x / gnu2x tests to c23 / gnu23Joseph Myers14-24/+24
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers2-8/+12
2024-01-12math: remove exp10 wrappersWilco Dijkstra2-3/+11
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert506-506/+506
2023-12-04math: Add new exp10 implementationJoe Ramsay3-24/+135
2023-10-16Avoid maybe-uninitialized warning in __kernel_rem_pio2Andreas Schwab1-9/+5