Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dfloatobject.c1053 #define NDIGITS_MAX ((int)((DBL_MANT_DIG-DBL_MIN_EXP) * 0.30103)) in float___round___impl() macro
1055 if (ndigits > NDIGITS_MAX) in float___round___impl()
1064 #undef NDIGITS_MAX in float___round___impl()
/external/python/cpython2/Python/
Dbltinmodule.c2205 #define NDIGITS_MAX ((int)((DBL_MANT_DIG-DBL_MIN_EXP) * 0.30103)) in builtin_round() macro
2207 if (ndigits > NDIGITS_MAX) in builtin_round()
2217 #undef NDIGITS_MAX in builtin_round()