Home
last modified time | relevance | path

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

/external/compiler-rt/lib/builtins/
Dfp_lib.h46 #define REP_C UINT32_C macro
66 #define REP_C UINT64_C macro
73 if (a & REP_C(0xffffffff00000000)) in rep_clz()
76 return 32 + __builtin_clz(a & REP_C(0xffffffff)); in rep_clz()
110 #define REP_C (__uint128_t) macro
221 #define implicitBit (REP_C(1) << significandBits)
223 #define signBit (REP_C(1) << (significandBits + exponentBits))
Dfp_extend.h35 if (a & REP_C(0xffffffff00000000)) in src_rep_t_clz()
38 return 32 + __builtin_clz(a & REP_C(0xffffffff)); in src_rep_t_clz()
Dfp_add_impl.inc24 if (aAbs - REP_C(1) >= infRep - REP_C(1) ||
25 bAbs - REP_C(1) >= infRep - REP_C(1)) {
Dfp_mul_impl.inc94 const unsigned int shift = REP_C(1) - (unsigned int)productExponent;