Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dbytesobject.c418 int dtoa_flags = 0; in formatfloat() local
431 dtoa_flags |= Py_DTSF_ALT; in formatfloat()
433 p = PyOS_double_to_string(x, type, prec, dtoa_flags, NULL); in formatfloat()
H A Dunicodeobject.c14376 int dtoa_flags = 0; in formatfloat() local
14387 dtoa_flags |= Py_DTSF_ALT; in formatfloat()
14388 p = PyOS_double_to_string(x, arg->ch, prec, dtoa_flags, NULL); in formatfloat()

Completed in 25 milliseconds