OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quietBit
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
divsf3.c
40
if (aAbs > infRep) return fromRep(toRep(a) |
quietBit
);
42
if (bAbs > infRep) return fromRep(toRep(b) |
quietBit
);
fp_add_impl.inc
27
if (aAbs > infRep) return fromRep(toRep(a) |
quietBit
);
29
if (bAbs > infRep) return fromRep(toRep(b) |
quietBit
);
fp_mul_impl.inc
33
if (aAbs > infRep) return fromRep(toRep(a) |
quietBit
);
35
if (bAbs > infRep) return fromRep(toRep(b) |
quietBit
);
divdf3.c
40
if (aAbs > infRep) return fromRep(toRep(a) |
quietBit
);
42
if (bAbs > infRep) return fromRep(toRep(b) |
quietBit
);
divtf3.c
40
if (aAbs > infRep) return fromRep(toRep(a) |
quietBit
);
42
if (bAbs > infRep) return fromRep(toRep(b) |
quietBit
);
fp_lib.h
228
#define
quietBit
(implicitBit >> 1)
229
#define qnanRep (exponentMask |
quietBit
)
Completed in 13 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025