HomeSort by relevance Sort by last modified time
    Searched full:maxwds (Results 1 - 21 of 21) 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) {
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libmingwex.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/
libmingwex.a     [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/libs/armeabi/
libandroid_support.a     [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/libs/armeabi-v7a/
libandroid_support.a     [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/libs/mips/
libandroid_support.a     [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/libs/x86/
libandroid_support.a     [all...]

Completed in 1248 milliseconds