]> git.ipfire.org Git - thirdparty/glibc.git/commit
math: Consolidated common definition/data for cosh/sinh/tanh
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 12 Mar 2026 14:21:10 +0000 (11:21 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 16 Mar 2026 16:52:20 +0000 (13:52 -0300)
commitf05c4907a273081833a5b6983492e4393dce4327
tree42d9c7835b54fa864c5a06743647b34e9a79f563
parente658f359352a27de8e9d5c4bcfdfaf48db25f391
math: Consolidated common definition/data for cosh/sinh/tanh

Common data definitions are moved to e_coshsinh_data, cosh only
data is moved to e_cosh_data, sinh to e_sinh_data, and tanh to
e_tanh_data.

Reviewed-by: DJ Delorie <dj@redhat.com>
12 files changed:
math/Makefile
sysdeps/ieee754/dbl-64/e_cosh.c
sysdeps/ieee754/dbl-64/e_cosh_data.c [new file with mode: 0644]
sysdeps/ieee754/dbl-64/e_cosh_data.h [new file with mode: 0644]
sysdeps/ieee754/dbl-64/e_coshsinh_data.c [new file with mode: 0644]
sysdeps/ieee754/dbl-64/e_coshsinh_data.h [new file with mode: 0644]
sysdeps/ieee754/dbl-64/e_sinh.c
sysdeps/ieee754/dbl-64/e_sinh_data.c [new file with mode: 0644]
sysdeps/ieee754/dbl-64/e_sinh_data.h [new file with mode: 0644]
sysdeps/ieee754/dbl-64/e_tanh_data.c [new file with mode: 0644]
sysdeps/ieee754/dbl-64/e_tanh_data.h [new file with mode: 0644]
sysdeps/ieee754/dbl-64/s_tanh.c