Home
last modified time | relevance | path

Searched refs:FORMAT_FLOAT (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dformatter_string.c12 #define FORMAT_FLOAT _PyFloat_FormatAdvanced macro
/external/python/cpython2/Objects/stringlib/
Dformatter.h358 #if defined FORMAT_FLOAT || defined FORMAT_LONG || defined FORMAT_COMPLEX
917 #ifdef FORMAT_FLOAT
1454 #ifdef FORMAT_FLOAT
1456 FORMAT_FLOAT(PyObject *obj, in FORMAT_FLOAT() function