Searched defs:maxwds (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Python/
H A Ddtoa.c308 - maxwds is the maximum number of words space was allocated for
309 (usually maxwds == 2**k)
322 int k, maxwds, sign, wds; member in struct:Bigint
331 of memory, where pool k (0 <= k <= Kmax) is for Bigints b with b->maxwds ==
376 rv->maxwds = x;
422 rv->maxwds = x;
478 if (wds >= b->maxwds) {
660 if (wc > a->maxwds)
855 for(i = b->maxwds; n1 > i; i <<= 1)
2302 b->maxwds
[all...]
/external/python/cpython3/Python/
H A Ddtoa.c309 - maxwds is the maximum number of words space was allocated for
310 (usually maxwds == 2**k)
323 int k, maxwds, sign, wds; member in struct:Bigint
332 of memory, where pool k (0 <= k <= Kmax) is for Bigints b with b->maxwds ==
377 rv->maxwds = x;
423 rv->maxwds = x;
466 if (wds >= b->maxwds) {
643 if (wc > a->maxwds)
804 for(i = b->maxwds; n1 > i; i <<= 1)
2229 b->maxwds
[all...]

Completed in 178 milliseconds