Searched refs:dstBits (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/compiler-rt/lib/
H A Dextendsfdf2.c87 const int dstBits = sizeof(dst_t)*CHAR_BIT; local
88 const int dstExpBits = dstBits - dstSigBits - 1;
135 const dst_rep_t result = absResult | (dst_rep_t)sign << (dstBits - srcBits);
H A Dtruncdfsf2.c87 const int dstBits = sizeof(dst_t)*CHAR_BIT; local
88 const int dstExpBits = dstBits - dstSigBits - 1;
165 const dst_rep_t result = absResult | sign >> (srcBits - dstBits);

Completed in 54 milliseconds