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

1 23 4 5 6 7 8 91011>>

  /frameworks/base/rs/java/android/renderscript/
Float3.java 98 * Vector subtraction
109 * Vector subtraction
125 * Vector subtraction
136 * Vector subtraction
Int2.java 97 * Vector subtraction
107 * Vector subtraction
122 * Vector subtraction
132 * Vector subtraction
Long2.java 97 * Vector subtraction
107 * Vector subtraction
122 * Vector subtraction
132 * Vector subtraction
Short2.java 100 * Vector subtraction
110 * Vector subtraction
125 * Vector subtraction
135 * Vector subtraction
Byte4.java 106 * Vector subtraction
118 * Vector subtraction
135 * Vector subtraction
147 * Vector subtraction
Double4.java 105 * Vector subtraction
117 * Vector subtraction
129 * Vector subtraction
146 * Vector subtraction
Float4.java 105 * Vector subtraction
117 * Vector subtraction
129 * Vector subtraction
146 * Vector subtraction
Int3.java 104 * Vector subtraction
115 * Vector subtraction
131 * Vector subtraction
142 * Vector subtraction
Int4.java 111 * Vector subtraction
123 * Vector subtraction
140 * Vector subtraction
152 * Vector subtraction
Long3.java 104 * Vector subtraction
115 * Vector subtraction
131 * Vector subtraction
142 * Vector subtraction
Long4.java 111 * Vector subtraction
123 * Vector subtraction
140 * Vector subtraction
152 * Vector subtraction
Short3.java 104 * Vector subtraction
115 * Vector subtraction
131 * Vector subtraction
142 * Vector subtraction
Short4.java 111 * Vector subtraction
123 * Vector subtraction
140 * Vector subtraction
152 * Vector subtraction
  /system/bt/vendor_libs/test_vendor_lib/include/
hci_packet.h 21 // All addition and subtraction operators are bounded from 0 to the length of
  /external/compiler-rt/lib/builtins/
fp_add_impl.inc 70 // have opposite signs, we are performing a subtraction; otherwise addition.
72 const bool subtraction = (aRep ^ bRep) & signBit;
92 if (subtraction) {
  /external/llvm/test/CodeGen/SystemZ/
atomicrmw-sub-04.ll 5 ; Check subtraction of a variable.
19 ; Check subtraction of 1, which can use AGHI.
69 ; Check subtraction of -1, which can use AGHI.
  /external/llvm/test/CodeGen/X86/
vec_fneg.ll 7 ; FNEG is defined as subtraction from -0.0.
9 ; This test verifies that we use an xor with a constant to flip the sign bits; no subtraction needed.
24 ; This test verifies that we generate an FP subtraction because "0.0 - x" is not an fneg.
  /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/sfntly/cpp/src/sfntly/data/
font_data.cc 47 // end of the array. Make sure that is within bounds, but use subtraction to
  /external/v8/src/base/
bits.h 229 // SignedSubOverflow32(lhs,rhs,val) performs a signed subtraction of |lhs| and
231 // returns true if the signed subtraction resulted in an overflow.
257 // SignedSubOverflow64(lhs,rhs,val) performs a signed subtraction of |lhs| and
259 // returns true if the signed subtraction resulted in an overflow.
  /external/v8/src/
diy-fp.h 18 // Multiplication and Subtraction do not normalize their results.
  /frameworks/layoutlib/bridge/src/android/graphics/drawable/
GradientDrawable_Delegate.java 37 * subtraction). So, if we need to draw full circles, we switch to drawing 99% circle.
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
RankedComparator.java 72 // Order can be Integer.MAX_VALUE so subtraction should not be used.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/WindowsResource/
ResourceScriptTokenList.h 30 SHORT_TOKEN(Minus, '-') // Subtraction operator.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/WindowsResource/
ResourceScriptTokenList.h 30 SHORT_TOKEN(Minus, '-') // Subtraction operator.

Completed in 172 milliseconds

1 23 4 5 6 7 8 91011>>