glibc/math
Joseph Myers 8116321f65 Fix libm feupdateenv namespace (bug 17748).
Concluding the fixes for C90 libm functions calling C99 fe* functions,
this patch fixes the case of feupdateenv by making it a weak alias for
__feupdateenv and making the affected code call __feupdateenv.

Tested for x86_64 (testsuite, and that installed stripped shared
libraries are unchanged by the patch).  Also tested for ARM
(soft-float) that the math.h linknamespace tests now pass.

	[BZ #17748]
	* include/fenv.h (__feupdateenv): Use libm_hidden_proto.
	* math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
	* sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
	__feupdateenv and define as weak alias of __feupdateenv.  Use
	libm_hidden_weak.
	* sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
	libm_hidden_def.
	* sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
	and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
	* sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
	* sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
	libm_hidden_def.
	* sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
	__feupdateenv and define as weak alias of __feupdateenv.  Use
	libm_hidden_weak.
	* sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
	libm_hidden_def.
	* sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
	__feupdateenv and define as weak alias of __feupdateenv.  Use
	libm_hidden_weak.
	* sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
	libm_hidden_def.
	* sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
	* sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
	(__feupdateenv): Likewise.
	* sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
	__feupdateenv and define as weak alias of __feupdateenv.  Use
	libm_hidden_weak.
	* sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
	* sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
	libm_hidden_def.
	* sysdeps/tile/math_private.h (__feupdateenv): New inline
	function.
	* sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
	libm_hidden_def.
	* sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
	__feupdateenv instead of feupdateenv.
	(default_libc_feupdateenv_test): Likewise.
	(libc_feresetround_ctx): Likewise.
2015-01-07 19:01:20 +00:00
..
bits Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
machine
atest-exp2.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
atest-exp.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
atest-sincos.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
auto-libm-test-in Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
auto-libm-test-out Fix exp10 spurious underflows (bug 16560). 2014-06-25 11:33:22 +00:00
basic-test.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
bug-nextafter.c Make more libm tests condition exceptions tests with math-tests.h. 2013-06-12 12:41:25 +00:00
bug-nexttoward.c Make more libm tests condition exceptions tests with math-tests.h. 2013-06-12 12:41:25 +00:00
bug-tgmath1.c
cabs.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
cabsf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
cabsl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
carg.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
cargf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
cargl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
cimag.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
cimagf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
cimagl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
complex.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
conj.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
conjf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
conjl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
creal.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
crealf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
creall.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
divtc3.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
e_acoshl.c
e_acosl.c
e_asinl.c
e_atan2l.c
e_atanhl.c
e_coshl.c
e_exp2l.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
e_exp10.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
e_exp10f.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
e_exp10l.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
e_expl.c
e_fmodl.c
e_gammal_r.c
e_hypotl.c
e_j0l.c
e_j1l.c
e_jnl.c
e_lgammal_r.c
e_log2l.c
e_log10l.c
e_logl.c
e_powl.c
e_rem_pio2l.c
e_scalb.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
e_scalbf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
e_scalbl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
e_sinhl.c
e_sqrtl.c
fclrexcpt.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
fedisblxcpt.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
feenablxcpt.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
fegetenv.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
fegetexcept.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
fegetround.c Fix libm fegetround namespace (bug 17748). 2015-01-02 20:44:42 +00:00
feholdexcpt.c Fix libm feholdexcept namespace (bug 17748). 2015-01-05 23:06:14 +00:00
fenv.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
fesetenv.c Fix libm fesetenv namespace (bug 17748). 2015-01-06 23:36:20 +00:00
fesetround.c Fix libm fesetround namespace (bug 17748). 2015-01-07 00:41:23 +00:00
feupdateenv.c Fix libm feupdateenv namespace (bug 17748). 2015-01-07 19:01:20 +00:00
fgetexcptflg.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
fpu_control.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
fraiseexcpt.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
fsetexcptflg.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
ftestexcept.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
gen-auto-libm-tests.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
gen-libm-test.pl Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
ieee-math.c
k_casinh.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
k_casinhf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
k_casinhl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
k_cosl.c
k_rem_pio2l.c
k_sincosl.c
k_sinl.c
k_tanl.c
libm-test.inc Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
Makefile Remove duplicated -frounding-math 2015-01-06 06:32:03 -08:00
math.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
multc3.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
README.libm-test Don't include individual test ulps in libm-test-ulps. 2014-03-05 15:02:38 +00:00
s_asinhl.c
s_atanl.c
s_cacos.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_cacosf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_cacosh.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_cacoshf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_cacoshl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_cacosl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_casin.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_casinf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_casinh.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_casinhf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_casinhl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_casinl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_catan.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_catanf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_catanh.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_catanhf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_catanhl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_catanl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_cbrtl.c
s_ccos.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_ccosf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_ccosh.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_ccoshf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_ccoshl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_ccosl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_cexp.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_cexpf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_cexpl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_clog10.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_clog10f.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_clog10l.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_clog.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_clogf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_clogl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_cpow.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_cpowf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_cpowl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_cproj.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_cprojf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_cprojl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_csin.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_csinf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_csinh.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_csinhf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_csinhl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_csinl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_csqrt.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_csqrtf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_csqrtl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_ctan.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_ctanf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_ctanh.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_ctanhf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_ctanhl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_ctanl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_erfl.c
s_expm1l.c
s_fdim.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_fdimf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_fdiml.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_fma.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_fmaf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_fmal.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_fmax.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_fmaxf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_fmaxl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_fmin.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_fminf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_fminl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_ldexp.c
s_ldexpf.c Don't use INTDEF with __ldexpf (bug 14132). 2014-10-21 23:11:49 +00:00
s_ldexpl.c
s_log1pl.c
s_nan.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_nanf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_nanl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_nextafter.c Fix nextafter overflow in non-default rounding modes (bug 16677). 2014-03-11 22:24:00 +00:00
s_nexttowardf.c
s_nexttowardl.c
s_significand.c
s_significandf.c
s_significandl.c
s_tanhl.c
setfpucw.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
t_sincosl.c
test-double.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
test-fenv-preserve.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
test-fenv-return.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
test-fenv-tls.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
test-fenv.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
test-float.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
test-fpucw-ieee-static.c Fix static-binary lazy FPU context allocation 2013-09-09 22:36:57 +01:00
test-fpucw-ieee.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
test-fpucw-static.c Fix math/test-fpucw-*.c for sysdeps test-fpucw.c overrides. 2014-01-16 05:30:52 +00:00
test-fpucw.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
test-idouble.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
test-ifloat.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
test-ildoubl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
test-ldouble.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
test-matherr.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
test-misc.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
test-powl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
test-snan.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
test-tgmath2.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
test-tgmath-int.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
test-tgmath-ret.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
test-tgmath.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
tgmath.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
tst-CMPLX2.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
tst-CMPLX.c
tst-definitions.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
Versions
w_acos.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_acosf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_acosh.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_acoshf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_acoshl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_acosl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_asin.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_asinf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_asinl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_atan2.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_atan2f.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_atan2l.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_atanh.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_atanhf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_atanhl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_cosh.c
w_coshf.c
w_coshl.c
w_drem.c
w_dremf.c
w_dreml.c
w_exp2.c Fix exp2 errno setting on underflow (bug 16283). 2013-12-03 20:50:51 +00:00
w_exp2f.c Fix exp2 errno setting on underflow (bug 16283). 2013-12-03 20:50:51 +00:00
w_exp2l.c Fix exp2 errno setting on underflow (bug 16283). 2013-12-03 20:50:51 +00:00
w_exp10.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_exp10f.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_exp10l.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_expl.c
w_fmod.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_fmodf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_fmodl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_hypot.c
w_hypotf.c
w_hypotl.c
w_ilogb.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_ilogbf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_ilogbl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_j0.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_j0f.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_j0l.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_j1.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_j1f.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_j1l.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_jn.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_jnf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_jnl.c
w_lgamma_r.c
w_lgamma.c
w_lgammaf_r.c
w_lgammaf.c
w_lgammal_r.c
w_lgammal.c
w_log2.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_log2f.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_log2l.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_log10.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_log10f.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_log10l.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_log.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_logf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_logl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_pow.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_powf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_powl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_remainder.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_remainderf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_remainderl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_scalb.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_scalbf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_scalbl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_scalbln.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_scalblnf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_scalblnl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_sinh.c
w_sinhf.c
w_sinhl.c
w_sqrt.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_sqrtf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_sqrtl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
w_tgamma.c Fix tgamma errno setting on underflow (bug 6810). 2013-12-05 14:01:41 +00:00
w_tgammaf.c Fix tgamma errno setting on underflow (bug 6810). 2013-12-05 14:01:41 +00:00
w_tgammal.c Fix tgamma errno setting on underflow (bug 6810). 2013-12-05 14:01:41 +00:00

README for libm-test math test suite
====================================

The libm-test math test suite tests a number of function points of
math functions in the GNU C library.  The following sections contain a
brief overview.  Please note that the test drivers and the Perl script
"gen-libm-test.pl" have some options.  A full list of options is
available with --help (for the test drivers) and -h for
"gen-libm-test.pl".


What is tested?
===============
The tests just evaluate the functions at specified points and compare
the results with precomputed values and the requirements of the ISO
C99 standard.

Besides testing the special values mandated by IEEE 754 (infinities,
NaNs and minus zero), some more or less random values are tested.

Files that are part of libm-test
================================

The main file is "libm-test.inc".  It is platform and floating point
format independent.  The file must be preprocessed by the Perl script
"gen-libm-test.pl".  The results are "libm-test.c" and a file
"libm-test-ulps.h" with platform specific deltas.

The test drivers test-double.c, test-float.c, test-ldouble.c test the
normal double, float and long double implementation of libm.  The test
drivers with an i in it (test-idouble.c, test-ifloat.c,
test-ildoubl.c) test the corresponding inline functions (where
available - otherwise they also test the real functions in libm).

"gen-libm-test.pl" needs a platform specific files with ULPs (Units of
Last Precision).  The file is called "libm-test-ulps" and lives in
platform specific sysdep directory.

How can I generate "libm-test-ulps"?
====================================

To automatically generate a new "libm-test-ulps" run "make regen-ulps".
This generates the file "math/NewUlps" in the build directory.  The file
contains the sorted results of all the tests.  You can use the "NewUlps"
file as the machine's updated "libm-test-ulps" file.  Copy "NewUlps" to
"libm-test-ulps" in the appropriate machine sysdep directory.  Verify
the changes, post your patch, and check it in after review.

To manually generate a new "libm-test-ulps" file, first remove "ULPs"
file in the current directory, then you can execute for example:
    ./testrun.sh math/test-double -u --ignore-max-ulp=yes
This generates a file "ULPs" with all double ULPs in it, ignoring any
previously calculated ULPs, and running with the newly built dynamic
loader and math library (assumes you didn't install your build).  Now
generate the ULPs for all other formats, the tests will be appending the
data to the "ULPs" file.  As final step run "gen-libm-test.pl" with the
file as input and ask to generate a pretty printed output in the file
"NewUlps":
  gen-libm-test.pl -u ULPs -n
Copy "NewUlps" to "libm-test-ulps" in the appropriate machine sysdep
directory.

Note that the test drivers have an option "-u" to output an unsorted
list of all epsilons that the functions have.  The output can be read
in directly but it's better to pretty print it first.
"gen-libm-test.pl" has an option to generate a pretty-printed and
sorted new ULPs file from the output of the test drivers.

Contents of libm-test-ulps
==========================

Since libm-test-ulps can be generated automatically, just a few notes.
The file contains lines for maximal errors of single functions, like:

Function "yn":
idouble: 6

The keywords are float, ifloat, double, idouble, ldouble and ildouble
(the prefix i stands for inline).

Adding tests to libm-test.inc
=============================

The tests are evaluated by a set of special test macros.  The macros
start with "TEST_" followed by a specification the input values, an
underscore and a specification of the output values.  As an example,
the test macro for a function with input of type FLOAT (FLOAT is
either float, double, long double) and output of type FLOAT is
"TEST_f_f".  The macro's parameter are the name of the function, the
input parameter, output parameter and optionally one exception
parameter.

The accepted parameter types are:
- "f" for FLOAT
- "b" for boolean - just tests if the output parameter evaluates to 0
  or 1 (only for output).
- "c" for complex.  This parameter needs two values, first the real,
  then the imaginary part.
- "i" for int.
- "l" for long int.
- "L" for long long int.
- "F" for the address of a FLOAT (only as input parameter)
- "I" for the address of an int (only as input parameter)