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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
misc.c 521 ULong *xa, *xa0, *xb, *xb0; local
536 xb0 = b->x;
537 xb = xb0 + j;
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
misc.c 521 ULong *xa, *xa0, *xb, *xb0; local
536 xb0 = b->x;
537 xb = xb0 + j;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dtoa.c 892 ULong *xa, *xa0, *xb, *xb0; local
907 xb0 = b->x;
908 xb = xb0 + j;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dtoa.c 875 ULong *xa, *xa0, *xb, *xb0; local
890 xb0 = b->x;
891 xb = xb0 + j;
    [all...]
  /external/python/cpython2/Python/
dtoa.c 892 ULong *xa, *xa0, *xb, *xb0; local
907 xb0 = b->x;
908 xb = xb0 + j;
    [all...]
  /prebuilts/ndk/r11/sources/android/support/src/stdio/
strtod.c 1133 ULong *xa, *xa0, *xb, *xb0; local
1155 xb0 = b->x;
1156 xb = xb0 + j;
    [all...]
  /prebuilts/ndk/r13/sources/android/support/src/stdio/
strtod.c 1133 ULong *xa, *xa0, *xb, *xb0; local
1155 xb0 = b->x;
1156 xb = xb0 + j;
    [all...]

Completed in 146 milliseconds