Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpystrtod.h31 #define Py_DTSF_SIGN 0x01 /* always add the sign */ macro
/third_party/python/Doc/c-api/
Dconversion.rst94 *flags* can be zero or more of the values ``Py_DTSF_SIGN``,
97 * ``Py_DTSF_SIGN`` means to always precede the returned string with a sign
/third_party/python/Python/
Dpystrtod.c924 if (flags & Py_DTSF_SIGN && buf[0] != '-') { in PyOS_double_to_string()
1302 flags & Py_DTSF_SIGN, in PyOS_double_to_string()
/third_party/python/Objects/
Dcomplexobject.c388 precision, Py_DTSF_SIGN, NULL); in complex_repr()