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

1 2

  /external/v8/src/
conversions-inl.h 98 if (x < 0 || x >= two32) x = modulo(x, two32);
platform-nullos.cc 52 double modulo(double x, double y) { function in namespace:v8::internal
platform-posix.cc 60 double modulo(double x, double y) { function in namespace:v8::internal
platform.h 132 double modulo(double x, double y);
platform-win32.cc 211 double modulo(double x, double y) { function in namespace:v8::internal
226 double modulo(double x, double y) { function in namespace:v8::internal
    [all...]
assembler.cc 879 return modulo(x, y);
    [all...]
conversions.cc     [all...]
  /frameworks/base/core/java/android/widget/
AdapterViewAnimator.java 343 int modulo(int pos, int size) { method in class:AdapterViewAnimator
359 int i = modulo(mCurrentWindowStartUnbounded + relativeIndex, getWindowSize());
409 int index = modulo(i, getWindowSize());
413 final View updatedChild = mAdapter.getView(modulo(i, adapterCount), null, this);
477 int rangeStart = modulo(newWindowStart, getWindowSize());
478 int rangeEnd = modulo(newWindowEnd, getWindowSize());
512 int index = modulo(i, getWindowSize());
535 final int adapterPosition = modulo(i, adapterCount);
    [all...]
StackView.java 420 int index = modulo(i, getWindowSize());
    [all...]
  /external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
iexploder.rb 266 @offset = @subtest_num.modulo(@htmlMaxTags)
329 test.offset = test.subtest_num.modulo(max)
  /external/v8/test/mjsunit/
div-mod.js 90 // Test extreme corner cases of modulo.
92 // Computes the modulo by slow but lossless operations.
array-elements-from-array-prototype-chain.js 35 // those ideally should be identical modulo host of elements and
array-elements-from-array-prototype.js 35 // those ideally should be identical modulo host of elements and
array-elements-from-object-prototype.js 35 // those ideally should be identical modulo host of elements and
smi-ops.js 691 // Verify that the shift amount is reduced modulo 32, not modulo 64.
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 499 | {modulo} [left]:factor percent [right]:value // x.y % a.b
500 {->New expression.modulo(left.expression, right.expression)}
700 | {modulo} [left]:expression [right]:expression // x % y
  /external/dropbear/libtommath/
bn.tex     [all...]
  /prebuilt/common/jython/
jython.jar 
  /external/llvm/lib/Support/
APInt.cpp     [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 780 /// a modulo operation because the sign follows the sign of the dividend
    [all...]
  /external/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 831 andi. r7, r3, 8 ;# row origin modulo 16
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/v8/benchmarks/
earley-boyer.js 381 (peephole (modulo)))
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js 375 (peephole (modulo)))
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js 375 (peephole (modulo)))
    [all...]

Completed in 1304 milliseconds

1 2