OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aSignificand
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
divsf3.c
29
rep_t
aSignificand
= toRep(a) & significandMask;
66
if (aAbs < implicitBit) scale += normalize(&
aSignificand
);
73
aSignificand
|= implicitBit;
119
rep_t quotient = (uint64_t)reciprocal*(
aSignificand
<< 1) >> 32;
136
residual = (
aSignificand
<< 24) - quotient * bSignificand;
140
residual = (
aSignificand
<< 23) - quotient * bSignificand;
divdf3.c
29
rep_t
aSignificand
= toRep(a) & significandMask;
66
if (aAbs < implicitBit) scale += normalize(&
aSignificand
);
73
aSignificand
|= implicitBit;
134
wideMultiply(
aSignificand
<< 2, reciprocal, "ient, "ientLo);
151
residual = (
aSignificand
<< 53) - quotient * bSignificand;
155
residual = (
aSignificand
<< 52) - quotient * bSignificand;
divtf3.c
29
rep_t
aSignificand
= toRep(a) & significandMask;
66
if (aAbs < implicitBit) scale += normalize(&
aSignificand
);
73
aSignificand
|= implicitBit;
150
wideMultiply(
aSignificand
<< 2, reciprocal, "ient, "ientLo);
170
residual = (
aSignificand
<< 113) - qb;
175
residual = (
aSignificand
<< 112) - qb;
Completed in 11 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025