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

  /bionic/libc/upstream-openbsd/lib/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 */
174 if (!*bxe) {
176 while(--bxe > bx && !*bxe)
216 bxe = bx + n;
217 if (!*bxe) {
218 while(--bxe > bx && !*bxe)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 616 uint32_t* bxe; local
636 bxe = bx + n;
637 q = *bxe / (*sxe + 1); /* ensure q <= true quotient */
661 if (!*bxe) {
663 while (--bxe > bx && !*bxe)
694 bxe = bx + n;
695 if (!*bxe) {
696 while (--bxe > bx && !*bxe)
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 2205 ULong *bx, *bxe, *sx, *sxe; local
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 2114 ULong *bx, *bxe, q, *sx, *sxe; variable
    [all...]

Completed in 358 milliseconds