OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:biasedTailExponent
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/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 429 milliseconds