HomeSort by relevance Sort by last modified time
    Searched refs:divmod (Results 1 - 25 of 156) sorted by null

1 2 3 4 5 6 7

  /external/autotest/client/cros/video/
screenshot_file_namer.py 54 hours, remainder = divmod(time_delta_value.total_seconds(), 3600)
56 minutes, seconds = divmod(remainder, 60)
  /external/v8/test/mjsunit/
div-mod.js 32 function divmod(div_func, mod_func, x, y) { function
50 divmod(div_func, mod_func, 0, divisor);
51 divmod(div_func, mod_func, 1 / 0, divisor);
54 divmod(div_func, mod_func, Math.pow(2, exp), divisor);
55 divmod(div_func, mod_func, 0.9999999 * Math.pow(2, exp), divisor);
56 divmod(div_func, mod_func, 1.0000001 * Math.pow(2, exp), divisor);
60 divmod(div_func, mod_func, 1 << exp, divisor);
61 divmod(div_func, mod_func, (1 << exp) + 1, divisor);
62 divmod(div_func, mod_func, (1 << exp) - 1, divisor);
64 divmod(div_func, mod_func, Math.floor(0x1fffffff / 3), divisor)
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/util/
dateinterval.py 51 i, seconds = divmod(seconds, amount)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
random.py 677 a, x = divmod(a, 30268)
678 a, y = divmod(a, 30306)
679 a, z = divmod(a, 30322)
766 t, x = divmod(t, 256)
767 t, y = divmod(t, 256)
768 t, z = divmod(t, 256)
789 a, x = divmod(a, 256)
790 a, y = divmod(a, 256)
791 a, z = divmod(a, 256)
base64.py 143 quanta, leftover = divmod(len(s), 5)
198 quanta, leftover = divmod(len(s), 8)
  /prebuilts/gdb/linux-x86/lib/python2.7/
random.py 677 a, x = divmod(a, 30268)
678 a, y = divmod(a, 30306)
679 a, z = divmod(a, 30322)
766 t, x = divmod(t, 256)
767 t, y = divmod(t, 256)
768 t, z = divmod(t, 256)
789 a, x = divmod(a, 256)
790 a, y = divmod(a, 256)
791 a, z = divmod(a, 256)
base64.py 143 quanta, leftover = divmod(len(s), 5)
198 quanta, leftover = divmod(len(s), 8)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
random.py 677 a, x = divmod(a, 30268)
678 a, y = divmod(a, 30306)
679 a, z = divmod(a, 30322)
766 t, x = divmod(t, 256)
767 t, y = divmod(t, 256)
768 t, z = divmod(t, 256)
789 a, x = divmod(a, 256)
790 a, y = divmod(a, 256)
791 a, z = divmod(a, 256)
base64.py 143 quanta, leftover = divmod(len(s), 5)
198 quanta, leftover = divmod(len(s), 8)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
random.py 677 a, x = divmod(a, 30268)
678 a, y = divmod(a, 30306)
679 a, z = divmod(a, 30322)
766 t, x = divmod(t, 256)
767 t, y = divmod(t, 256)
768 t, z = divmod(t, 256)
789 a, x = divmod(a, 256)
790 a, y = divmod(a, 256)
791 a, z = divmod(a, 256)
base64.py 143 quanta, leftover = divmod(len(s), 5)
198 quanta, leftover = divmod(len(s), 8)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bufio.py 49 q, r = divmod(length, len(pattern))
test_strtod.py 57 q, r = divmod(a, b)
157 e, m = divmod(bits, 2**52)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bufio.py 49 q, r = divmod(length, len(pattern))
test_strtod.py 57 q, r = divmod(a, b)
157 e, m = divmod(bits, 2**52)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bufio.py 49 q, r = divmod(length, len(pattern))
test_strtod.py 57 q, r = divmod(a, b)
157 e, m = divmod(bits, 2**52)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bufio.py 49 q, r = divmod(length, len(pattern))
test_strtod.py 57 q, r = divmod(a, b)
157 e, m = divmod(bits, 2**52)
  /external/vixl/tools/
printer.py 109 minutes, seconds = divmod(time.time() - start_time, 60)
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
base64mime.py 55 groups_of_3, leftover = divmod(len(s), 3)
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
base64mime.py 55 groups_of_3, leftover = divmod(len(s), 3)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
base64mime.py 55 groups_of_3, leftover = divmod(len(s), 3)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
base64mime.py 55 groups_of_3, leftover = divmod(len(s), 3)
  /prebuilts/misc/common/swig/include/2.0.11/python/
pythonkw.swg 63 PYTHONBN(divmod);

Completed in 1823 milliseconds

1 2 3 4 5 6 7