Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Ddtoa.c323 int k, maxwds, sign, wds; member
377 rv->maxwds = x; in Balloc()
423 rv->maxwds = x; in Balloc()
466 if (wds >= b->maxwds) { in multadd()
643 if (wc > a->maxwds) in mult()
804 for(i = b->maxwds; n1 > i; i <<= 1) in lshift()
2229 b->maxwds = 1 << (b->k = *(int*)b); in _Py_dg_freedtoa()
/external/python/cpython2/Python/
Ddtoa.c322 int k, maxwds, sign, wds; member
376 rv->maxwds = x; in Balloc()
422 rv->maxwds = x; in Balloc()
478 if (wds >= b->maxwds) { in multadd()
660 if (wc > a->maxwds) in mult()
855 for(i = b->maxwds; n1 > i; i <<= 1) in lshift()
2302 b->maxwds = 1 << (b->k = *(int*)b); in _Py_dg_freedtoa()