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

/freebsd-10.0-release/contrib/compiler-rt/lib/
H A Dextendsfdf2.c51 #define DST_REP_C UINT64_C macro
92 const dst_rep_t dstMinNormal = DST_REP_C(1) << dstSigBits;
H A Dtruncdfsf2.c49 #define DST_REP_C UINT32_C macro
97 const dst_rep_t dstQNaN = DST_REP_C(1) << (dstSigBits - 1);

Completed in 219 milliseconds