HomeSort by relevance Sort by last modified time
    Searched refs:product2 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/base/containers/
hash_tables.h 164 uint64 product2 = static_cast<uint64>(value1b) * short_random2; local
168 uint64 hash64 = product1 + product2 + product3 + product4;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_itertools.py 674 def product2(*args, **kwds): function in function:TestBasicOps.test_product
690 self.assertEqual(list(product(*args)), list(product2(*args)))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_itertools.py 674 def product2(*args, **kwds): function in function:TestBasicOps.test_product
690 self.assertEqual(list(product(*args)), list(product2(*args)))
    [all...]

Completed in 445 milliseconds