Searched refs:part_high (Results 1 – 2 of 2) sorted by relevance
89 uint64_t part_high = high_bits_ << (64 - power); in DivModPowerOf2() local90 int result = static_cast<int>(part_low + part_high); in DivModPowerOf2()
71 uint64_t part_high = high_bits_ << (64 - power); in DivModPowerOf2() local72 int result = static_cast<int>(part_low + part_high); in DivModPowerOf2()