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

  /external/compiler-rt/lib/
extendsfdf2.c 87 const int dstBits = sizeof(dst_t)*CHAR_BIT;
88 const int dstExpBits = dstBits - dstSigBits - 1;
135 const dst_rep_t result = absResult | (dst_rep_t)sign << (dstBits - srcBits);
truncdfsf2.c 87 const int dstBits = sizeof(dst_t)*CHAR_BIT;
88 const int dstExpBits = dstBits - dstSigBits - 1;
165 const dst_rep_t result = absResult | sign >> (srcBits - dstBits);

Completed in 1200 milliseconds