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