1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/lib/libc/gdtoa
David Schultz 9fd7a48db0 Cut out the gordian handling of subnormals by bit fiddling, and
instead use the FPU to convert subnormals to normals.  (NB: Further
simplification is possible, such as using the FPU for the rounding
step.)

This fixes a bug reported by stefanf where long double subnormals in
the Intel 80-bit format would be output with one fewer digit than
necessary when the default precision was used.
2005-01-18 18:44:07 +00:00
..
_hdtoa.c Cut out the gordian handling of subnormals by bit fiddling, and 2005-01-18 18:44:07 +00:00
_ldtoa.c Fix a bug that caused long double subnormals to be printed 2004-01-18 07:53:49 +00:00
glue.c
machdep_ldisd.c
machdep_ldisQ.c
machdep_ldisx.c
Makefile.inc Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc. 2005-01-15 05:23:58 +00:00