Searched defs:lostbits (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dgethex.c47 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...]
H A Dstrtodg.c194 ULong carry, inex, lostbits; local
241 inex = lostbits = 0;
243 if ( (lostbits = any_on(b, bdif)) !=0)
252 if (!lostbits)
253 lostbits = b->x[0] & 1;
270 if (k1 > 0 && !lostbits)
271 lostbits = any_on(b, k1);
272 if (!lostbits && !exact)
274 lostbits |=
283 else if (lostbits)
[all...]

Completed in 200 milliseconds