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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
misc.c 385 static Bigint *p5s; variable
407 if ((p5 = p5s) == 0) {
411 if (!(p5 = p5s)) {
412 p5 = p5s = i2b(625);
419 p5 = p5s = i2b(625);
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
misc.c 386 static Bigint *p5s; variable
408 if ((p5 = p5s) == 0) {
412 if (!(p5 = p5s)) {
413 p5 = p5s = i2b(625);
420 p5 = p5s = i2b(625);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dtoa.c 727 /* p5s is a linked list of powers of 5 of the form 5**(2**i), i >= 2 */
729 static Bigint *p5s; variable
750 p5 = p5s;
758 p5s = p5;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dtoa.c 710 /* p5s is a linked list of powers of 5 of the form 5**(2**i), i >= 2 */
712 static Bigint *p5s; variable
733 p5 = p5s;
741 p5s = p5;
    [all...]
  /external/python/cpython2/Python/
dtoa.c 727 /* p5s is a linked list of powers of 5 of the form 5**(2**i), i >= 2 */
729 static Bigint *p5s; variable
750 p5 = p5s;
758 p5s = p5;
    [all...]
  /prebuilts/ndk/r11/sources/android/support/src/stdio/
strtod.c 999 static Bigint *p5s; variable
1023 if (!(p5 = p5s)) {
1031 p5s = p5;
    [all...]
  /prebuilts/ndk/r13/sources/android/support/src/stdio/
strtod.c 999 static Bigint *p5s; variable
1023 if (!(p5 = p5s)) {
1031 p5s = p5;
    [all...]

Completed in 582 milliseconds