Searched refs:Py_DTSF_SIGN (Results 1 – 8 of 8) sorted by relevance
31 #define Py_DTSF_SIGN 0x01 /* always add the sign */ macro
98 *flags* can be zero or more of the values *Py_DTSF_SIGN*,101 * *Py_DTSF_SIGN* means to always precede the returned string with a sign
132 *flags* can be zero or more of the values *Py_DTSF_SIGN*,135 * *Py_DTSF_SIGN* means to always precede the returned string with a sign
925 if (flags & Py_DTSF_SIGN && buf[0] != '-') { in PyOS_double_to_string()1303 flags & Py_DTSF_SIGN, in PyOS_double_to_string()
865 if (flags & Py_DTSF_SIGN && buf[0] != '-') { in PyOS_double_to_string()1244 flags & Py_DTSF_SIGN, in PyOS_double_to_string()
392 precision, Py_DTSF_SIGN, NULL); in complex_repr()
405 precision, Py_DTSF_SIGN, NULL); in complex_format()