glibc/sysdeps/ieee754/ldbl-96
Ulrich Drepper 3e336a8754 [BZ #3306]
2007-03-27  Jakub Jelinek  <jakub@redhat.com>
	[BZ #3306]
	* math/math_private.h (math_opt_barrier, math_force_eval): Define.
	* sysdeps/i386/fpu/math_private.h: New file.
	* sysdeps/x86_64/fpu/math_private.h: New file.
	* math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
	math_force_eval macros.  Use "+m" constraint on asm rather than
	"=m" and "m".
	* math/s_nextafter.c (__nextafter): Likewise.
	* sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
	Likewise.
	* sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
	* sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
	* sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
	* sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
	math_opt_barrier and math_force_eval macros.
	* sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
	* sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
	* sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
	(__nexttoward): Use math_opt_barrier and
	math_force_eval macros.  Use "+m" constraint on asm rather than
	"=m" and "m".  Only use asm to force double result if
	FLT_EVAL_METHOD is 2.
	* sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
	(__nexttowardf): Use math_opt_barrier and
	math_force_eval macros.  Use "+m" constraint on asm rather than
	"=m" and "m".  Only use asm to force double result if
	FLT_EVAL_METHOD is not 0.
	* sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
	(__nexttowardf): Use math_opt_barrier and
	math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
	x to float using asm.
	* sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
	(__nldbl_nexttowardf): Use math_opt_barrier and
	math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
	x to float using asm.
	* sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
	(__nexttowardf): Use math_opt_barrier and math_force_eval
	macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
	* math/bug-nextafter.c (zero, inf): New variables.
	(main): Add new tests.
	* math/bug-nexttoward.c (zero, inf): New variables.
	(main): Add new tests.
2007-04-16 20:41:42 +00:00
..
e_acoshl.c
e_asinl.c
e_atan2l.c
e_atanhl.c
e_coshl.c
e_gammal_r.c [BZ #552] 2004-11-21 19:58:34 +00:00
e_hypotl.c
e_j0l.c Update. 2003-12-28 20:51:20 +00:00
e_j1l.c Update. 2003-12-28 20:51:20 +00:00
e_jnl.c Update. 2003-12-28 20:51:20 +00:00
e_lgammal_r.c
e_remainderl.c
e_sinhl.c
ldbl2mpn.c
math_ldbl.h
mpn2ldbl.c
printf_fphex.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
s_asinhl.c
s_cbrtl.c
s_ceill.c
s_copysignl.c
s_cosl.c
s_erfl.c * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New 2006-01-14 12:10:44 +00:00
s_fabsl.c
s_finitel.c
s_floorl.c
s_fpclassifyl.c
s_frexpl.c
s_ilogbl.c
s_isinfl.c
s_isnanl.c
s_llrintl.c [BZ #2592] 2006-09-20 17:29:36 +00:00
s_llroundl.c
s_logbl.c
s_lrintl.c [BZ #2592] 2006-09-20 17:29:36 +00:00
s_lroundl.c Update. 2004-02-01 19:23:10 +00:00
s_modfl.c
s_nearbyintl.c
s_nextafterl.c . 2007-07-31 13:33:18 +00:00
s_nexttoward.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_remquol.c
s_rintl.c
s_roundl.c
s_scalblnl.c
s_scalbnl.c
s_signbitl.c
s_sincosl.c
s_sinl.c
s_tanhl.c
s_tanl.c
s_truncl.c
strtold_l.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
w_expl.c