Searched refs:product_low (Results 1 – 1 of 1) sorted by relevance
286 uint64_t product_low = low * bigits_[i]; in MultiplyByUInt64() local288 uint64_t tmp = (carry & kBigitMask) + product_low; in MultiplyByUInt64()