Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dstrtod.c50 static int MDMINEXPT = -323; variable
148 if (expt < MDMINEXPT) { in strtod()
151 if (expt == MDMINEXPT) { in strtod()