/external/llvm/test/Transforms/IndVarSimplify/ |
variable-stride-ivs-0.ll | 5 ; cycles, allowing the tmp.21 subtraction to be eliminated.
|
/external/v8/src/ |
diy-fp.h | 37 // Multiplication and Subtraction do not normalize their results.
|
/external/webrtc/src/common_audio/signal_processing/include/ |
spl_inl.h | 68 // perform subtraction
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/ |
loongson.h | 536 /* Vector subtraction, treating overflow by wraparound. */ 573 /* Subtraction of doubleword integers, treating overflow by wraparound. */ 586 /* Vector subtraction, treating overflow by signed saturation. */ 599 /* Vector subtraction, treating overflow by unsigned saturation. */
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/ |
loongson.h | 536 /* Vector subtraction, treating overflow by wraparound. */ 573 /* Subtraction of doubleword integers, treating overflow by wraparound. */ 586 /* Vector subtraction, treating overflow by signed saturation. */ 599 /* Vector subtraction, treating overflow by unsigned saturation. */
|
/external/chromium/sdch/open-vcdiff/src/ |
rolling_hash.h | 52 // The subtraction (0 - operand) produces an unsigned underflow for any 54 // number. Binary subtraction is used instead of unary negation because
|
/external/llvm/lib/Target/PowerPC/InstPrinter/ |
PPCInstPrinter.cpp | 294 // flag of a subtraction. See the FIXME in GetSymbolRef in PPCMCInstLower. 311 // flag of a subtraction. See the FIXME in GetSymbolRef in PPCMCInstLower.
|
/bionic/libm/src/ |
s_cbrt.c | 64 * subtraction virtually to keep e >= 0 so that ordinary integer
|
/external/clang/test/Analysis/ |
ptr-arith.c | 39 int d = &y - &x; // expected-warning{{Subtraction of two pointers that do not point to the same memory chunk may cause incorrect result}}
|
/external/fdlibm/ |
k_cos.c | 46 * thus, reducing the rounding error in the subtraction.
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
TypeResolver.java | 114 || node instanceof ASubtractExpression // subtraction (a - b)
|
/external/llvm/lib/Target/CellSPU/ |
README.txt | 66 * subtraction: needed
|
SPUISelLowering.h | 56 SUB64_MARKER, ///< i64 subtraction marker
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MachObjectWriter.cpp | 356 "' can not be undefined in a subtraction expression"); 368 "' can not be undefined in a subtraction expression"); 424 // subtraction from the picbase. For 32-bit pic the addend is the difference 428 // If this is a subtraction then we're pcrel.
|
/external/skia/tests/ |
PathCoverageTest.cpp | 51 // Clamp to zero if above subtraction went negative.
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
11.6.3.js | 29 subtraction, producing the difference of two numeric operands.
|
/external/regex-re2/util/ |
hash.cc | 61 is commonly produced by subtraction) look like a single 1-bit 110 is commonly produced by subtraction) look like a single 1-bit
|
/bionic/libm/man/ |
fenv.3 | 103 For instance, subtraction of infinities, division of zero by zero,
|
/external/llvm/lib/Analysis/ |
ScalarEvolutionAliasAnalysis.cpp | 142 // Folding the subtraction while preserving range information can be tricky
|
/external/llvm/lib/Transforms/Instrumentation/ |
BoundsChecking.cpp | 155 // FIXME: add NSW/NUW here? -- we dont care if the subtraction overflows
|
/external/v8/test/mjsunit/ |
constant-folding.js | 212 // Answer is non-Smi so the subtraction is not folded in the code
|
/external/mesa3d/src/mesa/main/ |
macros.h | 270 /** Subtraction */ 392 /** Subtraction */ 512 /** Subtraction */
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
dct.cpp | 34 Purpose: Do subtraction for zero MV first 263 Purpose: Do subtraction for zero MV first before 4x4 DCT 468 Purpose: Do subtraction for zero MV first before 2x2 DCT [all...] |
/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
|