glibc/sysdeps/ieee754/ldbl-128ibm
Roland McGrath 5c68d40169 [BZ #2423]
2006-03-07  Jakub Jelinek  <jakub@redhat.com>
	[BZ #2423]
	* math/libm-test.inc [TEST_LDOUBLE] (ceil_test, floor_test, rint_test,
	round_test, trunc_test): Only run some of the new tests if
	LDBL_MANT_DIG > 100.

2006-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
	    Alan Modra  <amodra@bigpond.net.au>

	* sysdeps/powerpc/fpu/fenv_libc.h (__fegetround, __fesetround):
	Define inline implementations.
	* sysdeps/powerpc/fpu/fegetround.c: Use __fegetround.
	* sysdeps/powerpc/fpu/fesetround.c: Use __fesetround.

	* sysdeps/powerpc/fpu/math_ldbl.h: New file.

	[BZ #2423]
	* math/libm-test.inc [TEST_LDOUBLE] (ceil_test, floor_test, rint_test,
	round_test, trunc_test): Add new tests.
	* sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
	(EXTRACT_IBM_EXTENDED_MANTISSA, INSERT_IBM_EXTENDED_MANTISSA):
	Removed, replaced with ...
	(ldbl_extract_mantissa, ldbl_insert_mantissa, ldbl_pack, ldbl_unpack,
	ldbl_canonicalise, ldbl_nearbyint): New functions.
	* sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Replace
	EXTRACT_IBM_EXTENDED_MANTISSA and INSERT_IBM_EXTENDED_MANTISSA
	with ldbl_extract_mantissa and ldbl_insert_mantissa.
	* sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
	Replace EXTRACT_IBM_EXTENDED_MANTISSA with ldbl_extract_mantissa.
	(ldbl_extract_mantissa, ldbl_insert_mantissa): New inline functions.
	* sysdeps/ieee754/ldbl-128ibm/s_ceill.c (__ceill): Handle rounding
	that spans doubles in IBM long double format.
	* sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
	* sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
	* sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
	* sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
	* sysdeps/powerpc/powerpc64/fpu/s_rintl.S: File removed.
2006-03-16 11:47:24 +00:00
..
e_acoshl.c
e_acosl.c
e_asinl.c
e_atan2l.c
e_atanhl.c
e_coshl.c
e_expl.c
e_fmodl.c [BZ #2423] 2006-03-16 11:47:24 +00:00
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 [BZ #2423] 2006-03-16 11:47:24 +00:00
e_remainderl.c
e_sinhl.c
e_sqrtl.c
ieee754.h
k_cosl.c * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Correct index 2006-01-31 18:56:42 +00:00
k_sincosl.c * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Correct index 2006-01-31 18:56:42 +00:00
k_sinl.c * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Correct index 2006-01-31 18:56:42 +00:00
k_tanl.c
ldbl2mpn.c
Makefile
math_ldbl.h [BZ #2423] 2006-03-16 11:47:24 +00:00
mpn2ldbl.c
printf_fphex.c
s_asinhl.c
s_atanl.c
s_cbrtl.c
s_ceill.c [BZ #2423] 2006-03-16 11:47:24 +00:00
s_copysignl.c
s_cosl.c
s_cprojl.c * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Correct index 2006-01-31 18:56:42 +00:00
s_ctanhl.c * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Correct index 2006-01-31 18:56:42 +00:00
s_ctanl.c * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Correct index 2006-01-31 18:56:42 +00:00
s_erfl.c
s_expm1l.c
s_fabsl.c
s_finitel.c * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Use long_double_symbol 2006-02-01 19:47:57 +00:00
s_floorl.c [BZ #2423] 2006-03-16 11:47:24 +00:00
s_fpclassifyl.c
s_frexpl.c
s_ilogbl.c
s_isinfl.c
s_isnanl.c
s_llrintl.c
s_llroundl.c
s_log1pl.c
s_logbl.c
s_lrintl.c
s_lroundl.c
s_modfl.c
s_nearbyintl.c
s_nextafterl.c
s_nexttoward.c
s_nexttowardf.c
s_remquol.c
s_rintl.c [BZ #2423] 2006-03-16 11:47:24 +00:00
s_roundl.c [BZ #2423] 2006-03-16 11:47:24 +00:00
s_scalblnl.c
s_scalbnl.c
s_signbitl.c
s_sincosl.c
s_sinl.c
s_tanhl.c
s_tanl.c
s_truncl.c [BZ #2423] 2006-03-16 11:47:24 +00:00
strtold_l.c
t_sincosl.c
w_expl.c