OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:quotientExponent
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
divsf3.c
75
int
quotientExponent
= aExponent - bExponent + scale;
137
quotientExponent
--;
143
const int writtenExponent =
quotientExponent
+ exponentBias;
divdf3.c
75
int
quotientExponent
= aExponent - bExponent + scale;
152
quotientExponent
--;
158
const int writtenExponent =
quotientExponent
+ exponentBias;
divtf3.c
75
int
quotientExponent
= aExponent - bExponent + scale;
171
quotientExponent
--;
178
const int writtenExponent =
quotientExponent
+ exponentBias;
Completed in 14 milliseconds
Indexes created Thu Sep 25 08:09:54 GMT 2025