Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dfloatobject.c1074 #define NDIGITS_MIN (-(int)((DBL_MAX_EXP + 1) * 0.30103)) in float___round___impl() macro
1078 else if (ndigits < NDIGITS_MIN) in float___round___impl()
1085 #undef NDIGITS_MIN in float___round___impl()