Lines Matching refs:conversions
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
137 (f = strtod(s,se)) is more efficient for some conversions than, say,
152 For some conversions this variant of strtod is less efficient than the
177 For binary -> decimal conversions, I've provided just one family
194 style and conversions with direction of rounding specified (so that, if
200 For an example of more general conversions based on dtoa(), see
235 conversion of very long strings) for conversions to and from double
237 or for conversions to extended or quad, it may be appropriate to
244 I've also tested this stuff (except double double conversions)