Home
last modified time | relevance | path

Searched refs:high_mod (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest-printers.cc309 uint64_t high_mod = high % 10; in PrintTo() local
316 const uint64_t carry = 6 * high_mod + low % 10; in PrintTo()
317 low = low / 10 + high_mod * 1844674407370955161 + carry / 10; in PrintTo()