glibc/sysdeps
Joseph Myers 55eb99e9a9 Implement C23 log10p1
C23 adds various <math.h> function families originally defined in TS
18661-4.  Add the log10p1 functions (log10(1+x): like log1p, but for
base-10 logarithms).

This is directly analogous to the log2p1 implementation (except that
whereas log2p1 has a smaller underflow range than log1p, log10p1 has a
larger underflow range).  The test inputs are copied from those for
log1p and log2p1, plus a few more inputs in that wider underflow
range.

Tested for x86_64 and x86, and with build-many-glibcs.py.
2024-06-17 13:48:13 +00:00
..
aarch64 Implement C23 logp1 2024-06-17 13:47:09 +00:00
alpha Implement C23 logp1 2024-06-17 13:47:09 +00:00
arc Implement C23 logp1 2024-06-17 13:47:09 +00:00
arm Implement C23 logp1 2024-06-17 13:47:09 +00:00
csky Implement C23 logp1 2024-06-17 13:47:09 +00:00
generic login: Check default sizes of structs utmp, utmpx, lastlog 2024-04-19 14:38:17 +02:00
gnu login: Use unsigned 32-bit types for seconds-since-epoch 2024-04-19 14:38:17 +02:00
hppa Implement C23 logp1 2024-06-17 13:47:09 +00:00
htl htl: Implement some support for TLS_DTV_AT_TP 2024-03-23 23:00:30 +01:00
hurd hurd: Move internal functions to internal header 2024-03-23 22:43:07 +01:00
i386 Implement C23 log10p1 2024-06-17 13:48:13 +00:00
ieee754 Implement C23 log10p1 2024-06-17 13:48:13 +00:00
loongarch Implement C23 logp1 2024-06-17 13:47:09 +00:00
m68k Implement C23 logp1 2024-06-17 13:47:09 +00:00
mach Implement C23 log10p1 2024-06-17 13:48:13 +00:00
microblaze Implement C23 logp1 2024-06-17 13:47:09 +00:00
mips Implement C23 logp1 2024-06-17 13:47:09 +00:00
nios2 Implement C23 logp1 2024-06-17 13:47:09 +00:00
nptl Always define __USE_TIME_BITS64 when 64 bit time_t is used 2024-04-02 15:28:36 -03:00
or1k Implement C23 logp1 2024-06-17 13:47:09 +00:00
posix posix: Sync tempname with gnulib 2024-04-10 14:53:39 -03:00
powerpc Implement C23 log10p1 2024-06-17 13:48:13 +00:00
pthread Add crt1-2.0.o for glibc 2.0 compatibility tests 2024-05-06 07:49:40 -07:00
riscv Implement C23 logp1 2024-06-17 13:47:09 +00:00
s390 Implement C23 logp1 2024-06-17 13:47:09 +00:00
sh Implement C23 logp1 2024-06-17 13:47:09 +00:00
sparc Implement C23 logp1 2024-06-17 13:47:09 +00:00
unix Implement C23 log10p1 2024-06-17 13:48:13 +00:00
wordsize-32 Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wordsize-64 Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
x86 x86: Fix value for `x86_memset_non_temporal_threshold` when it is undesirable 2024-06-14 17:25:05 -05:00
x86_64 Implement C23 log10p1 2024-06-17 13:48:13 +00:00