Lines Matching refs:decimal
1 This directory contains source for a library of binary -> decimal
2 and decimal -> binary conversion routines, for single-, double-,
31 The core conversion routines are strtodg for decimal -> binary conversions
32 and gdtoa for binary -> decimal conversions. These routines operate
58 For decimal -> binary conversions, there are three families of
82 the decimal number:
177 For binary -> decimal conversions, I've provided just one family
187 which do a "%g" style conversion either to a specified number of decimal
189 decimal string that rounds to the given binary floating-point value
195 desired, the decimal value is either >= or <= the binary value).
203 For double-double -> decimal, g_ddfmt() assumes IEEE-like arithmetic
234 is called only under very unusual circumstances (decimal -> binary
337 the decimal-point character to be taken from the current locale; otherwise
351 decimal points are assumed to be '.'. With -DUSE_LOCALE, unless
353 current "decimal point" character string are cached and assumed not