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

  /external/python/cpython3/Lib/
operator.py 15 'iconcat', 'ifloordiv', 'ilshift', 'imatmul', 'imod', 'imul',
360 def ilshift(a, b): function
455 __ilshift__ = ilshift
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
operator.c 413 spam2(ilshift,__ilshift__, "a = ilshift(a, b) -- Same as a <<= b.")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_operator.py 471 def __ilshift__ (self, other): return "ilshift"
486 self.assertEqual(operator.ilshift (c, 5), "ilshift")
501 self.assertEqual(operator.__ilshift__ (c, 5), "ilshift")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
operator.c 287 spam2(ilshift,__ilshift__, "a = ilshift(a, b) -- Same as a <<= b.")
  /external/python/cpython2/Lib/test/
test_operator.py 480 def __ilshift__ (self, other): return "ilshift"
495 self.assertEqual(operator.ilshift (c, 5), "ilshift")
510 self.assertEqual(operator.__ilshift__ (c, 5), "ilshift")
  /external/python/cpython2/Modules/
operator.c 413 spam2(ilshift,__ilshift__, "a = ilshift(a, b) -- Same as a <<= b.")
  /external/python/cpython3/Lib/test/
test_operator.py 437 def __ilshift__ (self, other): return "ilshift"
452 self.assertEqual(operator.ilshift (c, 5), "ilshift")

Completed in 925 milliseconds