/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
formatter.py | 145 counter, x = divmod(counter-1, 26) 159 counter, x = divmod(counter, 10)
|
/prebuilts/python/linux-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)
|
/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/clang/utils/ABITest/ |
Enumeration.py | 107 # bounds than using divmod.
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RTDyldMemoryManager.cpp | 207 // needed. In particular the __aeabi_*divmod functions do not have calling
|
/external/llvm/test/CodeGen/ARM/ |
divmod-eabi.ll | 3 ; Both "none-eabi" and "androideabi" must lower SREM/UREM to __aeabi_{u,i}divmod
|
/prebuilts/gdb/darwin-x86/lib/python2.7/email/ |
utils.py | 158 hours, minutes = divmod(abs(offset), 3600)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_long_future.py | 43 q, r = divmod(a, b)
|
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/lib/python2.7/email/ |
utils.py | 158 hours, minutes = divmod(abs(offset), 3600)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_long_future.py | 43 q, r = divmod(a, b)
|
/prebuilts/gdb/linux-x86/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/email/ |
utils.py | 158 hours, minutes = divmod(abs(offset), 3600)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_long_future.py | 43 q, r = divmod(a, b)
|
/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/gdb/darwin-x86/lib/python2.7/compiler/ |
pyassem.py | 585 return divmod(val, 256) 742 hi, lo = divmod(argc, 256)
|
/prebuilts/gdb/linux-x86/lib/python2.7/compiler/ |
pyassem.py | 585 return divmod(val, 256) 742 hi, lo = divmod(argc, 256)
|
/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)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
decimal.py | 4244 def divmod(self, a, b): member in class:Context [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
decimal.py | 4244 def divmod(self, a, b): member in class:Context [all...] |