Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dio.c419 coeff_to_string_dot(char *s, char *dot, const mpd_t *dec) in coeff_to_string_dot() function
618 cp = coeff_to_string_dot(cp, cp+dplace, dec); in _mpd_to_string()