Home
last modified time | relevance | path

Searched refs:negation (Results 1 – 25 of 80) sorted by relevance

1234

/external/llvm/test/CodeGen/SystemZ/
Dint-neg-01.ll1 ; 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.
Dfp-neg-01.ll1 ; Test floating-point negation.
23 ; Test f128. With the loads and stores, a pure negation would probably
Datomicrmw-xor-03.ll42 ; Check bitwise negation.
Dxor-04.ll61 ; Check full bitwise negation
Datomicrmw-xchg-01.ll9 ; RLL is set up correctly. The negation is independent of the NILL and L
Datomicrmw-xchg-02.ll9 ; RLL is set up correctly. The negation is independent of the NILL and L
Dint-neg-02.ll149 ; Repeat f8 with the negation coming from swapped operands.
214 ; And again with the negation coming from swapped operands.
Dcmpxchg-02.ll9 ; RLL is set up correctly. The negation is independent of the NILL and L
Dcmpxchg-01.ll9 ; RLL is set up correctly. The negation is independent of the NILL and L
Datomicrmw-sub-02.ll10 ; RLL is set up correctly. The negation is independent of the NILL and L
Datomicrmw-nand-02.ll10 ; RLL is set up correctly. The negation is independent of the NILL and L
Datomicrmw-add-02.ll10 ; RLL is set up correctly. The negation is independent of the NILL and L
Datomicrmw-or-02.ll10 ; RLL is set up correctly. The negation is independent of the NILL and L
Datomicrmw-or-01.ll10 ; RLL is set up correctly. The negation is independent of the NILL and L
/external/google-breakpad/src/testing/src/
Dgmock-matchers.cc92 GTEST_API_ string FormatMatcherDescription(bool negation, in FormatMatcherDescription() argument
98 return negation ? "not (" + result + ")" : result; in FormatMatcherDescription()
/external/iptables/extensions/
Dlibxt_quota.man3 is reversed with negation (i.e. the condition does not match until the
Dlibxt_limit.man7 xt_limit has no negation support - you will have to use \-m hashlimit !
Dlibxt_MARK.man19 0/\fP\fIinvbits\fP, where \fIinvbits\fP is the binary negation of \fIbits\fP.)
Dlibxt_TOS.man19 0/\fP\fIinvbits\fP, where \fIinvbits\fP is the binary negation of \fIbits\fP.
Dlibxt_quota2.man27 negation has no effect when \fB\-\-grow\fP is used.
Dlibxt_CONNMARK.man33 0/\fP\fIinvbits\fP, where \fIinvbits\fP is the binary negation of \fIbits\fP.)
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-matchers.h1429 ::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 …]
Dgmock-generated-matchers.h.pump507 // 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/
Dgoogle-11-srtp-replay-fix.patch24 + // The original value is negation of its purpose. According to document
/external/llvm/test/Transforms/InstCombine/
Dapint-sub.ll104 ; Can't fold subtract here because negation it might oveflow.

1234