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

1 23 4 5

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py     [all...]
sunau.py 146 d, m = divmod(x, 256)
tarfile.py 270 blocks, remainder = divmod(length, BUFSIZE)
551 blocks, remainder = divmod(pos - self.pos, self.bufsize)
    [all...]
imaplib.py     [all...]
rfc822.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
string_tests.py 145 i, m = divmod(i, base)
155 r2, rem = divmod(n - len(i.replace(j, '')), len(j))
202 i, m = divmod(i, base)
246 i, m = divmod(i, base)
    [all...]
test_complex.py 172 self.assertRaises(ZeroDivisionError, divmod, 1+1j, 0+0j)
646 with test_support.check_warnings(("complex divmod.., // and % are "
test_fractions.py 385 # No need for divmod since we don't override it.
test_ftplib.py 113 p1, p2 = divmod(port, 256)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py     [all...]
sunau.py 146 d, m = divmod(x, 256)
tarfile.py 270 blocks, remainder = divmod(length, BUFSIZE)
551 blocks, remainder = divmod(pos - self.pos, self.bufsize)
    [all...]
imaplib.py     [all...]
rfc822.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
string_tests.py 145 i, m = divmod(i, base)
155 r2, rem = divmod(n - len(i.replace(j, '')), len(j))
202 i, m = divmod(i, base)
246 i, m = divmod(i, base)
    [all...]
test_complex.py 172 self.assertRaises(ZeroDivisionError, divmod, 1+1j, 0+0j)
646 with test_support.check_warnings(("complex divmod.., // and % are "
test_fractions.py 385 # No need for divmod since we don't override it.
test_ftplib.py 113 p1, p2 = divmod(port, 256)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
abstract.h 730 See the built-in function divmod. Returns NULL on failure.
732 divmod(o1,o2).
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
abstract.h 730 See the built-in function divmod. Returns NULL on failure.
732 divmod(o1,o2).
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 123 n, rem = divmod(n, 2)
EditorWindow.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 306 chunksize, extra = divmod(len(iterable), len(self._pool) * 4)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 123 n, rem = divmod(n, 2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 306 chunksize, extra = divmod(len(iterable), len(self._pool) * 4)

Completed in 4270 milliseconds

1 23 4 5