Home
last modified time | relevance | path

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

/external/compiler-rt/lib/builtins/
Dfp_trunc.h44 #define DST_REP_C UINT64_C macro
50 #define DST_REP_C UINT32_C macro
56 #define DST_REP_C UINT16_C macro
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
Dfp_extend_impl.inc61 const dst_rep_t dstMinNormal = DST_REP_C(1) << dstSigBits;
Dfp_trunc_impl.inc70 const dst_rep_t dstQNaN = DST_REP_C(1) << (dstSigBits - 1);