HomeSort by relevance Sort by last modified time
    Searched refs:divmod (Results 101 - 125 of 146) sorted by null

1 2 3 45 6

  /external/python/cpython2/Lib/idlelib/
MultiCall.py 122 n, rem = divmod(n, 2)
EditorWindow.py     [all...]
  /external/python/cpython3/Lib/
_pyio.py     [all...]
fractions.py 526 floor, remainder = divmod(self.numerator, self.denominator)
sunau.py 152 d, m = divmod(x, 256)
  /external/python/cpython3/Lib/idlelib/
multicall.py 132 n, rem = divmod(n, 2)
editor.py     [all...]
  /external/python/cpython3/Lib/unittest/test/
test_case.py     [all...]
  /external/scapy/scapy/modules/krack/
crypto.py 234 nb_block, nb_extra_bytes = divmod(len(to_hash), 4)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
imaplib.py     [all...]
  /external/autotest/scheduler/
scheduler_models.py     [all...]
  /external/compiler-rt/make/platform/
clang_darwin.mk 195 # On x86, the divmod functions reference divsi.
  /external/python/cpython2/Lib/
imaplib.py     [all...]
  /external/python/cpython3/Lib/test/
test_time.py     [all...]
test_generators.py     [all...]
  /external/python/cpython3/Modules/
posixmodule.c 4587 PyObject *divmod; local
    [all...]
  /external/scapy/scapy/layers/
inet.py 332 sec, milli = divmod(val, 1000)
333 min, sec = divmod(sec, 60)
334 hour, min = divmod(min, 60)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_complex.py 172 self.assertRaises(ZeroDivisionError, divmod, 1+1j, 0+0j)
646 with test_support.check_warnings(("complex divmod.., // and % are "
test_ftplib.py 113 p1, p2 = divmod(port, 256)
  /external/python/cpython2/Lib/multiprocessing/
pool.py 309 chunksize, extra = divmod(len(iterable), len(self._pool) * 4)
  /external/python/cpython2/Lib/test/
test_complex.py 184 self.assertRaises(ZeroDivisionError, divmod, 1+1j, 0+0j)
680 with test_support.check_warnings(("complex divmod.., // and % are "
  /external/python/cpython3/Lib/multiprocessing/
pool.py 386 chunksize, extra = divmod(len(iterable), len(self._pool) * 4)
  /external/tensorflow/tensorflow/contrib/factorization/python/ops/
factorization_ops.py 331 shard_size, residual = divmod(dims, num_shards)
    [all...]
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
embedding_ops_test.py 637 ids_per_partition, extras = divmod(vocab_size, num_shards)
  /external/python/pyasn1/pyasn1/type/
univ.py 185 return self.clone(divmod(self._value, value))
188 return self.clone(divmod(value, self._value))
    [all...]

Completed in 1797 milliseconds

1 2 3 45 6