Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Dfp_trunc.h43 #define DST_REP_C UINT64_C macro
49 #define DST_REP_C UINT32_C macro
59 #define DST_REP_C UINT16_C macro
65 #define DST_REP_C UINT16_C macro
H A Dfp_extend.h60 #define DST_REP_C UINT32_C macro
66 #define DST_REP_C UINT64_C macro
72 #define DST_REP_C (__uint128_t) 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);