2 * [atw] multiply 64 bit accumulator by 10 and add digit.
3 * The KA/CA way to do this should be to use
4 * a 64-bit integer internally and use "adjust" to
5 * convert it to float at the end of processing.
12 __ten_mul (double *acc
,
16 * [atw] Crude, but effective (at least on a KB)...
22 return 0; /* no overflow */