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

/bionic/libc/stdlib/
H A Dstrtod.c365 int k, maxwds, sign, wds; member in struct:Bigint
423 rv->maxwds = x;
504 if (wds >= b->maxwds) {
691 if (wc > a->maxwds)
837 for(i = b->maxwds; n1 > i; i <<= 1)

Completed in 24 milliseconds