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

/haiku/src/system/libroot/posix/stdlib/
H A Dstrtod.c373 int k, maxwds, sign, wds; member in struct:Bigint
388 rv->maxwds = x;
432 if (wds >= b->maxwds) {
585 if (wc > a->maxwds)
698 for (i = b->maxwds; n1 > i; i <<= 1)

Completed in 36 milliseconds