Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Ddtoa.c263 #ifndef Flt_Rounds
265 #define Flt_Rounds FLT_ROUNDS macro
267 #define Flt_Rounds 1 macro
271 #define Rounding Flt_Rounds
1639 && Flt_Rounds == 1 in _Py_dg_strtod()
2082 if (Flt_Rounds == 0) in _Py_dg_strtod()
/external/python/cpython2/Python/
Ddtoa.c272 #ifndef Flt_Rounds
274 #define Flt_Rounds FLT_ROUNDS macro
276 #define Flt_Rounds 1 macro
280 #define Rounding Flt_Rounds
1712 && Flt_Rounds == 1 in _Py_dg_strtod()
2155 if (Flt_Rounds == 0) in _Py_dg_strtod()