Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dstrtod.c72 char *buforg, *buflim; in strtod() local
82 buforg = dp, buflim = buffer+48; in strtod()
92 if (dp != buforg) { in strtod()
113 while (dp > buforg && dp[-1] == '0') --dp; in strtod()
114 if (dp == buforg) *dp++ = '0'; in strtod()
146 if (strcmp(buforg, MDMAXFRAC) > 0) return HUGE*sign; in strtod()
152 if (strcmp(buforg, MDMINFRAC) < 0) return ZERO*sign; in strtod()