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

1 2 3 4 56 7 8 910

  /external/python/cpython2/Lib/
sunau.py 146 d, m = divmod(x, 256)
rfc822.py     [all...]
  /external/python/cpython2/Lib/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_generators.py     [all...]
  /external/python/cpython2/Modules/
datetimemodule.c 119 /* Compute Python divmod(x, y), returning the quotient and storing the
125 * the overflow case impossible (divmod(LONG_MIN, -1) is the only
129 divmod(int x, int y, int *r) function
445 const int num_hi = divmod(*lo, factor, lo);
849 result = divmod(ss, 60, &ss);
    [all...]
  /external/python/cpython2/Tools/scripts/
pindent.py 156 tabs, spaces = divmod(indent*self.indentsize, self.tabsize)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_pyio.py     [all...]
sunau.py 146 d, m = divmod(x, 256)
  /prebuilts/gdb/darwin-x86/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_generators.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
_pyio.py     [all...]
sunau.py 146 d, m = divmod(x, 256)
  /prebuilts/gdb/linux-x86/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_generators.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py     [all...]
sunau.py 146 d, m = divmod(x, 256)
  /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_generators.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py     [all...]
sunau.py 146 d, m = divmod(x, 256)
  /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_generators.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
pyassem.py 585 return divmod(val, 256)
742 hi, lo = divmod(argc, 256)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
rfc822.py     [all...]
  /external/python/cpython2/Lib/compiler/
pyassem.py 585 return divmod(val, 256)
742 hi, lo = divmod(argc, 256)

Completed in 655 milliseconds

1 2 3 4 56 7 8 910