Searched refs:product1 (Results 1 – 4 of 4) sorted by relevance
87 uint64_t product1 = static_cast<uint64_t>(value1a) * short_random1; in HashInts64() local92 uint64_t hash64 = product1 + product2 + product3 + product4; in HashInts64()
211 auto product1 = mul_hi_low(x[2], kPhiloxM4x32B); in Philox4x32() local212 return Philox4x32State{product1.high ^ x[1] ^ key[0], product1.low, in Philox4x32()
691 def product1(*args, **kwds): function728 self.assertEqual(list(product(*args)), list(product1(*args)))
1043 def product1(*args, **kwds): function1080 self.assertEqual(list(product(*args)), list(product1(*args)))