/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
gdtoaimp.h | 476 int k, maxwds, sign, wds; member in struct:Bigint
|
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
gdtoaimp.h | 478 int k, maxwds, sign, wds;
member in struct:Bigint
|
/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...] |
/prebuilts/ndk/r11/sources/android/support/src/stdio/ |
strtod.c | 419 int k, maxwds, sign, wds; member in struct:Bigint 624 rv->maxwds = x; 705 if (wds >= b->maxwds) { 751 if (b->wds >= b->maxwds) { 934 if (wc > a->maxwds) 1080 for(i = b->maxwds; n1 > i; i <<= 1) [all...] |
/prebuilts/ndk/r13/sources/android/support/src/stdio/ |
strtod.c | 419 int k, maxwds, sign, wds; member in struct:Bigint 624 rv->maxwds = x; 705 if (wds >= b->maxwds) { 751 if (b->wds >= b->maxwds) { 934 if (wc > a->maxwds) 1080 for(i = b->maxwds; n1 > i; i <<= 1) [all...] |