/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...] |
/prebuilts/misc/common/swig/include/2.0.11/python/ |
pythonkw.swg | 63 PYTHONBN(divmod);
|
/external/chromium-trace/catapult/third_party/Paste/paste/util/ |
dateinterval.py | 51 i, seconds = divmod(seconds, amount)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/ |
randnum.py | 33 nbytes, rbits = divmod(nbits, 8)
|
/external/compiler-rt/lib/builtins/arm/ |
aeabi_div0.c | 25 * for a particular behaviour from the *div and *divmod functions called out of
|
divmodsi4.S | 63 // Unsigned divmod:
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_binop.py | 186 return divmod(other, self) 190 return divmod(self, other)[1] 194 return divmod(other, self)[1] 314 # XXX Ran out of steam; TO DO: divmod, div, future division
|
test_bufio.py | 49 q, r = divmod(length, len(pattern))
|
test_builtin.py | 330 self.assertEqual(divmod(12, 7), (1, 5)) 331 self.assertEqual(divmod(-12, 7), (-2, 2)) 332 self.assertEqual(divmod(12, -7), (-2, -2)) 333 self.assertEqual(divmod(-12, -7), (1, -5)) 335 self.assertEqual(divmod(12L, 7L), (1L, 5L)) 336 self.assertEqual(divmod(-12L, 7L), (-2L, 2L)) 337 self.assertEqual(divmod(12L, -7L), (-2L, -2L)) 338 self.assertEqual(divmod(-12L, -7L), (1L, -5L)) 340 self.assertEqual(divmod(12, 7L), (1, 5L)) 341 self.assertEqual(divmod(-12, 7L), (-2, 2L) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_binop.py | 186 return divmod(other, self) 190 return divmod(self, other)[1] 194 return divmod(other, self)[1] 314 # XXX Ran out of steam; TO DO: divmod, div, future division
|
test_bufio.py | 49 q, r = divmod(length, len(pattern))
|
test_builtin.py | 330 self.assertEqual(divmod(12, 7), (1, 5)) 331 self.assertEqual(divmod(-12, 7), (-2, 2)) 332 self.assertEqual(divmod(12, -7), (-2, -2)) 333 self.assertEqual(divmod(-12, -7), (1, -5)) 335 self.assertEqual(divmod(12L, 7L), (1L, 5L)) 336 self.assertEqual(divmod(-12L, 7L), (-2L, 2L)) 337 self.assertEqual(divmod(12L, -7L), (-2L, -2L)) 338 self.assertEqual(divmod(-12L, -7L), (1L, -5L)) 340 self.assertEqual(divmod(12, 7L), (1, 5L)) 341 self.assertEqual(divmod(-12, 7L), (-2, 2L) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_binop.py | 186 return divmod(other, self) 190 return divmod(self, other)[1] 194 return divmod(other, self)[1] 314 # XXX Ran out of steam; TO DO: divmod, div, future division
|
test_bufio.py | 49 q, r = divmod(length, len(pattern))
|
test_builtin.py | 330 self.assertEqual(divmod(12, 7), (1, 5)) 331 self.assertEqual(divmod(-12, 7), (-2, 2)) 332 self.assertEqual(divmod(12, -7), (-2, -2)) 333 self.assertEqual(divmod(-12, -7), (1, -5)) 335 self.assertEqual(divmod(12L, 7L), (1L, 5L)) 336 self.assertEqual(divmod(-12L, 7L), (-2L, 2L)) 337 self.assertEqual(divmod(12L, -7L), (-2L, -2L)) 338 self.assertEqual(divmod(-12L, -7L), (1L, -5L)) 340 self.assertEqual(divmod(12, 7L), (1, 5L)) 341 self.assertEqual(divmod(-12, 7L), (-2, 2L) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_binop.py | 186 return divmod(other, self) 190 return divmod(self, other)[1] 194 return divmod(other, self)[1] 314 # XXX Ran out of steam; TO DO: divmod, div, future division
|
test_bufio.py | 49 q, r = divmod(length, len(pattern))
|
test_builtin.py | 330 self.assertEqual(divmod(12, 7), (1, 5)) 331 self.assertEqual(divmod(-12, 7), (-2, 2)) 332 self.assertEqual(divmod(12, -7), (-2, -2)) 333 self.assertEqual(divmod(-12, -7), (1, -5)) 335 self.assertEqual(divmod(12L, 7L), (1L, 5L)) 336 self.assertEqual(divmod(-12L, 7L), (-2L, 2L)) 337 self.assertEqual(divmod(12L, -7L), (-2L, -2L)) 338 self.assertEqual(divmod(-12L, -7L), (1L, -5L)) 340 self.assertEqual(divmod(12, 7L), (1, 5L)) 341 self.assertEqual(divmod(-12, 7L), (-2, 2L) [all...] |
/external/skia/include/core/ |
SkMath.h | 189 // divmod call, but rather a div call followed by a divmod. Silly! This
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
numbers.py | 172 In short, those are: a conversion to float, trunc(), divmod, 201 """divmod(self, other): The pair (self // other, self % other). 209 """divmod(other, self): The pair (self // other, self % other).
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
numbers.py | 172 In short, those are: a conversion to float, trunc(), divmod, 201 """divmod(self, other): The pair (self // other, self % other). 209 """divmod(other, self): The pair (self // other, self % other).
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
numbers.py | 172 In short, those are: a conversion to float, trunc(), divmod, 201 """divmod(self, other): The pair (self // other, self % other). 209 """divmod(other, self): The pair (self // other, self % other).
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
numbers.py | 172 In short, those are: a conversion to float, trunc(), divmod, 201 """divmod(self, other): The pair (self // other, self % other). 209 """divmod(other, self): The pair (self // other, self % other).
|
/prebuilts/go/darwin-x86/src/crypto/dsa/ |
dsa_test.go | 47 quo, rem := new(big.Int).DivMod(pm1, params.Q, new(big.Int))
|