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

  /bionic/libc/stdlib/
strtod.c 564 hi0bits function
1079 k = hi0bits(y);
1240 *bits = 4*P + 8 - k - hi0bits(word0(d) & Frac_mask);
1250 *bits = 32*i - hi0bits(x[i-1]);
1252 *bits = (i+2)*16 - hi0bits(x[i]);
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 698 hi0bits
1218 k = hi0bits(y);
1377 *bits = 4*P + 8 - k - hi0bits(word0(d) & Frac_mask);
1387 *bits = 32*i - hi0bits(x[i-1]);
1389 *bits = (i+2)*16 - hi0bits(x[i]);
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 704 hi0bits
1224 k = hi0bits(y);
1383 *bits = 4*P + 8 - k - hi0bits(word0(d) & Frac_mask);
1393 *bits = 32*i - hi0bits(x[i-1]);
1395 *bits = (i+2)*16 - hi0bits(x[i]);
    [all...]
  /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...]

Completed in 1032 milliseconds