Searched refs:REP_C (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_add_impl.inc24 if (aAbs - REP_C(1) >= infRep - REP_C(1) ||
25 bAbs - REP_C(1) >= infRep - REP_C(1)) {
H A Dfp_extend.h35 if (a & REP_C(0xffffffff00000000))
38 return 32 + __builtin_clz(a & REP_C(0xffffffff));
H A Dfp_lib.h46 #define REP_C UINT32_C macro
64 #define REP_C UINT64_C macro
71 if (a & REP_C(0xffffffff00000000))
74 return 32 + __builtin_clz(a & REP_C(0xffffffff));
108 #define REP_C (__uint128_t) macro
208 #define implicitBit (REP_C(1) << significandBits)
210 #define signBit (REP_C(1) << (significandBits + exponentBits))

Completed in 62 milliseconds