Searched refs:lobits (Results 1 – 1 of 1) sorted by relevance
78 uint64_t hibits, lobits; in add_adjusted() local85 EXTRACT_WORD64(lobits, sum.lo); in add_adjusted()86 hibits += 1 - ((hibits ^ lobits) >> 62); in add_adjusted()102 uint64_t hibits, lobits; in add_and_denormalize() local122 EXTRACT_WORD64(lobits, sum.lo); in add_and_denormalize()123 hibits += 1 - (((hibits ^ lobits) >> 62) & 2); in add_and_denormalize()