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

  /external/compiler-rt/lib/
extendsfdf2.c 51 #define DST_REP_C UINT64_C
92 const dst_rep_t dstMinNormal = DST_REP_C(1) << dstSigBits;
truncdfsf2.c 49 #define DST_REP_C UINT32_C
97 const dst_rep_t dstQNaN = DST_REP_C(1) << (dstSigBits - 1);

Completed in 43 milliseconds