Home
last modified time | relevance | path

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

/openbsd/lib/libc/gdtoa/
H A Dgethex.c49 ULong L, lostbits, *x; local
236 lostbits = 0;
241 lostbits = 1;
244 lostbits = 2;
246 lostbits = 3;
305 if (lostbits)
306 lostbits = 1;
308 lostbits = any_on(b,k);
310 lostbits |= 2;
315 if (lostbits) {
[all …]
H A Dstrtodg.c185 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)