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

/macosx-10.9.5/Libc-997.90.3/gdtoa/FreeBSD/
H A Dgdtoa-gethex.c54 ULong L, lostbits, *x; local
290 lostbits = 0;
295 lostbits = 1;
298 lostbits = 2;
300 lostbits = 3;
357 if (lostbits)
358 lostbits = 1;
360 lostbits = any_on(b,k);
362 lostbits |= 2;
367 if (lostbits) {
[all...]
H A Dgdtoa-strtodg.c197 ULong carry, inex, lostbits; local
246 inex = lostbits = 0;
248 if ( (lostbits = any_on(b, bdif)) !=0)
257 if (!lostbits)
258 lostbits = b->x[0] & 1;
275 if (k1 > 0 && !lostbits)
276 lostbits = any_on(b, k1);
277 if (!lostbits && !exact)
279 lostbits |=
287 else if (lostbits)
[all...]

Completed in 165 milliseconds