Home
last modified time | relevance | path

Searched refs:Subtraction (Results 1 – 25 of 79) sorted by relevance

1234

/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dabseil-duration-subtraction.rst16 // Original - Subtraction in the double domain
21 // Suggestion - Subtraction in the absl::Duration domain instead
24 // Original - Subtraction of two Durations in the double domain
28 // Suggestion - Subtraction in the absl::Duration domain instead
Dcppcoreguidelines-pro-bounds-pointer-arithmetic.rst7 invalid pointer. Subtraction of two pointers is not flagged by this check.
/external/llvm-project/llvm/test/CodeGen/AArch64/
Daddsub-shifted.ll30 ; Subtraction is not commutative!
61 ; Subtraction is not commutative!
96 ; Subtraction is not commutative!
122 ; Subtraction is not commutative!
155 ; Subtraction is not commutative!
181 ; Subtraction is not commutative!
/external/llvm/test/CodeGen/AArch64/
Daddsub-shifted.ll27 ; 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/llvm-project/clang/lib/StaticAnalyzer/Core/
DRangedConstraintManager.cpp58 SymbolRef Subtraction = in assumeSym() local
65 return assumeSymRel(State, Subtraction, Op, Zero); in assumeSym()
/external/clang/lib/StaticAnalyzer/Core/
DSimpleConstraintManager.cpp166 SymbolRef Subtraction = SymMgr.getSymSymExpr(SSE->getRHS(), BO_Sub, in assumeAux() local
173 return assumeSymRel(state, Subtraction, Op, Zero); in assumeAux()
/external/llvm-project/llvm/tools/llvm-rc/
DResourceScriptTokenList.def31 SHORT_TOKEN(Minus, '-') // Subtraction operator.
/external/bc/manuals/
Dbenchmarks.md44 ### Subtraction subsection
306 ### Subtraction subsection
500 ### Subtraction subsection
Dalgorithms.md10 ### Subtraction subsection in Algorithms
46 Subtraction was used instead of multiplication for two reasons:
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DDurationTest.cs76 public void Subtraction() in Subtraction() method in Google.Protobuf.WellKnownTypes.DurationTest
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/
DDurationTest.cs76 public void Subtraction() in Subtraction() method in Google.Protobuf.WellKnownTypes.DurationTest
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZInstrHFP.td151 // Subtraction.
161 // Subtraction (unnormalized).
DSystemZInstrInfo.td1029 // Subtraction
1032 // Subtraction producing a signed overflow flag.
1035 // Subtraction of a register.
1040 // Subtraction from a high register.
1046 // Subtraction of memory.
1082 // Subtraction producing a carry.
1084 // Subtraction of a register.
1089 // Subtraction from a high register.
1095 // Subtraction of unsigned 32-bit immediates.
1099 // Subtraction of memory.
[all …]
DSystemZScheduleZEC12.td356 // Subtraction
374 // Subtraction with borrow
379 // Subtraction with sign extension (32 -> 64)
835 // Subtraction
961 // Subtraction
1085 // Subtraction
DSystemZScheduleZ196.td345 // Subtraction
363 // Subtraction with borrow
368 // Subtraction with sign extension (32 -> 64)
797 // Subtraction
923 // Subtraction
1041 // Subtraction
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrHFP.td151 // Subtraction.
161 // Subtraction (unnormalized).
DSystemZInstrInfo.td1016 // Subtraction
1019 // Subtraction producing a signed overflow flag.
1022 // Subtraction of a register.
1027 // Subtraction from a high register.
1033 // Subtraction of memory.
1069 // Subtraction producing a carry.
1071 // Subtraction of a register.
1076 // Subtraction from a high register.
1082 // Subtraction of unsigned 32-bit immediates.
1086 // Subtraction of memory.
[all …]
DSystemZScheduleZEC12.td356 // Subtraction
374 // Subtraction with borrow
379 // Subtraction with sign extension (32 -> 64)
835 // Subtraction
961 // Subtraction
1085 // Subtraction
DSystemZScheduleZ196.td345 // Subtraction
363 // Subtraction with borrow
368 // Subtraction with sign extension (32 -> 64)
797 // Subtraction
923 // Subtraction
1041 // Subtraction
DSystemZInstrDFP.td156 // Subtraction.
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dint-cmp-56.ll86 ; Subtraction does not produce the value of zero in case of overflow, so
/external/python/cpython2/Lib/test/decimaltestdata/
Dminus.decTest23 -- Subtraction, rounding, and more overflows are tested elsewhere.
/external/python/cpython3/Lib/test/decimaltestdata/
Dminus.decTest23 -- Subtraction, rounding, and more overflows are tested elsewhere.
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td951 // Subtraction
957 // Subtraction of a register.
962 // Subtraction of memory.
970 // Subtraction producing a carry.
972 // Subtraction of a register.
977 // Subtraction of unsigned 32-bit immediates. These don't match
982 // Subtraction of memory.
989 // Subtraction producing and using a carry.
991 // Subtraction of a register.
995 // Subtraction of memory.
/external/google-breakpad/src/common/
Dtest_assembler_unittest.cc277 TEST(Subtraction, LabelConstant) { in TEST() argument
287 TEST(Subtraction, KnownLabelConstant) { in TEST() argument
304 TEST(Subtraction, LabelLabel) { in TEST() argument

1234