Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c14097 int dtoa_flags; in formatfloat() local
14108 dtoa_flags = Py_DTSF_ALT; in formatfloat()
14110 dtoa_flags = 0; in formatfloat()
14111 p = PyOS_double_to_string(x, arg->ch, prec, dtoa_flags, NULL); in formatfloat()