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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtodg.c 252 if (hi0bits(b->x[b->wds - 1]) != j) {
924 if (hi0bits(rvb->x[rvb->wds - 1]) != j)
1005 j = hi0bits(rvb->x[rvb->wds-1]);
1013 || hi0bits( rvb->x[k]) >
1014 hi0bits(rvb0->x[k])) {
1036 || hi0bits(rvb->x[k]) < hi0bits(rvb0->x[k])) {
gdtoa.c 74 *bbits = i*ULbits + 32 - hi0bits(b->x[i]);
211 if ( (j = 11 - hi0bits(word0(&d) & Frac_mask)) !=0)
344 if ( (j = 11 - hi0bits(word0(&d) & Frac_mask)) !=0)
598 i = ((s5 ? hi0bits(S->x[S->wds-1]) : ULbits - 1) - s2 - 4) & kmask;
gethex.c 237 n = ULbits*n - hi0bits(L);
347 && hi0bits(x[k-1]) < 32-n)) {
dtoa.c 212 if (( j = 11 - hi0bits(word0(&d2) & Frac_mask) )!=0)
584 if (( i = ((s5 ? 32 - hi0bits(S->x[S->wds-1]) : 1) + s2) & 0x1f )!=0)
587 if (( i = ((s5 ? 32 - hi0bits(S->x[S->wds-1]) : 1) + s2) & 0xf )!=0)
misc.c 669 k = hi0bits(y);
833 *bits = 4*P + 8 - k - hi0bits(word0(&d) & Frac_mask);
843 *bits = 32*i - hi0bits(x[i-1]);
845 *bits = (i+2)*16 - hi0bits(x[i]);
gdtoaimp.h 543 #define hi0bits(x) __hi0bits_D2A((ULong)(x)) macro
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 700 hi0bits
1227 k = hi0bits(y);
1390 *bits = 4*P + 8 - k - hi0bits(word0(d) & Frac_mask);
1400 *bits = 32*i - hi0bits(x[i-1]);
1402 *bits = (i+2)*16 - hi0bits(x[i]);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 191 static int hi0bits(uint32_t x) function in namespace:WTF
588 *bits = (32 * i) - hi0bits(x[i - 1]);
1047 if ((i = ((s5 ? 32 - hi0bits(S.words()[S.size() - 1]) : 1) + s2) & 0x1f))
    [all...]

Completed in 1127 milliseconds