Home
last modified time | relevance | path

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

/external/libchrome/base/
Dhash.cc87 uint64_t product1 = static_cast<uint64_t>(value1a) * short_random1; in HashInts64() local
92 uint64_t hash64 = product1 + product2 + product3 + product4; in HashInts64()
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dprng.cc211 auto product1 = mul_hi_low(x[2], kPhiloxM4x32B); in Philox4x32() local
212 return Philox4x32State{product1.high ^ x[1] ^ key[0], product1.low, in Philox4x32()
/external/python/cpython2/Lib/test/
Dtest_itertools.py691 def product1(*args, **kwds): function
728 self.assertEqual(list(product(*args)), list(product1(*args)))
/external/python/cpython3/Lib/test/
Dtest_itertools.py1043 def product1(*args, **kwds): function
1080 self.assertEqual(list(product(*args)), list(product1(*args)))