glibc/sysdeps/ieee754
Andreas Jaeger 7a99a61461 Finish ilogb changes
[BZ# 6794]
	* sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
	* sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
	Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.

	* sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
	* sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
	Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.

	* sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
	* sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.

	* sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
	* sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
	Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
2012-04-18 14:31:43 +02:00
..
bits Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
dbl-64 Remove useless __ilogb*_finite aliases 2012-04-18 00:40:13 +02:00
flt-32 Remove useless __ilogb*_finite aliases 2012-04-18 00:40:13 +02:00
ldbl-64-128 Finish ilogb changes 2012-04-18 14:31:43 +02:00
ldbl-96 Finish ilogb changes 2012-04-18 14:31:43 +02:00
ldbl-128 Finish ilogb changes 2012-04-18 14:31:43 +02:00
ldbl-128ibm Fix ilogb exception and errno (bug 6794) 2012-04-17 22:12:53 +02:00
ldbl-opt Fix ilogb exception and errno (bug 6794) 2012-04-17 22:12:53 +02:00
ieee754.h Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
k_standard.c Fix pow of negative numbers to integer exponents (bugs 369, 2678, 3866). 2012-03-28 14:57:58 +00:00
Makefile
s_lib_version.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_matherr.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
s_signgam.c Use <> for math.h and math_private.h everywhere. 2012-03-09 16:09:10 -08:00
support.c