Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c14443 int dtoa_flags; in formatfloat() local
14454 dtoa_flags = Py_DTSF_ALT; in formatfloat()
14456 dtoa_flags = 0; in formatfloat()
14457 p = PyOS_double_to_string(x, arg->ch, prec, dtoa_flags, NULL); in formatfloat()