Searched refs:REP_C (Results 1 – 4 of 4) sorted by relevance
47 #define REP_C UINT32_C macro67 #define REP_C UINT64_C macro74 if (a & REP_C(0xffffffff00000000)) in rep_clz()77 return 32 + __builtin_clz(a & REP_C(0xffffffff)); in rep_clz()111 #define REP_C (__uint128_t) macro222 #define implicitBit (REP_C(1) << significandBits)224 #define signBit (REP_C(1) << (significandBits + exponentBits))
35 if (a & REP_C(0xffffffff00000000)) in src_rep_t_clz()38 return 32 + __builtin_clz(a & REP_C(0xffffffff)); in src_rep_t_clz()
24 if (aAbs - REP_C(1) >= infRep - REP_C(1) ||25 bAbs - REP_C(1) >= infRep - REP_C(1)) {
94 const unsigned int shift = REP_C(1) - (unsigned int)productExponent;