HomeSort by relevance Sort by last modified time
    Searched refs:divmod (Results 51 - 75 of 238) sorted by null

1 23 4 5 6 7 8 910

  /external/python/cpython2/Lib/plat-irix6/
readcd.py 72 min, block = divmod(block, 75*60)
73 sec, frame = divmod(block, 75)
  /external/python/cpython2/Lib/test/
test_strtod.py 57 q, r = divmod(a, b)
157 e, m = divmod(bits, 2**52)
test_long_future.py 43 q, r = divmod(a, b)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_class.py 20 "divmod",
195 divmod(testme,1)
199 divmod(1, testme)
test_decimal.py 636 return 'divmod ' + str(other)
652 self.assertEqual(divmod(E(), Decimal(10)), 'divmod 10')
653 self.assertEqual(divmod(Decimal(10), E()), '10 rdivmod')
    [all...]
test_long_future.py 43 q, r = divmod(a, b)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_decimal.py 636 return 'divmod ' + str(other)
652 self.assertEqual(divmod(E(), Decimal(10)), 'divmod 10')
653 self.assertEqual(divmod(Decimal(10), E()), '10 rdivmod')
    [all...]
test_long_future.py 43 q, r = divmod(a, b)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_decimal.py 636 return 'divmod ' + str(other)
652 self.assertEqual(divmod(E(), Decimal(10)), 'divmod 10')
653 self.assertEqual(divmod(Decimal(10), E()), '10 rdivmod')
    [all...]
test_long_future.py 43 q, r = divmod(a, b)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py 636 return 'divmod ' + str(other)
652 self.assertEqual(divmod(E(), Decimal(10)), 'divmod 10')
653 self.assertEqual(divmod(Decimal(10), E()), '10 rdivmod')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py 636 return 'divmod ' + str(other)
652 self.assertEqual(divmod(E(), Decimal(10)), 'divmod 10')
653 self.assertEqual(divmod(Decimal(10), E()), '10 rdivmod')
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
cmptree.py 37 mins, secs = divmod(dt, 60)
rcslib.py 279 detail, reason = divmod(sts, 256)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
utils.py 158 hours, minutes = divmod(abs(offset), 3600)
  /external/python/cpython2/Demo/pdist/
cmptree.py 37 mins, secs = divmod(dt, 60)
rcslib.py 279 detail, reason = divmod(sts, 256)
  /external/python/cpython2/Lib/email/
utils.py 158 hours, minutes = divmod(abs(offset), 3600)
  /external/python/cpython2/Lib/plat-mac/
MiniAEFrame.py 174 x, c = divmod(x, 256)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
double-int.h 152 double_int divmod (double_int, bool, unsigned, double_int *) const;
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
utils.py 158 hours, minutes = divmod(abs(offset), 3600)
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
MiniAEFrame.py 174 x, c = divmod(x, 256)
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
utils.py 158 hours, minutes = divmod(abs(offset), 3600)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
utils.py 158 hours, minutes = divmod(abs(offset), 3600)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
MiniAEFrame.py 174 x, c = divmod(x, 256)

Completed in 905 milliseconds

1 23 4 5 6 7 8 910