OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:biasedTailExponent
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/
fixunstfdi.c
40
const int
biasedTailExponent
= (int)(lobits.x >> 52) & 0x7ff;
45
tailMantissa >>= (unbiasedHeadExponent - (
biasedTailExponent
- (1023 - 11)));
fixtfdi.c
47
const int
biasedTailExponent
= (int)(lobits.x >> 52) & 0x7ff;
52
tailMantissa >>= (unbiasedHeadExponent - (
biasedTailExponent
- (1023 - 10)));
90
const int
biasedTailExponent
= (int)(lobits.x >> 52) & 0x7ff;
91
tailMantissa >>= 1075 -
biasedTailExponent
;
Completed in 14 milliseconds
Indexes created Sat Sep 27 14:09:57 GMT 2025