Home
last modified time | relevance | path

Searched refs:maxwds (Results 1 - 5 of 5) sorted by relevance

/third_party/FreeBSD/contrib/gdtoa/
H A Dsum.c89 if (c->wds == c->maxwds) {
H A Dmisc.c78 rv->maxwds = x;
202 if (wds >= b->maxwds) {
294 if (wc > a->maxwds)
448 for(i = b->maxwds; n1 > i; i <<= 1)
H A Dgdtoaimp.h490 int k, maxwds, sign, wds; member
H A Dstrtodg.c81 if (b->wds >= b->maxwds) {
/third_party/python/Python/
H A Ddtoa.c314 - maxwds is the maximum number of words space was allocated for
315 (usually maxwds == 2**k)
328 int k, maxwds, sign, wds; member
337 of memory, where pool k (0 <= k <= Kmax) is for Bigints b with b->maxwds ==
382 rv->maxwds = x; in Balloc()
428 rv->maxwds = x; in Balloc()
471 if (wds >= b->maxwds) { in multadd()
648 if (wc > a->maxwds) in mult()
809 for(i = b->maxwds; n1 > i; i <<= 1) in lshift()
2205 b->maxwds in _Py_dg_freedtoa()
[all...]

Completed in 7 milliseconds