]> git.ipfire.org Git - thirdparty/glibc.git/commit - math/w_jnl_compat.c
This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* to use...
authorWilco Dijkstra <wdijkstr@arm.com>
Wed, 3 Jun 2015 14:36:34 +0000 (15:36 +0100)
committerWilco Dijkstra <wdijkstr@arm.com>
Wed, 3 Jun 2015 14:41:36 +0000 (15:41 +0100)
commitd81f90ccd0109de9ed78aeeb8d86e2c6d4600690
tree6dfdc3458a8684e3633e20b8cf37385ee7082840
parentf014e87eff1c9935a8bd9f7b7ab66ff5ef562ee9
This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* to use standard C99 macros. This has no effect on generated code.
90 files changed:
ChangeLog
math/e_exp10.c
math/e_exp10l.c
math/e_exp2l.c
math/e_scalb.c
math/e_scalbf.c
math/e_scalbl.c
math/s_ldexp.c
math/s_ldexpf.c
math/s_ldexpl.c
math/w_atan2.c
math/w_atan2f.c
math/w_atan2l.c
math/w_cosh.c
math/w_coshf.c
math/w_coshl.c
math/w_exp10.c
math/w_exp10f.c
math/w_exp10l.c
math/w_exp2.c
math/w_exp2f.c
math/w_exp2l.c
math/w_fmod.c
math/w_fmodf.c
math/w_fmodl.c
math/w_hypot.c
math/w_hypotf.c
math/w_hypotl.c
math/w_jnl.c
math/w_lgamma.c
math/w_lgamma_r.c
math/w_lgammaf.c
math/w_lgammaf_r.c
math/w_lgammal.c
math/w_lgammal_r.c
math/w_pow.c
math/w_powf.c
math/w_powl.c
math/w_remainder.c
math/w_remainderf.c
math/w_remainderl.c
math/w_scalb.c
math/w_scalbf.c
math/w_scalbl.c
math/w_scalbln.c
math/w_scalblnf.c
math/w_scalblnl.c
math/w_sinh.c
math/w_sinhf.c
math/w_sinhl.c
math/w_tgamma.c
math/w_tgammaf.c
math/w_tgammal.c
stdio-common/printf_fp.c
stdio-common/printf_fphex.c
stdio-common/printf_size.c
sysdeps/ieee754/dbl-64/e_exp.c
sysdeps/ieee754/dbl-64/e_exp10.c
sysdeps/ieee754/dbl-64/e_exp2.c
sysdeps/ieee754/dbl-64/e_j1.c
sysdeps/ieee754/dbl-64/e_jn.c
sysdeps/ieee754/dbl-64/e_pow.c
sysdeps/ieee754/dbl-64/w_exp.c
sysdeps/ieee754/flt-32/e_expf.c
sysdeps/ieee754/flt-32/e_j1f.c
sysdeps/ieee754/flt-32/e_jnf.c
sysdeps/ieee754/flt-32/w_expf.c
sysdeps/ieee754/ldbl-128/e_exp10l.c
sysdeps/ieee754/ldbl-128/e_expl.c
sysdeps/ieee754/ldbl-128/e_j0l.c
sysdeps/ieee754/ldbl-128/e_j1l.c
sysdeps/ieee754/ldbl-128/e_jnl.c
sysdeps/ieee754/ldbl-128/e_lgammal_r.c
sysdeps/ieee754/ldbl-128/s_cbrtl.c
sysdeps/ieee754/ldbl-128/w_expl.c
sysdeps/ieee754/ldbl-128ibm/e_acosl.c
sysdeps/ieee754/ldbl-128ibm/e_asinl.c
sysdeps/ieee754/ldbl-128ibm/e_exp10l.c
sysdeps/ieee754/ldbl-128ibm/e_expl.c
sysdeps/ieee754/ldbl-128ibm/e_jnl.c
sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c
sysdeps/ieee754/ldbl-128ibm/s_ctanl.c
sysdeps/ieee754/ldbl-128ibm/w_expl.c
sysdeps/ieee754/ldbl-96/e_j1l.c
sysdeps/ieee754/ldbl-96/e_jnl.c
sysdeps/ieee754/ldbl-96/w_expl.c
sysdeps/ieee754/ldbl-opt/nldbl-finite.c
sysdeps/ieee754/ldbl-opt/nldbl-isinf.c
sysdeps/ieee754/ldbl-opt/nldbl-isnan.c
sysdeps/ieee754/ldbl-opt/nldbl-signbit.c