HomeSort by relevance Sort by last modified time
    Searched full:subtraction (Results 1 - 25 of 332) 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/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
64 BT.reset(new BuiltinBug("Pointer subtraction",
65 "Subtraction of two pointers that do not point to "
  /external/webrtc/src/common_audio/signal_processing_library/main/source/
sub_sat_w32.c 26 // perform subtraction
sub_sat_w16.c 28 // perform subtraction
  /external/valgrind/main/exp-ptrcheck/tests/
strcpy.c 4 // This shows the case whereby subtraction between two pointers from
  /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/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/webrtc/src/common_audio/signal_processing_library/main/interface/
spl_inl.h 197 // perform subtraction
219 // perform subtraction
  /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.
  /cts/tools/vm-tests/src/dot/junit/opcodes/sub_long/
Test_sub_long.java 52 * so this subtraction of double and long makes no sense but shall not crash the VM.
  /cts/tools/vm-tests/src/dot/junit/opcodes/sub_long_2addr/
Test_sub_long_2addr.java 52 * so this subtraction of double and long makes no sense but shall not crash the VM.
  /external/e2fsprogs/intl/
plural-exp.h 49 minus, /* Subtraction. */
  /external/llvm/include/llvm/MC/
MCSection.h 56 /// can emit section offsets as direct references to avoid a subtraction
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 139 "' can not be undefined in a subtraction expression");
152 "' can not be undefined in a subtraction expression");
237 "' can not be undefined in a subtraction expression");
249 "' can not be undefined in a subtraction expression");
  /external/llvm/test/CodeGen/X86/
widen_arith-5.ll 6 ; widen a v3i32 to v4i32 to do a vector multiple and a subtraction
  /external/llvm/test/Transforms/IndVarSimplify/
variable-stride-ivs-0.ll 6 ; cycles, allowing the tmp.21 subtraction to be eliminated.

Completed in 965 milliseconds

1 2 3 4 5 6 7 8 91011>>