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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_extend.h56 #define DST_REP_C UINT32_C macro
62 #define DST_REP_C UINT64_C macro
68 #define DST_REP_C (__uint128_t) macro
H A Dfp_trunc.h43 #define DST_REP_C UINT64_C macro
49 #define DST_REP_C UINT32_C macro
55 #define DST_REP_C UINT16_C macro
H A Dfp_extend_impl.inc60 const dst_rep_t dstMinNormal = DST_REP_C(1) << dstSigBits;
H A Dfp_trunc_impl.inc69 const dst_rep_t dstQNaN = DST_REP_C(1) << (dstSigBits - 1);

Completed in 47 milliseconds