Searched refs:lobits (Results 1 – 1 of 1) sorted by relevance
80 uint64_t hibits, lobits; in add_adjusted() local87 EXTRACT_WORD64(lobits, sum.lo); in add_adjusted()88 hibits += 1 - ((hibits ^ lobits) >> 62); in add_adjusted()104 uint64_t hibits, lobits; in add_and_denormalize() local124 EXTRACT_WORD64(lobits, sum.lo); in add_and_denormalize()125 hibits += 1 - (((hibits ^ lobits) >> 62) & 2); in add_and_denormalize()