Lines Matching full:decimal
74 // digits yield the shortest decimal representation of v.
79 // Generates 'requested_digits' after the decimal point.
110 // Set decimal-point to -requested_digits. This is what Gay does.
160 // when the generated digits yield the shortest decimal representation of v. A
161 // decimal representation of v is a number lying closer to v than to any other
164 // This is true if d, the decimal representation, is between m- and m+, the
265 // Then we generate 'count' digits of d = x.xxxxx... (without the decimal point)
307 // Generates 'requested_digits' after the decimal point. It might omit
321 // Set decimal-point to -requested_digits. This is what Gay does.
359 // approximation for the exponent of the decimal approimation .digits * 10^k.
562 // GenerateCountedDigits will then convert this ratio to its decimal
566 // generating the decimal representation.)
572 // decimal converting back to v):
635 // For IEEE doubles half-way cases (in decimal system numbers ending with 5)