HomeSort by relevance Sort by last modified time
    Searched full:subtraction (Results 51 - 75 of 270) sorted by null

1 23 4 5 6 7 8 91011

  /dalvik/vm/compiler/codegen/x86/libenc/
enc_defs_ext.h 304 Mnemonic_SBB, // Integer Subtraction with Borrow
  /external/arduino/hardware/arduino/cores/arduino/
WString.cpp 295 return theFind - _buffer; // pointer subtraction
  /external/eigen/doc/
C02_TutorialMatrixArithmetic.dox 32 \section TutorialArithmeticAddSub Addition and subtraction
  /external/llvm/include/llvm/Support/
ConstantRange.h 210 /// from a subtraction of a value in this range and a value in \p Other.
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.cpp 163 // element in each bucket. This is done via a symbol subtraction from the
  /external/openssl/crypto/bn/
bn_add.c 165 /* unsigned subtraction of b from a, a must be larger than b. */
  /libcore/luni/src/main/java/java/math/
BigInt.java 302 static BigInt subtraction(BigInt a, BigInt b) { method in class:BigInt
  /external/srec/srec/cfront/
frontobj.c 193 /* Spectral subtraction requires estimate of BG levels. This is currently
197 estimate_spectral_sub_means. Spectral subtraction is turned on with
  /external/srec/srec/include/
frontapi.h 389 * This routine updates the values used for cepstrum mean subtraction
410 * cepstrum mean subtraction.
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
sub.cpp 62 Subtraction function with overflow control
124 This function performs the subtraction (var1-var2) with overflow control and
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder_basic_op_cequivalent.h 105 Performs the subtraction (var1+var2) with overflow control and satu-
228 32 bits subtraction of the two 32 bits variables (L_var1-L_var2) with
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
basic_op.h 141 | Performs the subtraction (var1+var2) with overflow control and satu- |
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
boost_concept_check.h 533 __i -= __n; // require assignment subtraction op
534 __i = __i - __n; // require subtraction with
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
boost_concept_check.h 536 __i -= __n; // require assignment subtraction op
537 __i = __i - __n; // require subtraction with
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
boost_concept_check.h 536 __i -= __n; // require assignment subtraction op
537 __i = __i - __n; // require subtraction with
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
boost_concept_check.h 533 __i -= __n; // require assignment subtraction op
534 __i = __i - __n; // require subtraction with
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
boost_concept_check.h 533 __i -= __n; // require assignment subtraction op
534 __i = __i - __n; // require subtraction with
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
boost_concept_check.h 533 __i -= __n; // require assignment subtraction op
534 __i = __i - __n; // require subtraction with
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
boost_concept_check.h 533 __i -= __n; // require assignment subtraction op
534 __i = __i - __n; // require subtraction with
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
boost_concept_check.h 536 __i -= __n; // require assignment subtraction op
537 __i = __i - __n; // require subtraction with
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
boost_concept_check.h 536 __i -= __n; // require assignment subtraction op
537 __i = __i - __n; // require subtraction with
  /docs/source.android.com/src/devices/tech/dalvik/
dalvik-bytecode.jd     [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 203 /// Carry-setting nodes for multiple precision addition and subtraction.
209 /// Carry-using nodes for multiple precision addition and subtraction. These
227 /// Same for subtraction.
    [all...]
  /dalvik/tests/003-omnibus-opcodes/src/
IntMath.java 108 /* chars are unsigned-expanded to ints before subtraction */
  /external/bison/darwin-lib/
stdint.h 128 : /* The expression for the unsigned case. The subtraction of (signed) \

Completed in 1644 milliseconds

1 23 4 5 6 7 8 91011