/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | abseil-duration-subtraction.rst | 16 // 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
|
D | cppcoreguidelines-pro-bounds-pointer-arithmetic.rst | 7 invalid pointer. Subtraction of two pointers is not flagged by this check.
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | addsub-shifted.ll | 30 ; 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/ |
D | 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/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | RangedConstraintManager.cpp | 58 SymbolRef Subtraction = in assumeSym() local 65 return assumeSymRel(State, Subtraction, Op, Zero); in assumeSym()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | SimpleConstraintManager.cpp | 166 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/ |
D | ResourceScriptTokenList.def | 31 SHORT_TOKEN(Minus, '-') // Subtraction operator.
|
/external/bc/manuals/ |
D | benchmarks.md | 44 ### Subtraction subsection 306 ### Subtraction subsection 500 ### Subtraction subsection
|
D | algorithms.md | 10 ### Subtraction subsection in Algorithms 46 Subtraction was used instead of multiplication for two reasons:
|
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
D | DurationTest.cs | 76 public void Subtraction() in Subtraction() method in Google.Protobuf.WellKnownTypes.DurationTest
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/ |
D | DurationTest.cs | 76 public void Subtraction() in Subtraction() method in Google.Protobuf.WellKnownTypes.DurationTest
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZInstrHFP.td | 151 // Subtraction. 161 // Subtraction (unnormalized).
|
D | SystemZInstrInfo.td | 1029 // 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 …]
|
D | SystemZScheduleZEC12.td | 356 // Subtraction 374 // Subtraction with borrow 379 // Subtraction with sign extension (32 -> 64) 835 // Subtraction 961 // Subtraction 1085 // Subtraction
|
D | SystemZScheduleZ196.td | 345 // 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/ |
D | SystemZInstrHFP.td | 151 // Subtraction. 161 // Subtraction (unnormalized).
|
D | SystemZInstrInfo.td | 1016 // 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 …]
|
D | SystemZScheduleZEC12.td | 356 // Subtraction 374 // Subtraction with borrow 379 // Subtraction with sign extension (32 -> 64) 835 // Subtraction 961 // Subtraction 1085 // Subtraction
|
D | SystemZScheduleZ196.td | 345 // Subtraction 363 // Subtraction with borrow 368 // Subtraction with sign extension (32 -> 64) 797 // Subtraction 923 // Subtraction 1041 // Subtraction
|
D | SystemZInstrDFP.td | 156 // Subtraction.
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-56.ll | 86 ; Subtraction does not produce the value of zero in case of overflow, so
|
/external/python/cpython2/Lib/test/decimaltestdata/ |
D | minus.decTest | 23 -- Subtraction, rounding, and more overflows are tested elsewhere.
|
/external/python/cpython3/Lib/test/decimaltestdata/ |
D | minus.decTest | 23 -- Subtraction, rounding, and more overflows are tested elsewhere.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 951 // 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/ |
D | test_assembler_unittest.cc | 277 TEST(Subtraction, LabelConstant) { in TEST() argument 287 TEST(Subtraction, KnownLabelConstant) { in TEST() argument 304 TEST(Subtraction, LabelLabel) { in TEST() argument
|