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

/freebsd-9.3-release/contrib/gdtoa/
H A Dsum.c89 if (c->wds == c->maxwds) {
H A Ddmisc.c92 b->maxwds = 1 << (b->k = *(int*)b);
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.h493 int k, maxwds, sign, wds; member in struct:Bigint
H A Dstrtodg.c81 if (b->wds >= b->maxwds) {

Completed in 45 milliseconds