Searched refs:negation (Results 1 – 25 of 80) sorted by relevance
1234
/external/llvm/test/CodeGen/SystemZ/ |
D | int-neg-01.ll | 1 ; Test integer negation. 5 ; Test i32->i32 negation. 14 ; Test i32->i64 negation. 24 ; Test i32->i64 negation that uses an "in-register" form of sign extension. 35 ; Test i64 negation.
|
D | fp-neg-01.ll | 1 ; Test floating-point negation. 23 ; Test f128. With the loads and stores, a pure negation would probably
|
D | atomicrmw-xor-03.ll | 42 ; Check bitwise negation.
|
D | xor-04.ll | 61 ; Check full bitwise negation
|
D | atomicrmw-xchg-01.ll | 9 ; RLL is set up correctly. The negation is independent of the NILL and L
|
D | atomicrmw-xchg-02.ll | 9 ; RLL is set up correctly. The negation is independent of the NILL and L
|
D | int-neg-02.ll | 149 ; Repeat f8 with the negation coming from swapped operands. 214 ; And again with the negation coming from swapped operands.
|
D | cmpxchg-02.ll | 9 ; RLL is set up correctly. The negation is independent of the NILL and L
|
D | cmpxchg-01.ll | 9 ; RLL is set up correctly. The negation is independent of the NILL and L
|
D | atomicrmw-sub-02.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
D | atomicrmw-nand-02.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
D | atomicrmw-add-02.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
D | atomicrmw-or-02.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
D | atomicrmw-or-01.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
/external/google-breakpad/src/testing/src/ |
D | gmock-matchers.cc | 92 GTEST_API_ string FormatMatcherDescription(bool negation, in FormatMatcherDescription() argument 98 return negation ? "not (" + result + ")" : result; in FormatMatcherDescription()
|
/external/iptables/extensions/ |
D | libxt_quota.man | 3 is reversed with negation (i.e. the condition does not match until the
|
D | libxt_limit.man | 7 xt_limit has no negation support - you will have to use \-m hashlimit !
|
D | libxt_MARK.man | 19 0/\fP\fIinvbits\fP, where \fIinvbits\fP is the binary negation of \fIbits\fP.)
|
D | libxt_TOS.man | 19 0/\fP\fIinvbits\fP, where \fIinvbits\fP is the binary negation of \fIbits\fP.
|
D | libxt_quota2.man | 27 negation has no effect when \fB\-\-grow\fP is used.
|
D | libxt_CONNMARK.man | 33 0/\fP\fIinvbits\fP, where \fIinvbits\fP is the binary negation of \fIbits\fP.)
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-generated-matchers.h | 1429 ::testing::internal::string FormatDescription(bool negation) const {\ 1434 negation, #name, \ 1478 ::testing::internal::string FormatDescription(bool negation) const {\ 1483 negation, #name, \ 1531 ::testing::internal::string FormatDescription(bool negation) const {\ 1536 negation, #name, \ 1589 ::testing::internal::string FormatDescription(bool negation) const {\ 1594 negation, #name, \ 1652 ::testing::internal::string FormatDescription(bool negation) const {\ 1657 negation, #name, \ [all …]
|
D | gmock-generated-matchers.h.pump | 507 // special bool-typed variable named 'negation'. When 'negation' is 509 // otherwise it should evaluate to the description of the negation of 515 // string(negation ? "is not" : "is") + " in range [" + 673 ::testing::internal::string FormatDescription(bool negation) const {\ 678 negation, #name, \
|
/external/srtp/googlepatches/ |
D | google-11-srtp-replay-fix.patch | 24 + // The original value is negation of its purpose. According to document
|
/external/llvm/test/Transforms/InstCombine/ |
D | apint-sub.ll | 104 ; Can't fold subtract here because negation it might oveflow.
|
1234