Searched refs:REP_C (Results 1 – 4 of 4) sorted by relevance
46 #define REP_C UINT32_C macro66 #define REP_C UINT64_C macro73 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) macro221 #define implicitBit (REP_C(1) << significandBits)223 #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;