HomeSort by relevance Sort by last modified time
    Searched full:divmod (Results 26 - 50 of 109) sorted by null

12 3 4 5

  /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...]
test_coercion.py 231 prefix_binops = [ 'divmod' ]
341 with check_warnings(("complex divmod.., // and % are deprecated",
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)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
base64.py 143 quanta, leftover = divmod(len(s), 5)
198 quanta, leftover = divmod(len(s), 8)
formatter.py 145 counter, x = divmod(counter-1, 26)
159 counter, x = divmod(counter, 10)
decimal.py 4244 def divmod(self, a, b): member in class:Context
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_coercion.py 231 prefix_binops = [ 'divmod' ]
341 with check_warnings(("complex divmod.., // and % are deprecated",
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)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
base64.py 143 quanta, leftover = divmod(len(s), 5)
198 quanta, leftover = divmod(len(s), 8)
formatter.py 145 counter, x = divmod(counter-1, 26)
159 counter, x = divmod(counter, 10)
decimal.py 4244 def divmod(self, a, b): member in class:Context
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
delphi.php 184 'DegToRad', 'DivMod', 'DoubleDecliningBalance', 'EnsureRange', 'Floor',
python.php 72 'compile', 'complex', 'delattr', 'dict', 'dir', 'divmod', 'enumerate', 'eval', 'execfile',
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 687 m,s=divmod(s,60)
688 h,m=divmod(m,60)
689 d,h=divmod(h,24)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
python.js 22 'classmethod', 'compile', 'complex', 'delattr', 'dict', 'dir', 'divmod',
  /external/clang/utils/ABITest/
Enumeration.py 107 # bounds than using divmod.
  /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/unittest/test/
test_case.py 732 [], [divmod, 'x', 1, 5j, 2j, frozenset()])
736 self.assertItemsEqual([1, 'x', divmod, []], [divmod, [], 'x', 1])
738 [], [divmod, [], 'x', 1, 5j, 2j, set()])
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
utils.py 158 hours, minutes = divmod(abs(offset), 3600)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_case.py 732 [], [divmod, 'x', 1, 5j, 2j, frozenset()])
736 self.assertItemsEqual([1, 'x', divmod, []], [divmod, [], 'x', 1])
738 [], [divmod, [], 'x', 1, 5j, 2j, set()])
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 585 return divmod(val, 256)
742 hi, lo = divmod(argc, 256)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 585 return divmod(val, 256)
742 hi, lo = divmod(argc, 256)
  /external/compiler-rt/make/platform/
clang_darwin.mk 172 # On x86, the divmod functions reference divsi.

Completed in 1211 milliseconds

12 3 4 5