Home
last modified time | relevance | path

Searched refs:DST_REP_C (Results 1 – 8 of 8) 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);
/external/llvm-project/compiler-rt/lib/builtins/
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
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
Dfp_extend_impl.inc60 const dst_rep_t dstMinNormal = DST_REP_C(1) << dstSigBits;
Dfp_trunc_impl.inc69 const dst_rep_t dstQNaN = DST_REP_C(1) << (dstSigBits - 1);