Lines Matching full:52
31 return asuint64 (x) >> 52; in top12()
49 i = (tmp >> (52 - POW_LOG_TABLE_BITS)) % N; in log_inline()
50 k = (int64_t) tmp >> 52; /* arithmetic shift */ in log_inline()
51 iz = ix - (tmp & 0xfffULL << 52); in log_inline()
136 sbits -= 1009ull << 52; in specialcase()
142 sbits += 1022ull << 52; in specialcase()
225 top = (ki + sign_bias) << (52 - EXP_TABLE_BITS); in exp_inline()
254 int e = iy >> 52 & 0x7ff; in checkint()
257 if (e > 0x3ff + 52) in checkint()
259 if (iy & ((1ULL << (0x3ff + 52 - e)) - 1)) in checkint()
261 if (iy & (1ULL << (0x3ff + 52 - e))) in checkint()
355 ix -= 52ULL << 52; in pow()