mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-11 12:50:58 +08:00
I noticed that some libm-test-ulps files still had long-obsolete entries for *_tonearest functions, which will no longer be used since functions with FE_TONEAREST explicitly set aren't tested separately from those functions with it as the default rounding mode any more. This patch removes those obsolete entries. However, as they are a sign of libm-test-ulps not having been regenerated from scratch for a long time, I strongly advise people testing on those platforms to remove / truncate the libm-test-ulps file, run "make regen-ulps" and commit the regenerated-from-scratch file. (Ideally any failures of libm tests still present after regeneration would be investigated / fixed - there are several open "math" bugs spread across these platforms - but simply regenerating from scratch improves things.) * sysdeps/hppa/fpu/libm-test-ulps: Remove *_tonearest entries. * sysdeps/ia64/fpu/libm-test-ulps: Likewise. * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise. * sysdeps/microblaze/libm-test-ulps: Likewise. * sysdeps/sh/libm-test-ulps: Likewise. |
||
---|---|---|
.. | ||
bits | ||
branred.c | ||
doasin.c | ||
dosincos.c | ||
e_acos.c | ||
e_acosf.c | ||
e_acosl.c | ||
e_asin.c | ||
e_asinf.c | ||
e_asinl.c | ||
e_atan2.c | ||
e_atan2f.c | ||
e_atan2l.c | ||
e_atanh.c | ||
e_atanhf.c | ||
e_atanhl.c | ||
e_cosh.c | ||
e_coshf.c | ||
e_coshl.c | ||
e_exp2.c | ||
e_exp2f.c | ||
e_exp2l.c | ||
e_exp10.c | ||
e_exp10f.c | ||
e_exp10l.c | ||
e_exp.c | ||
e_expf.c | ||
e_expl.c | ||
e_fmod.c | ||
e_fmodf.c | ||
e_fmodl.c | ||
e_ilogb.c | ||
e_ilogbf.c | ||
e_ilogbl.c | ||
e_log2.c | ||
e_log2f.c | ||
e_log2l.c | ||
e_log10.c | ||
e_log10f.c | ||
e_log10l.c | ||
e_log.c | ||
e_logf.c | ||
e_logl.c | ||
e_pow.c | ||
e_powf.c | ||
e_powl.c | ||
e_rem_pio2.c | ||
e_rem_pio2f.c | ||
e_rem_pio2l.c | ||
e_remainder.c | ||
e_remainderf.c | ||
e_remainderl.c | ||
e_scalb.c | ||
e_scalbf.c | ||
e_scalbl.c | ||
e_sinh.c | ||
e_sinhf.c | ||
e_sinhl.c | ||
e_sqrt.c | ||
e_sqrtf.c | ||
e_sqrtl.c | ||
fraiseexcpt.c | ||
halfulp.c | ||
k_cosl.c | ||
k_rem_pio2.c | ||
k_rem_pio2f.c | ||
k_sinl.c | ||
k_tanf.c | ||
k_tanl.c | ||
libm-test-ulps | ||
libm-test-ulps-name | ||
math_private.h | ||
mathimpl.h | ||
mpa.c | ||
mpatan2.c | ||
mpatan.c | ||
mpexp.c | ||
mplog.c | ||
mpsqrt.c | ||
mptan.c | ||
s_atan.c | ||
s_atanf.c | ||
s_atanl.c | ||
s_ccosh_template.c | ||
s_ceil.c | ||
s_ceilf.c | ||
s_ceill.c | ||
s_cexp_template.c | ||
s_cos.c | ||
s_cosf.c | ||
s_cosl.c | ||
s_csin_template.c | ||
s_csinh_template.c | ||
s_expm1.c | ||
s_expm1f.c | ||
s_expm1l.c | ||
s_fabs.c | ||
s_fabsf.c | ||
s_fabsl.c | ||
s_finite.c | ||
s_finitef.c | ||
s_finitel.c | ||
s_floor.c | ||
s_floorf.c | ||
s_floorl.c | ||
s_fpclassifyl.c | ||
s_frexp.c | ||
s_frexpf.c | ||
s_frexpl.c | ||
s_isinf.c | ||
s_isinff.c | ||
s_isinfl.c | ||
s_isnan.c | ||
s_isnanf.c | ||
s_isnanl.c | ||
s_llrint.c | ||
s_llrintf.c | ||
s_llrintl.c | ||
s_log1p.c | ||
s_log1pf.c | ||
s_log1pl.c | ||
s_logbl.c | ||
s_lrint.c | ||
s_lrintf.c | ||
s_lrintl.c | ||
s_modf.c | ||
s_modff.c | ||
s_modfl.c | ||
s_nearbyint.c | ||
s_nearbyintf.c | ||
s_nearbyintl.c | ||
s_nextafterl.c | ||
s_remquo.c | ||
s_remquof.c | ||
s_remquol.c | ||
s_rint.c | ||
s_rintf.c | ||
s_rintl.c | ||
s_scalbln.c | ||
s_scalblnf.c | ||
s_scalblnl.c | ||
s_scalbn.c | ||
s_scalbnf.c | ||
s_scalbnl.c | ||
s_significand.c | ||
s_significandf.c | ||
s_significandl.c | ||
s_sin.c | ||
s_sincos.c | ||
s_sincosf.c | ||
s_sincosl.c | ||
s_sinf.c | ||
s_sinl.c | ||
s_tan.c | ||
s_tanf.c | ||
s_tanh.c | ||
s_tanhf.c | ||
s_tanhl.c | ||
s_tanl.c | ||
s_trunc.c | ||
s_truncf.c | ||
s_truncl.c | ||
sincos32.c | ||
sincostab.c | ||
slowexp.c | ||
slowpow.c | ||
t_exp.c |