HomeSort by: relevance | last modified time | path
    Searched refs:maxwds (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libc/gdtoa/
sum.c 93 if (c->wds == c->maxwds) {
dmisc.c 99 b->maxwds = 1 << (b->k = *(int*)(void*)b);
misc.c 84 rv->maxwds = x;
209 if (wds >= b->maxwds) {
308 if (wc > a->maxwds)
483 for(i = b->maxwds; n1 > i; i <<= 1)
gdtoaimp.h 521 int k, maxwds, sign, wds; member in struct:Bigint
strtodg.c 82 if (b->wds >= b->maxwds) {

Completed in 12 milliseconds