Home
last modified time | relevance | path

Searched refs:maxwds (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dsum.c94 if (c->wds == c->maxwds) {
Dmisc.c86 rv->maxwds = x;
203 if (wds >= b->maxwds) {
302 if (wc > a->maxwds)
472 for(i = b->maxwds; n1 > i; i <<= 1)
Ddmisc.c100 b->maxwds = 1 << (b->k = *(int*)(void*)b);
Dgdtoaimp.h478 int k, maxwds, sign, wds; member
Dstrtodg.c97 if (b->wds >= b->maxwds) { in increment()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c305 int k, maxwds, sign, wds; member
359 rv->maxwds = x; in Balloc()
405 rv->maxwds = x; in Balloc()
461 if (wds >= b->maxwds) { in multadd()
643 if (wc > a->maxwds) in mult()
838 for(i = b->maxwds; n1 > i; i <<= 1) in lshift()
2271 b->maxwds = 1 << (b->k = *(int*)b); in _Py_dg_freedtoa()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Ddtoa.c322 int k, maxwds, sign, wds; member
376 rv->maxwds = x; in Balloc()
422 rv->maxwds = x; in Balloc()
478 if (wds >= b->maxwds) { in multadd()
660 if (wc > a->maxwds) in mult()
855 for(i = b->maxwds; n1 > i; i <<= 1) in lshift()
2302 b->maxwds = 1 << (b->k = *(int*)b); in _Py_dg_freedtoa()