/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/ndk/r11/sources/android/support/src/stdio/ |
strtod.c | 3208 ULong L, lostbits, *x; local [all...] |
/prebuilts/ndk/r13/sources/android/support/src/stdio/ |
strtod.c | 3208 ULong L, lostbits, *x; local [all...] |