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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
sum.c 91 if (c->wds == c->maxwds) {
dmisc.c 100 b->maxwds = 1 << (b->k = *(int*)b);
misc.c 83 rv->maxwds = x;
207 if (wds >= b->maxwds) {
303 if (wc > a->maxwds)
472 for(i = b->maxwds; n1 > i; i <<= 1)
gdtoaimp.h 476 int k, maxwds, sign, wds; member in struct:Bigint
strtodg.c 81 if (b->wds >= b->maxwds) {
  /ndk/sources/android/support/src/stdio/
strtod.c 429 int k, maxwds, sign, wds; member in struct:Bigint
634 rv->maxwds = x;
715 if (wds >= b->maxwds) {
761 if (b->wds >= b->maxwds) {
944 if (wc > a->maxwds)
1090 for(i = b->maxwds; n1 > i; i <<= 1)
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 526 int k, maxwds, sign, wds; member in struct:dmg_fp::Bigint
570 rv->maxwds = x;
649 if (wds >= b->maxwds) {
827 if (wc > a->maxwds)
991 for(i = b->maxwds; n1 > i; i <<= 1)
    [all...]

Completed in 60 milliseconds