Home | History | Annotate | Download | only in gdtoa

Lines Matching defs:lostbits

186 	ULong carry, inex, lostbits;
233 inex = lostbits = 0;
235 if ( (lostbits = any_on(b, bdif)) !=0)
244 if (!lostbits)
245 lostbits = b->x[0] & 1;
265 if (k1 > 0 && !lostbits)
266 lostbits = any_on(b, k1);
267 if (!lostbits && !exact)
269 lostbits |=
278 else if (lostbits)