OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dstInfExp
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/
truncdfsf2.c
89
const int
dstInfExp
= (1 << dstExpBits) - 1;
90
const int dstExpBias =
dstInfExp
>> 1;
93
const int overflowExponent = srcExpBias +
dstInfExp
- dstExpBias;
128
absResult = (dst_rep_t)
dstInfExp
<< dstSigBits;
135
absResult = (dst_rep_t)
dstInfExp
<< dstSigBits;
extendsfdf2.c
89
const int
dstInfExp
= (1 << dstExpBits) - 1;
90
const int dstExpBias =
dstInfExp
>> 1;
113
absResult = (dst_rep_t)
dstInfExp
<< dstSigBits;
Completed in 95 milliseconds