Home
last modified time | relevance | path

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

/external/libchrome/base/
Dhash.cc88 uint64_t product2 = static_cast<uint64_t>(value1b) * short_random2; in HashInts64() local
92 uint64_t hash64 = product1 + product2 + product3 + product4; in HashInts64()
/external/python/cpython2/Lib/test/
Dtest_itertools.py713 def product2(*args, **kwds): function
729 self.assertEqual(list(product(*args)), list(product2(*args)))
/external/python/cpython3/Lib/test/
Dtest_itertools.py1046 def product2(*args, **kwds): function
1062 self.assertEqual(list(product(*args)), list(product2(*args)))
/external/grpc-grpc-java/netty/shaded/
Dgrpc-netty-shaded-1.14.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...