glibc/math
Jakub Jelinek 37002cbcd2 * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
with setting the sticky bit. 
* math/test-misc.c (main): Add more truncation tests.
	* soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
	double in the function declaration.
	* soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
	double in the function declaration.
	* soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
	float in the function declaration.
	* soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
	float in the function declaration.

	* soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
	denormal operands.  Do not generate FP_EX_DENORM exception.
	(FP_UNPACK_RAW_EP): Ditto.
	(FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
	undefined _FP_UNPACK_RAW_E.
	(FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
	undefined _FP_UNPACK_RAW_EP.
	(FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
	undefined _FP_PACK_RAW_E.
	(FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
	undefined _FP_PACK_RAW_EP.

	* op-2.h (_FP_FRAC_COPY_2_2): Define as alias to _FP_FRAC_COPY_2.
	* op-4.h (_FP_FRAC_COPY_2_2): Define as alias to _FP_FRAC_COPY_4.

	* soft-fp/op-common.h (FP_EXTEND): Do not abort when
	_FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
	this case.
	* soft-fp/op-common.h (FP_TRUNC): Ditto.
	* soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
	with setting the sticky bit.
	* math/test-misc.c (main): Add more truncation tests.

2007-04-14  Uros Bizjak  <ubizjak@gmail.com>

	* soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
	double in the function declaration.
	* soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
	double in the function declaration.
	* soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
	float in the function declaration.
	* soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
	float in the function declaration.

	* soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
	denormal operands.  Do not generate FP_EX_DENORM exception.
	(FP_UNPACK_RAW_EP): Ditto.
	(FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
	undefined _FP_UNPACK_RAW_E.
	(FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
	undefined _FP_UNPACK_RAW_EP.
	(FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
	undefined _FP_PACK_RAW_E.
	(FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
	undefined _FP_PACK_RAW_EP.

	* op-2.h (_FP_FRAC_COPY_2_2): Define as alias to _FP_FRAC_COPY_2.
	* op-4.h (_FP_FRAC_COPY_2_2): Define as alias to _FP_FRAC_COPY_4.

2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
	    Jakub Jelinek  <jakub@redhat.com>

	* soft-fp/op-common.h (FP_EXTEND): Do not abort when
	_FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
	this case.
	* soft-fp/op-common.h (FP_TRUNC): Ditto.

2007-05-03  Jakub Jelinek  <jakub@redhat.com>
2007-05-03 16:36:49 +00:00
..
bits * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline. 2007-03-17 17:04:28 +00:00
machine Update. 1999-07-14 00:54:57 +00:00
.cvsignore Tue May 14 14:07:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-14 20:30:25 +00:00
Makefile * Makefile (subdir-target-args): New variable. 2006-02-28 07:11:04 +00:00
README.libm-test Update. 2004-03-24 22:05:34 +00:00
Versions * sysdeps/generic/w_exp2.c [NO_LONG_DOUBLE]: Fix typos in alias names. 2005-03-28 20:42:53 +00:00
atest-exp.c . 2007-07-31 13:33:18 +00:00
atest-exp2.c . 2007-07-31 13:33:18 +00:00
atest-sincos.c . 2007-07-31 13:33:18 +00:00
basic-test.c [BZ #2749] 2007-01-15 23:43:04 +00:00
bug-nextafter.c [BZ #3306] 2007-04-16 20:41:42 +00:00
bug-nexttoward.c [BZ #3306] 2007-04-16 20:41:42 +00:00
bug-tgmath1.c Update. 2004-05-07 02:14:18 +00:00
cabs.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
cabsf.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
cabsl.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
carg.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
cargf.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
cargl.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
cimag.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
cimagf.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
cimagl.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
complex.h * resolv/res_debug.c (loc_ntoa): Make error const. 2006-05-15 14:42:59 +00:00
conj.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
conjf.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
conjl.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
creal.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
crealf.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
creall.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
divtc3.c * math/divtc3.c: New file. 2006-02-01 03:02:06 +00:00
e_acoshl.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
e_acosl.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
e_asinl.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
e_atan2l.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
e_atanhl.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
e_coshl.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
e_exp2l.c * Makerules ($(+sysdir_pfx)sysd-rules): Emit pattern rules to install 2006-01-17 04:31:22 +00:00
e_exp10.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
e_exp10f.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
e_exp10l.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
e_expl.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
e_fmodl.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
e_gammal_r.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
e_hypotl.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
e_j0l.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
e_j1l.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
e_jnl.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
e_lgammal_r.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
e_log2l.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
e_log10l.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
e_logl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
e_powl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
e_rem_pio2l.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
e_scalb.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
e_scalbf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
e_scalbl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
e_sinhl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
e_sqrtl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
fclrexcpt.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
fedisblxcpt.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
feenablxcpt.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
fegetenv.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
fegetexcept.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
fegetround.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
feholdexcpt.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
fenv.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fesetenv.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
fesetround.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
feupdateenv.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
fgetexcptflg.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
fpu_control.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
fraiseexcpt.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
fsetexcptflg.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
ftestexcept.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
gen-libm-test.pl [BZ #2832, BZ #2987] 2006-08-13 08:21:10 +00:00
ieee-math.c * hurd/hurdinit.c (map0): Remove [!PIC] conditional. 1996-06-16 09:31:23 +00:00
k_cosl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
k_rem_pio2l.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
k_sincosl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
k_sinl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
k_tanl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
libm-test.inc [BZ #3919] 2007-03-15 20:10:51 +00:00
math.h 2006-02-03 Jakub Jelinek <jakub@redhat.com> 2006-02-03 19:15:48 +00:00
math_private.h [BZ #3306] 2007-04-16 20:41:42 +00:00
multc3.c * math/divtc3.c: New file. 2006-02-01 03:02:06 +00:00
s_asinhl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_atanl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_cacos.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_cacosf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_cacosh.c [BZ #2182] 2006-08-03 20:36:43 +00:00
s_cacoshf.c [BZ #2182] 2006-08-03 20:36:43 +00:00
s_cacoshl.c [BZ #2182] 2006-08-03 20:36:43 +00:00
s_cacosl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_casin.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_casinf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_casinh.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_casinhf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_casinhl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_casinl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_catan.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_catanf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_catanh.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_catanhf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_catanhl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_catanl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_cbrtl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_ccos.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_ccosf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_ccosh.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_ccoshf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_ccoshl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_ccosl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_cexp.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_cexpf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_cexpl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_clog.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_clog10.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_clog10f.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_clog10l.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_clogf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_clogl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_cpow.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_cpowf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_cpowl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_cproj.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_cprojf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_cprojl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_csin.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_csinf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_csinh.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_csinhf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_csinhl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_csinl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_csqrt.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_csqrtf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_csqrtl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_ctan.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_ctanf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_ctanh.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_ctanhf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_ctanhl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_ctanl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_erfl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_expm1l.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_fdim.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_fdimf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_fdiml.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_fma.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_fmaf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_fmal.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_fmax.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_fmaxf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_fmaxl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_fmin.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_fminf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_fminl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_ldexp.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_ldexpf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_ldexpl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_log1pl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_nan.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_nanf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_nanl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_nextafter.c [BZ #3306] 2007-04-16 20:41:42 +00:00
s_nexttowardf.c [BZ #3306] 2007-04-16 20:41:42 +00:00
s_nexttowardl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_significand.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_significandf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_significandl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
s_tanhl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
setfpucw.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
t_sincosl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
test-double.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
test-fenv.c [BZ #3427] 2007-04-16 20:15:57 +00:00
test-float.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
test-fpucw.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
test-idouble.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
test-ifloat.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
test-ildoubl.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
test-ldouble.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
test-matherr.c Update. 1997-06-26 00:09:27 +00:00
test-misc.c * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT 2007-05-03 16:36:49 +00:00
test-tgmath-int.c [BZ #865] 2005-10-15 00:39:12 +00:00
test-tgmath-ret.c Update. 2003-06-16 08:03:44 +00:00
test-tgmath.c Update. 2004-04-04 09:32:07 +00:00
tgmath.h [BZ #865] 2005-10-15 00:39:12 +00:00
tst-definitions.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
w_acos.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_acosf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_acosh.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_acoshf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_acoshl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_acosl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_asin.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_asinf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_asinl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_atan2.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_atan2f.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_atan2l.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_atanh.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_atanhf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_atanhl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_cosh.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_coshf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_coshl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_drem.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_dremf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_dreml.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_exp2.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_exp2f.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_exp2l.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_exp10.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_exp10f.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_exp10l.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_expl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_fmod.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_fmodf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_fmodl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_hypot.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_hypotf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_hypotl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_j0.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_j0f.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_j0l.c * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New 2006-01-14 12:10:44 +00:00
w_j1.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_j1f.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_j1l.c * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New 2006-01-14 12:10:44 +00:00
w_jn.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_jnf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_jnl.c * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New 2006-01-14 12:10:44 +00:00
w_lgamma.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_lgamma_r.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_lgammaf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_lgammaf_r.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_lgammal.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_lgammal_r.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_log.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_log2.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_log2f.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_log2l.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_log10.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_log10f.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_log10l.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_logf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_logl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_pow.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_powf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_powl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_remainder.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_remainderf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_remainderl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_scalb.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_scalbf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_scalbl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_sinh.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_sinhf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_sinhl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_sqrt.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_sqrtf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_sqrtl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_tgamma.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_tgammaf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
w_tgammal.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00

README.libm-test

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"?
====================================

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.

To generate a new "libm-test-ulps" file, first remove "ULPs" file in the
current directory, then you can execute for example:
test-double -u --ignore-max-ulp=yes
This generates a file "ULPs" with all double ULPs in it, ignoring any
previous calculated ULPs.
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

Now you can rename "NewUlps" to "libm-test-ulps" and move it into
sysdeps.

Contents of libm-test-ulps
==========================
Since libm-test-ulps can be generated automatically, just a few
notes.  The file contains lines for single tests, like:
Test "cos (pi/2) == 0":
float:  1

and lines for maximal errors of single functions, like:
Function "yn":
idouble:  6.0000

The keywords are float, ifloat, double, idouble, ldouble and ildouble
(the prefix i stands for inline).  You can also specify known
failures, e.g.:

Test "cos (pi/2) == 0":
float:  1
float: fail

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)

Some functions need special handling.  For example gamma sets the
global variable signgam and frexp takes an argument to &int.  This
special treatment is coded in "gen-libm-test.pl" and used while
parsing "libm-test.inc".