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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
dmisc.c 118 ULong *bx, *bxe, q, *sx, *sxe; local
138 bxe = bx + n;
139 q = *bxe / (*sxe + 1); /* ensure q <= true quotient */
175 if (!*bxe) {
177 while(--bxe > bx && !*bxe)
217 bxe = bx + n;
218 if (!*bxe) {
219 while(--bxe > bx && !*bxe)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
dmisc.c 117 ULong *bx, *bxe, q, *sx, *sxe; local
137 bxe = bx + n;
138 q = *bxe / (*sxe + 1); /* ensure q <= true quotient */
176 if (!*bxe) {
178 while(--bxe > bx && !*bxe)
220 bxe = bx + n;
221 if (!*bxe) {
222 while(--bxe > bx && !*bxe)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dtoa.c 1236 ULong *bx, *bxe, q, *sx, *sxe; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dtoa.c 1219 ULong *bx, *bxe, q, *sx, *sxe; local
    [all...]
  /external/python/cpython2/Python/
dtoa.c 1236 ULong *bx, *bxe, q, *sx, *sxe; local
1254 bxe = bx + n;
1255 q = *bxe / (*sxe + 1); /* ensure q <= true quotient */
    [all...]
  /prebuilts/ndk/r11/sources/android/support/src/stdio/
strtod.c 2195 ULong *bx, *bxe, *sx, *sxe; local
    [all...]
  /prebuilts/ndk/r13/sources/android/support/src/stdio/
strtod.c 2195 ULong *bx, *bxe, *sx, *sxe; local
    [all...]

Completed in 130 milliseconds