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

  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
gethex.c 47 ULong L, lostbits, *x; local
140 lostbits = 0;
145 lostbits = 1;
148 lostbits = 2;
150 lostbits = 3;
199 if (lostbits)
200 lostbits = 1;
202 lostbits = any_on(b,k);
204 lostbits |= 2;
209 if (lostbits) {
    [all...]
strtodg.c 186 ULong carry, inex, lostbits; local
233 inex = lostbits = 0;
235 if ( (lostbits = any_on(b, bdif)) !=0)
244 if (!lostbits)
245 lostbits = b->x[0] & 1;
262 if (k1 > 0 && !lostbits)
263 lostbits = any_on(b, k1);
264 if (!lostbits && !exact)
266 lostbits |=
275 else if (lostbits)
    [all...]
  /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...]
  /prebuilts/go/darwin-x86/src/math/big/
rat.go 136 lostbits := mantissa & (1<<shift - 1)
137 haveRem = haveRem || lostbits != 0
234 lostbits := mantissa & (1<<shift - 1)
235 haveRem = haveRem || lostbits != 0
  /prebuilts/go/linux-x86/src/math/big/
rat.go 136 lostbits := mantissa & (1<<shift - 1)
137 haveRem = haveRem || lostbits != 0
234 lostbits := mantissa & (1<<shift - 1)
235 haveRem = haveRem || lostbits != 0
  /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 375 milliseconds