Searched refs:Py_DTSF_SIGN (Results 1 – 4 of 4) sorted by relevance
31 #define Py_DTSF_SIGN 0x01 /* always add the sign */ macro
94 *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
924 if (flags & Py_DTSF_SIGN && buf[0] != '-') { in PyOS_double_to_string()1302 flags & Py_DTSF_SIGN, in PyOS_double_to_string()
388 precision, Py_DTSF_SIGN, NULL); in complex_repr()