HomeSort by relevance Sort by last modified time
    Searched refs:dstExpBias (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/
truncdfsf2.c 90 const int dstExpBias = dstInfExp >> 1;
92 const int underflowExponent = srcExpBias + 1 - dstExpBias;
93 const int overflowExponent = srcExpBias + dstInfExp - dstExpBias;
111 absResult -= (dst_rep_t)(srcExpBias - dstExpBias) << dstSigBits;
143 const int shift = srcExpBias - dstExpBias - aExp + 1;
extendsfdf2.c 90 const int dstExpBias = dstInfExp >> 1;
105 absResult += (dst_rep_t)(dstExpBias - srcExpBias) << dstSigBits;
125 const int resultExponent = dstExpBias - srcExpBias - scale + 1;

Completed in 29 milliseconds