HomeSort by relevance Sort by last modified time
    Searched full:subtraction (Results 1 - 25 of 286) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/vp8/encoder/x86/
subtract_sse2.asm 107 punpcklbw xmm0, xmm1 ; put sign back to subtraction
108 punpckhbw xmm2, xmm3 ; put sign back to subtraction
125 punpcklbw xmm4, xmm5 ; put sign back to subtraction
126 punpckhbw xmm6, xmm7 ; put sign back to subtraction
175 psubb xmm0, xmm1 ; subtraction with sign missed
183 punpcklbw xmm0, xmm1 ; put sign back to subtraction
184 punpckhbw xmm2, xmm3 ; put sign back to subtraction
196 psubb xmm0, xmm1 ; subtraction with sign missed
204 punpcklbw xmm0, xmm1 ; put sign back to subtraction
205 punpckhbw xmm2, xmm3 ; put sign back to subtraction
    [all...]
  /external/compiler-rt/lib/
subdf3.c 1 //===-- lib/adddf3.c - Double-precision subtraction ---------------*- C -*-===//
10 // This file implements double-precision soft-float subtraction with the
23 // Subtraction; flip the sign bit of b and add.
subsf3.c 1 //===-- lib/subsf3.c - Single-precision subtraction ---------------*- C -*-===//
10 // This file implements single-precision soft-float subtraction with the
22 // Subtraction; flip the sign bit of b and add.
adddf3.c 75 // have opposite signs, we are performing a subtraction; otherwise addition.
77 const bool subtraction = (aRep ^ bRep) & signBit; local
98 if (subtraction) {
addsf3.c 74 // have opposite signs, we are performing a subtraction; otherwise addition.
76 const bool subtraction = (aRep ^ bRep) & signBit; local
97 if (subtraction) {
  /external/dropbear/libtommath/logs/
index.html 7 <h1>Addition and Subtraction</h1>
graphs.dem 7 plot 'add.log' smooth bezier title "Addition", 'sub.log' smooth bezier title "Subtraction"
  /dalvik/vm/mterp/x86-atom/
OP_RSUB_INT.S 19 * Code: 32-bit reverse-subtraction. Uses no substitutions.
23 * Description: Perform a reverse subtraction on a register and a
OP_RSUB_INT_LIT8.S 19 * Code: 32-bit reverse-subtraction. Uses no substitutions.
23 * Description: Perform a reverse subtraction on a register and a
  /external/clang/lib/StaticAnalyzer/Checkers/
PointerSubChecker.cpp 1 //=== PointerSubChecker.cpp - Pointer subtraction checker ------*- C++ -*--===//
37 // When doing pointer subtraction, if the two pointers do not point to the
65 BT.reset(new BuiltinBug("Pointer subtraction",
66 "Subtraction of two pointers that do not point to "
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
CombinerHeightMap.java 58 public static final int SUBTRACTION = 1;
76 * be either ADDITION or SUBTRACTION.
124 * be either ADDITION or SUBTRACTION.
214 * be ADDITION or SUBTRACTION.
216 * @throws JmeException if mode is not ADDITION or SUBTRACTION.
219 if (mode != ADDITION && mode != SUBTRACTION) {
253 } else if (mode == SUBTRACTION) {
  /dalvik/dx/src/com/android/dx/rop/code/
PlainInsn.java 110 // Check for reverse subtraction, where first source is constant
129 // Check for constant subtraction and flip it to be addition
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
PlainInsn.java 110 // Check for reverse subtraction, where first source is constant
129 // Check for constant subtraction and flip it to be addition
  /external/dropbear/libtommath/
bn_mp_sub.c 18 /* high level subtraction (handles signs) */
bn_mp_sub_d.c 18 /* single digit subtraction */
bn_s_mp_sub.c 18 /* low level subtraction (assumes |a| > |b|), HAC pp.595 Algorithm 14.9 */
tommath.out 54 \BOOKMARK [1][-]{section.4.2}{Addition and Subtraction}{chapter.4}
56 \BOOKMARK [2][-]{subsection.4.2.2}{Low Level Subtraction}{section.4.2}
58 \BOOKMARK [2][-]{subsection.4.2.4}{High Level Subtraction}{section.4.2}
120 \BOOKMARK [2][-]{subsection.8.2.1}{Single Digit Addition and Subtraction}{section.8.2}
  /external/v8/test/mjsunit/
codegen-coverage.js 93 // Test the non-commutative subtraction operation with a smi on the
101 // Subtraction should overflow the 31-bit smi range. The result
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.6.2-1.js 24 ECMA Section: 11.6.2 The Subtraction operator ( - )
36 7. Apply the subtraction operation to Result(5) and Result(6). See the
48 writeHeaderToLog( SECTION + " The subtraction operator ( - )");
  /bionic/libm/i387/
e_exp.S 43 * If x is +-Inf, then the subtraction would give Inf-Inf = NaN.
  /external/compiler-rt/lib/arm/
udivmodsi4.S 70 // Do the final test subtraction and update of quotient (i == 0), as it is
udivsi3.S 72 // Do the final test subtraction and update of quotient (i == 0), as it is
umodsi3.S 54 // Do the final test subtraction and update of remainder (i == 0), as it is
  /external/e2fsprogs/intl/
plural-exp.h 49 minus, /* Subtraction. */
  /external/llvm/include/llvm/MC/
MCSection.h 55 /// can emit section offsets as direct references to avoid a subtraction

Completed in 1728 milliseconds

1 2 3 4 5 6 7 8 91011>>