Searched refs:high_mod (Results 1 – 1 of 1) sorted by relevance
309 uint64_t high_mod = high % 10; in PrintTo() local316 const uint64_t carry = 6 * high_mod + low % 10; in PrintTo()317 low = low / 10 + high_mod * 1844674407370955161 + carry / 10; in PrintTo()