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