1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-09-08 13:52:10 +03:00
Files
glibc/sysdeps/ieee754/ldbl-128ibm
Paul E. Murphy 37a4c70bd4 Increase internal precision of ldbl-128ibm decimal printf [BZ #19853]
When the signs differ, the precision of the conversion sometimes
drops below 106 bits.  This strategy is identical to the
hexadecimal variant.

I've refactored tst-sprintf3 to enable testing a value with more
than 30 significant digits in order to demonstrate this failure
and its solution.

Additionally, this implicitly fixes a typo in the shift
quantities when subtracting from the high mantissa to compute
the difference.
2016-03-31 12:14:33 -05:00
..
2014-11-24 11:41:47 +05:30
2016-01-27 09:30:16 +01:00
2014-11-24 11:41:47 +05:30
2014-11-24 11:41:47 +05:30
2016-01-27 09:30:16 +01:00
2014-11-24 11:41:47 +05:30
2015-09-16 21:11:00 +00:00