Name Date Size #Lines LOC

..--

advsimd/H--400247

sve/H--466295

README.contributorsH A D10-Jan-2025834 1713

acos_2u.cH A D10-Jan-20253 KiB10145

acosf_1u4.cH A D10-Jan-20253 KiB10042

acosh_3u.cH A D10-Jan-20251.9 KiB6228

acoshf_2u8.cH A D10-Jan-20251.7 KiB5627

asin_3u.cH A D10-Jan-20253.2 KiB10743

asin_data.cH A D10-Jan-2025772 207

asinf_2u5.cH A D10-Jan-20253 KiB10140

asinf_data.cH A D10-Jan-2025576 174

asinh_2u5.cH A D10-Jan-20252.6 KiB8346

asinh_data.cH A D10-Jan-20251 KiB2410

asinhf_3u5.cH A D10-Jan-20252.2 KiB7440

asinhf_data.cH A D10-Jan-2025527 165

atan2_2u5.cH A D10-Jan-20254.2 KiB160110

atan2f_3u.cH A D10-Jan-20254.5 KiB168110

atan_2u5.cH A D10-Jan-20252 KiB7447

atan_common.hH A D10-Jan-2025948 3416

atan_data.cH A D10-Jan-2025948 2413

atanf_2u9.cH A D10-Jan-20251.8 KiB7344

atanf_common.hH A D10-Jan-20251.2 KiB3915

atanf_data.cH A D10-Jan-2025588 187

atanh_3u.cH A D10-Jan-20252.5 KiB8453

atanhf_3u1.cH A D10-Jan-20252.2 KiB8758

cbrt_2u.cH A D10-Jan-20252.1 KiB7028

cbrt_data.cH A D10-Jan-2025644 166

cbrtf_1u5.cH A D10-Jan-20252 KiB6726

cbrtf_data.cH A D10-Jan-2025590 166

cosh_2u.cH A D10-Jan-20251.9 KiB6233

coshf_1u9.cH A D10-Jan-20251.9 KiB6637

erf_2u5.cH A D10-Jan-20253.1 KiB10253

erfc_1u8.cH A D10-Jan-20254.9 KiB15485

erfcf_1u7.cH A D10-Jan-20253.3 KiB10455

erff_2u.cH A D10-Jan-20252.3 KiB8236

erfinv_24u5.cH A D10-Jan-20253.2 KiB8655

erfinvf_4u7.cH A D10-Jan-20252.5 KiB7946

erfinvl.cH A D10-Jan-20253.7 KiB11581

exp_inline.hH A D10-Jan-20255.3 KiB160108

expf_data.cH A D10-Jan-20251.3 KiB3218

expm1_2u5.cH A D10-Jan-20252.6 KiB8642

expm1_data.cH A D10-Jan-2025578 2212

expm1f_1u6.cH A D10-Jan-20252.5 KiB8041

expm1f_data.cH A D10-Jan-2025384 133

log10_2u.cH A D10-Jan-20254.2 KiB152101

log10_data.cH A D10-Jan-202513.8 KiB338297

log1p_2u.cH A D10-Jan-20253.9 KiB13275

log1p_data.cH A D10-Jan-2025813 2110

log1pf_2u1.cH A D10-Jan-20254.8 KiB16285

log1pf_data.cH A D10-Jan-2025531 155

sinh_3u.cH A D10-Jan-20252 KiB6130

sinhf_2u3.cH A D10-Jan-20252.2 KiB7035

tanf_3u3.cH A D10-Jan-20255.7 KiB186111

tanf_data.cH A D10-Jan-20251.2 KiB4617

tanh_3u.cH A D10-Jan-20252.2 KiB8147

tanhf_2u6.cH A D10-Jan-20252.5 KiB8849

README.contributors

1Code in this sub-directory should follow the GNU Coding Standard, but it is
2not expected to be upstreamed into glibc without modification, so
3glibc-specific conventions need not be followed.
4
5The requirements for portable code apply to non-portable code with the
6following differences:
7
81. Worst-case ULP error should be encoded in filenames (e.g. sin_u35.c). There
9   are no specific restrictions on acceptable ULP error, but if functions
10   provide significantly less accuracy than portable equivalents then a clear
11   justification for inclusion should be stated in comments at the top of the
12   source file. Error bounds of the approximation should be clearly documented
13   in comments.
14
152. Functions are assumed to support round-to-nearest mode by default, unless
16   stated; other rounding modes are not required to be provided.
17