This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] benchtests: Improve readability of JSON output


On 04/23/2014 04:26 PM, Joseph S. Myers wrote:

It's a pity that we don't have (on GNU/Linux at least) a canonical library
to get gdtoa-type functionality from.

I think the "a" specifier would work but JSON does not support hex formats.

You can also use DECIMAL_DIG as the precision with "g" (presuming you are
in round-to-nearest mode for both output and input) (or FLT_DECIMAL_DIG,
DBL_DECIMAL_DIG, LDBL_DECIMAL_DIG, given C11).  Is there something making
that unsuitable?

What about the locale sensitivity?

--
Florian Weimer / Red Hat Product Security Team


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]