Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dio.c136 scan_dpoint_exp(const char *s, const char **dpoint, const char **exp, in scan_dpoint_exp() function
264 if ((coeff = scan_dpoint_exp(s, &dpoint, &exp, &end)) == NULL) in mpd_qset_string()