HomeSort by relevance Sort by last modified time
    Searched full:subtraction (Results 126 - 150 of 269) sorted by null

1 2 3 4 56 7 8 91011

  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 538 // For subtraction, change to addition and invert constant
    [all...]
  /external/aac/libSBRenc/src/
ps_encode.cpp 231 quantErr += (fixp_abs(input[band]-quantTable[idx])>>PS_QUANT_SCALE); /* don't scale before subtraction; diff smaller (64-25)/64 */
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
main.js 785 // Note that the subtraction by 0 is to cast to a number (probably a float
    [all...]
  /external/dropbear/libtommath/
changes.txt 221 Essentially the digits were not trimmed before the compare which cause a subtraction to occur all the time.
bn.tex     [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc     [all...]
  /frameworks/base/core/java/android/widget/
ExpandableListConnector.java 560 * another class's method unless we have to (so do a subtraction)
    [all...]
  /frameworks/base/voip/jni/rtp/
AudioGroup.cpp 81 // instead of 64bit ones, comparison must be done by subtraction.
  /gdk/build/gmsl/
gmsl-tests 347 $(call test_assert,$(call int_subtract,$(call int_encode,3),$(call int_encode,4)),Subtraction underflow)
  /libcore/luni/src/main/java/javax/xml/datatype/
Duration.java 65 * as addition, subtraction and multiplication.
    [all...]
  /ndk/build/gmsl/
gmsl-tests 347 $(call test_assert,$(call int_subtract,$(call int_encode,3),$(call int_encode,4)),Subtraction underflow)
  /ndk/sources/host-tools/make-3.81/
dir.c 292 /* Sometimes it's OK to use subtraction to get this value:
  /external/llvm/docs/
LangRef.html     [all...]
  /build/tools/
warn.py 347 'patterns':[r".*: warning: pointer of type 'void \*' used in (arithmetic|subtraction)",
    [all...]
  /dalvik/vm/interp/
Stack.cpp 853 * Compute the "vague" frame depth, which is just a pointer subtraction.
    [all...]
  /external/apache-harmony/regex/src/test/java/org/apache/harmony/tests/java/util/regex/
Pattern2Test.java 552 // Test character class subtraction with && and ^
    [all...]
  /external/icu4c/i18n/
decNumber.c     [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Quaternion.java 800 * @return This Quaternion after subtraction.
    [all...]
  /external/openssl/crypto/bn/
bn_nist.c 448 * as comparison implies subtraction, we can write
    [all...]
  /external/openssl/crypto/ec/
ecp_smpl.c 125 * (see ecp_mont.c): while standard modular addition and subtraction
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITArithmetic32_64.cpp     [all...]
  /external/webrtc/src/common_audio/signal_processing/include/
signal_processing_library.h 618 // Returns the result of a saturated 16-bit, respectively 32-bit, subtraction
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
BackDropperFilter.java 346 // Background subtraction shader. Uses a mipmap of the binary mask map to blend smoothly between
    [all...]
  /libcore/luni/src/main/java/java/math/
BigInteger.java 403 return new BigInteger(BigInt.subtraction(lhs, rhs));
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
auto-host.h 312 /* Define if your assembler supports the subtraction of symbols in different
    [all...]

Completed in 887 milliseconds

1 2 3 4 56 7 8 91011