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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 543 #define hi0bits(x) __hi0bits_D2A((ULong)(x)) macro
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 198 static int hi0bits(uint32_t x) function in namespace:WTF
595 *bits = (32 * i) - hi0bits(x[i - 1]);
1054 if ((i = ((s5 ? 32 - hi0bits(S.words()[S.size() - 1]) : 1) + s2) & 0x1f))
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 817 hi0bits function
1332 k = hi0bits(y);
1493 *bits = 4*P + 8 - k - hi0bits(word0(d) & Frac_mask);
1503 *bits = 32*i - hi0bits(x[i-1]);
1505 *bits = (i+2)*16 - hi0bits(x[i]);
    [all...]

Completed in 615 milliseconds