Searched refs:word_to_string (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | io.c | 334 word_to_string(char *s, mpd_uint_t x, int n, char *dot) in word_to_string() function 377 return word_to_string(s, x, mpd_word_digits(x), NULL); in exp_to_string() 389 s = word_to_string(s, x, mpd_word_digits(x), NULL); in coeff_to_string() 394 s = word_to_string(s, x, MPD_RDIGITS, NULL); in coeff_to_string() 410 s = word_to_string(s, x, mpd_word_digits(x), dot); in coeff_to_string_dot() 415 s = word_to_string(s, x, MPD_RDIGITS, dot); in coeff_to_string_dot()
|