Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dfloatobject.c1075 #define NDIGITS_MIN (-(int)((DBL_MAX_EXP + 1) * 0.30103)) in float___round___impl() macro
1079 else if (ndigits < NDIGITS_MIN) in float___round___impl()
1086 #undef NDIGITS_MIN in float___round___impl()
/external/python/cpython2/Python/
Dbltinmodule.c2206 #define NDIGITS_MIN (-(int)((DBL_MAX_EXP + 1) * 0.30103)) in builtin_round() macro
2210 else if (ndigits < NDIGITS_MIN) in builtin_round()
2218 #undef NDIGITS_MIN in builtin_round()