OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lostbits
(Results
1 - 2
of
2
) 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
...]
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 31 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025