HomeSort by relevance Sort by last modified time
    Searched refs:maxwds (Results 1 - 2 of 2) sorted by null

  /bionic/libc/stdlib/
strtod.c 365 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)
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 526 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)
    [all...]

Completed in 26 milliseconds