HomeSort by relevance Sort by last modified time
    Searched refs:maxwds (Results 1 - 14 of 14) 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) {
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
sum.c 94 if (c->wds == c->maxwds) {
dmisc.c 100 b->maxwds = 1 << (b->k = *(int*)(void*)b);
misc.c 86 rv->maxwds = x;
203 if (wds >= b->maxwds) {
302 if (wc > a->maxwds)
472 for(i = b->maxwds; n1 > i; i <<= 1)
gdtoaimp.h 478 int k, maxwds, sign, wds; member in struct:Bigint
strtodg.c 97 if (b->wds >= b->maxwds) {
  /external/python/cpython3/Python/
dtoa.c 309 - maxwds is the maximum number of words space was allocated for
310 (usually maxwds == 2**k)
323 int k, maxwds, sign, wds; member in struct:Bigint
332 of memory, where pool k (0 <= k <= Kmax) is for Bigints b with b->maxwds ==
377 rv->maxwds = x;
423 rv->maxwds = x;
466 if (wds >= b->maxwds) {
643 if (wc > a->maxwds)
804 for(i = b->maxwds; n1 > i; i <<= 1)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dtoa.c 308 - maxwds is the maximum number of words space was allocated for
309 (usually maxwds == 2**k)
322 int k, maxwds, sign, wds; member in struct:Bigint
331 of memory, where pool k (0 <= k <= Kmax) is for Bigints b with b->maxwds ==
376 rv->maxwds = x;
422 rv->maxwds = x;
478 if (wds >= b->maxwds) {
660 if (wc > a->maxwds)
855 for(i = b->maxwds; n1 > i; i <<= 1)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dtoa.c 291 - maxwds is the maximum number of words space was allocated for
292 (usually maxwds == 2**k)
305 int k, maxwds, sign, wds; member in struct:Bigint
314 of memory, where pool k (0 <= k <= Kmax) is for Bigints b with b->maxwds ==
359 rv->maxwds = x;
405 rv->maxwds = x;
461 if (wds >= b->maxwds) {
643 if (wc > a->maxwds)
838 for(i = b->maxwds; n1 > i; i <<= 1)
    [all...]
  /external/python/cpython2/Python/
dtoa.c 308 - maxwds is the maximum number of words space was allocated for
309 (usually maxwds == 2**k)
322 int k, maxwds, sign, wds; member in struct:Bigint
331 of memory, where pool k (0 <= k <= Kmax) is for Bigints b with b->maxwds ==
376 rv->maxwds = x;
422 rv->maxwds = x;
478 if (wds >= b->maxwds) {
660 if (wc > a->maxwds)
855 for(i = b->maxwds; n1 > i; i <<= 1)
    [all...]

Completed in 415 milliseconds