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

1 2 3 4 5 6 7 8 91011

  /external/libvpx/libvpx/vp8/encoder/x86/
subtract_sse2.asm 107 punpcklbw xmm0, xmm1 ; put sign back to subtraction
108 punpckhbw xmm2, xmm1 ; put sign back to subtraction
127 punpcklbw xmm3, xmm5 ; put sign back to subtraction
128 punpckhbw xmm1, xmm5 ; put sign back to subtraction
182 psubb xmm0, xmm1 ; subtraction with sign missed
190 punpcklbw xmm0, xmm1 ; put sign back to subtraction
191 punpckhbw xmm2, xmm3 ; put sign back to subtraction
216 psubb xmm0, xmm1 ; subtraction with sign missed
224 punpcklbw xmm0, xmm1 ; put sign back to subtraction
225 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"
  /external/eigen/doc/snippets/
TopicAliasing_cwise.cpp 10 cout << "After the subtraction, it becomes\n" << mat << endl << endl;
  /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/llvm/test/CodeGen/AArch64/
addsub-shifted.ll 27 ; Subtraction is not commutative!
58 ; Subtraction is not commutative!
93 ; Subtraction is not commutative!
119 ; Subtraction is not commutative!
152 ; Subtraction is not commutative!
178 ; Subtraction is not commutative!
  /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/eigen/doc/
C03_TutorialArrayClass.dox 85 \section TutorialArrayClassAddSub Addition and subtraction
88 The operation is valid if both arrays have the same size, and the addition or subtraction is done coefficient-wise.
122 The Array class defines other coefficient-wise operations besides the addition, subtraction and multiplication
  /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 ( - )");
  /external/compiler-rt/lib/arm/
udivmodsi4.S 70 // Do the final test subtraction and update of quotient (i == 0), as it is
udivsi3.S 81 // 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/compiler-rt/lib/ubsan/
ubsan_handlers.h 46 /// \brief Handle an integer subtraction overflow.
  /external/e2fsprogs/intl/
plural-exp.h 49 minus, /* Subtraction. */

Completed in 252 milliseconds

1 2 3 4 5 6 7 8 91011