]> git.ipfire.org Git - thirdparty/glibc.git/commit - math/w_sqrt_compat.c
Use non-signaling floating-point comparisons in math functions.
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 19 Feb 2012 10:20:18 +0000 (11:20 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 19 Feb 2012 10:20:18 +0000 (11:20 +0100)
commit92221550d72bafcd322ac5ab2a951054184b7f1a
treea48ab236bb1d2c3f29138d04500129fa230ed2e6
parentebaf36ebd838cec73c00433e7b3d41c9d126fe47
Use non-signaling floating-point comparisons in math functions.
41 files changed:
ChangeLog
math/w_acos.c
math/w_acosf.c
math/w_acosh.c
math/w_acoshf.c
math/w_acoshl.c
math/w_acosl.c
math/w_asin.c
math/w_asinf.c
math/w_asinl.c
math/w_atanh.c
math/w_atanhf.c
math/w_atanhl.c
math/w_exp2.c
math/w_exp2f.c
math/w_exp2l.c
math/w_j0.c
math/w_j0f.c
math/w_j0l.c
math/w_j1.c
math/w_j1f.c
math/w_j1l.c
math/w_jn.c
math/w_jnf.c
math/w_log.c
math/w_log10.c
math/w_log10f.c
math/w_log10l.c
math/w_log2.c
math/w_log2f.c
math/w_log2l.c
math/w_logf.c
math/w_logl.c
math/w_sqrt.c
math/w_sqrtf.c
math/w_sqrtl.c
sysdeps/ieee754/dbl-64/e_atanh.c
sysdeps/ieee754/dbl-64/w_exp.c
sysdeps/ieee754/flt-32/e_atanhf.c
sysdeps/ieee754/flt-32/w_expf.c
sysdeps/ieee754/ldbl-96/w_expl.c