OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bExponent
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
divsf3.c
26
const unsigned int
bExponent
= toRep(b) >> significandBits & maxExponent;
34
if (aExponent-1U >= maxExponent-1U ||
bExponent
-1U >= maxExponent-1U) {
75
int quotientExponent = aExponent -
bExponent
+ scale;
divdf3.c
26
const unsigned int
bExponent
= toRep(b) >> significandBits & maxExponent;
34
if (aExponent-1U >= maxExponent-1U ||
bExponent
-1U >= maxExponent-1U) {
75
int quotientExponent = aExponent -
bExponent
+ scale;
divtf3.c
26
const unsigned int
bExponent
= toRep(b) >> significandBits & maxExponent;
34
if (aExponent-1U >= maxExponent-1U ||
bExponent
-1U >= maxExponent-1U) {
75
int quotientExponent = aExponent -
bExponent
+ scale;
Completed in 12 milliseconds
Indexes created Sun Sep 21 19:09:51 GMT 2025