Searched refs:kCommutative (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/v8/src/compiler/
H A Dmachine-operator.cc61 V(Word32And, Operator::kAssociative | Operator::kCommutative, 2, 1) \
62 V(Word32Or, Operator::kAssociative | Operator::kCommutative, 2, 1) \
63 V(Word32Xor, Operator::kAssociative | Operator::kCommutative, 2, 1) \
68 V(Word32Equal, Operator::kCommutative, 2, 1) \
69 V(Word64And, Operator::kAssociative | Operator::kCommutative, 2, 1) \
70 V(Word64Or, Operator::kAssociative | Operator::kCommutative, 2, 1) \
71 V(Word64Xor, Operator::kAssociative | Operator::kCommutative, 2, 1) \
76 V(Word64Equal, Operator::kCommutative, 2, 1) \
77 V(Int32Add, Operator::kAssociative | Operator::kCommutative, 2, 1) \
78 V(Int32AddWithOverflow, Operator::kAssociative | Operator::kCommutative,
[all...]
H A Dsimplified-operator.cc101 V(NumberEqual, Operator::kCommutative, 2) \
104 V(NumberAdd, Operator::kCommutative, 2) \
106 V(NumberMultiply, Operator::kCommutative, 2) \
111 V(StringEqual, Operator::kCommutative, 2) \
162 Operator::kCommutative | Operator::kPure,
H A Dsimplified-operator-unittest.cc48 PURE(NumberEqual, Operator::kCommutative, 2),
51 PURE(NumberAdd, Operator::kCommutative, 2),
53 PURE(NumberMultiply, Operator::kCommutative, 2),
58 PURE(StringEqual, Operator::kCommutative, 2),
H A Dnode-matchers.h114 if (HasProperty(Operator::kCommutative)) PutConstantOnRight();
H A Doperator.h37 kCommutative = 1 << 1, // OP(a, b) == OP(b, a) for all inputs. enumerator in enum:v8::internal::compiler::Operator::Property
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dweight.h95 const uint64 kCommutative = 0x0000000000000004ULL; member in namespace:fst
H A Dprune.h61 if ((Weight::Properties() & (kPath | kCommutative))
62 != (kPath | kCommutative))
147 if ((Weight::Properties() & (kPath | kCommutative))
148 != (kPath | kCommutative))
H A Dfloat-weight.h147 return kLeftSemiring | kRightSemiring | kCommutative |
213 return kLeftSemiring | kRightSemiring | kCommutative;
H A Dproduct-weight.h92 kCommutative | kIdempotent);
H A Dcompose.h781 if (!(Weight::Properties() & kCommutative)) {
/external/openfst/src/include/fst/
H A Dweight.h103 const uint64 kCommutative = 0x0000000000000004ULL; member in namespace:fst
H A Dprune.h105 if ((Weight::Properties() & (kPath | kCommutative))
106 != (kPath | kCommutative)) {
223 if ((Weight::Properties() & (kPath | kCommutative))
224 != (kPath | kCommutative)) {
H A Dexpectation-weight.h112 kCommutative | kIdempotent);
H A Dproduct-weight.h77 kCommutative | kIdempotent);
H A Dfloat-weight.h233 return kLeftSemiring | kRightSemiring | kCommutative |
358 return kLeftSemiring | kRightSemiring | kCommutative;
494 return kLeftSemiring | kRightSemiring | kCommutative | kIdempotent | kPath;
H A Dlexicographic-weight.h116 kIdempotent | kCommutative);
H A Dpower-weight.h84 kCommutative | kIdempotent);
H A Dsparse-power-weight.h136 kCommutative | kIdempotent);
H A Dsigned-log-weight.h91 return kLeftSemiring | kRightSemiring | kCommutative;
H A Dcompose.h566 if (!(Weight::Properties() & kCommutative)) {
/external/openfst/src/test/
H A Dweight-tester.h90 if (Weight::Properties() & kCommutative)
124 if (Weight::Properties() & kCommutative)
148 if (Weight::Properties() & kCommutative) {
H A Dalgo_test.h454 if (!(Weight::Properties() & kCommutative))
722 if ((wprops & (kPath | kCommutative)) == (kPath | kCommutative)) {
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-machine-operator-reducer.cc166 // TODO(titzer): CHECK(binop->HasProperty(Operator::kCommutative));
191 CHECK(!binop->HasProperty(Operator::kCommutative));

Completed in 365 milliseconds