HomeSort by: relevance | last modified time | path
    Searched refs:DST_REP_C (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fp_extend.h 56 #define DST_REP_C UINT32_C
62 #define DST_REP_C UINT64_C
68 #define DST_REP_C (__uint128_t)
fp_trunc.h 44 #define DST_REP_C UINT64_C
50 #define DST_REP_C UINT32_C
56 #define DST_REP_C UINT16_C
fp_extend_impl.inc 61 const dst_rep_t dstMinNormal = DST_REP_C(1) << dstSigBits;
fp_trunc_impl.inc 70 const dst_rep_t dstQNaN = DST_REP_C(1) << (dstSigBits - 1);

Completed in 30 milliseconds