Home
last modified time | relevance | path

Searched refs:word_to_string (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Modules/_decimal/libmpdec/
Dio.c350 word_to_string(char *s, mpd_uint_t x, int n, char *dot) in word_to_string() function
393 return word_to_string(s, x, mpd_word_digits(x), NULL); in exp_to_string()
405 s = word_to_string(s, x, mpd_word_digits(x), NULL); in coeff_to_string()
410 s = word_to_string(s, x, MPD_RDIGITS, NULL); in coeff_to_string()
426 s = word_to_string(s, x, mpd_word_digits(x), dot); in coeff_to_string_dot()
431 s = word_to_string(s, x, MPD_RDIGITS, dot); in coeff_to_string_dot()