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

/freebsd-10.0-release/contrib/gdtoa/
H A Dgethex.c49 ULong L, lostbits, *x; local
233 lostbits = 0;
238 lostbits = 1;
241 lostbits = 2;
243 lostbits = 3;
300 if (lostbits)
301 lostbits = 1;
303 lostbits = any_on(b,k);
305 lostbits |= 2;
310 if (lostbits) {
[all...]
H A Dstrtodg.c181 ULong carry, inex, lostbits; local
230 inex = lostbits = 0;
232 if ( (lostbits = any_on(b, bdif)) !=0)
241 if (!lostbits)
242 lostbits = b->x[0] & 1;
259 if (k1 > 0 && !lostbits)
260 lostbits = any_on(b, k1);
261 if (!lostbits && !exact)
263 lostbits |=
271 else if (lostbits)
[all...]

Completed in 91 milliseconds