HomeSort by: relevance | last modified time | path
    Searched defs:lostbits (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/gdtoa/
gethex.c 46 ULong L, lostbits, *x; local in function:gethex
219 lostbits = 0;
224 lostbits = 1;
227 lostbits = 2;
229 lostbits = 3;
288 if (lostbits)
289 lostbits = 1;
291 lostbits = any_on(b,k);
293 lostbits |= 2;
298 if (lostbits) {
    [all...]
gethex.c 46 ULong L, lostbits, *x; local in function:gethex
219 lostbits = 0;
224 lostbits = 1;
227 lostbits = 2;
229 lostbits = 3;
288 if (lostbits)
289 lostbits = 1;
291 lostbits = any_on(b,k);
293 lostbits |= 2;
298 if (lostbits) {
    [all...]
strtodg.c 186 ULong carry, inex, lostbits; local in function:rvOK
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)
    [all...]
strtodg.c 186 ULong carry, inex, lostbits; local in function:rvOK
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)
    [all...]

Completed in 66 milliseconds