Home
last modified time | relevance | path

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

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