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

/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc526 int k, maxwds, sign, wds; member in struct:dmg_fp::Bigint
568 rv->maxwds = x;
647 if (wds >= b->maxwds) {
825 if (wc > a->maxwds)
983 for(i = b->maxwds; n1 > i; i <<= 1)
1720 if (b->wds >= b->maxwds) {
3479 b->maxwds = 1 << (b->k = *(int*)b);

Completed in 103 milliseconds