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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gethex.c 49 ULong L, lostbits, *x; local
239 lostbits = 0;
244 lostbits = 1;
247 lostbits = 2;
249 lostbits = 3;
308 if (lostbits)
309 lostbits = 1;
311 lostbits = any_on(b,k);
313 lostbits |= 2;
318 if (lostbits) {
    [all...]
strtodg.c 185 ULong carry, inex, lostbits; local
238 inex = lostbits = 0;
240 if ( (lostbits = any_on(b, bdif)) !=0)
253 if (!lostbits)
254 lostbits = b->x[0] & 1;
276 if (k1 > 0 && !lostbits)
277 lostbits = any_on(b, k1);
278 if (!lostbits && !exact)
280 lostbits |=
292 else if (lostbits)
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 3218 ULong L, lostbits, *x; local
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 1742 ULong L, lostbits, *x; variable
    [all...]

Completed in 369 milliseconds