summaryrefslogtreecommitdiffstats
path: root/lib/libc/gdtoa/_ldtoa.c
Commit message (Collapse)AuthorAgeFilesLines
* Add missing include to eliminate -Wmissing-prototypes warningrodrigc2015-09-201-0/+1
|
* Fix handling of subnormals on i386/ia64/amd64.das2007-12-091-2/+0
| | | | PR: 85080
* In scanf, round according to the current rounding mode.das2007-12-031-2/+10
|
* Use an intermediate pointer to avoid a strict aliasing warning.jb2007-11-211-1/+2
| | | | | | Note that ULong in this code is actually defined as an unsigned integer across all arches so that the gdtoa() function always processes 32 bit data despite the unfortunate naming of "ULong".
* Fix a bug that caused long double subnormals to be printeddas2004-01-181-0/+3
| | | | | incorrectly on architectures without an explicit normalization bit (sparc64, powerpc).
* Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa().das2003-04-051-0/+97
In support of this, add some MD macros to assist in converting long doubles to the format expected by gdtoa(). Reviewed by: silence on standards@
OpenPOWER on IntegriCloud