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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtodg.c 348 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local
703 rvb = d2b(dval(&rv), &rve, &rvbits); /* rv = rvb * 2^rve */
707 if ((j = rvbits - nbits) > 0) {
709 rvbits = nbits;
713 e2 = rve + rvbits - nbits;
716 rve1 = rve + rvbits - nbits;
724 rvbits += j;
727 rvbits += j;
728 if (rvbits <= 0) {
729 if (rvbits < -1)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libmingwex.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/
libmingwex.a     [all...]

Completed in 1296 milliseconds