Searched refs:kIdempotent (Results 1 - 18 of 18) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dweight.h98 const uint64 kIdempotent = 0x0000000000000008ULL; member in namespace:fst
126 uint64 props = kIdempotent | kLeftSemiring | kRightSemiring;
H A Dfloat-weight.h148 kPath | kIdempotent;
H A Dproduct-weight.h92 kCommutative | kIdempotent);
H A Dqueue.h519 } else if ((props & kUnweighted) && (Weight::Properties() & kIdempotent)) {
673 if (!(Weight::Properties() & kIdempotent) ||
681 if (!(Weight::Properties() & kIdempotent) ||
H A Dstring-weight.h118 kLeftSemiring : kRightSemiring) | kIdempotent;
/external/openfst/src/include/fst/
H A Dweight.h106 const uint64 kIdempotent = 0x0000000000000008ULL; member in namespace:fst
136 if (!(W::Properties() & kIdempotent)) {
H A Drandequivalent.h86 if (!(Weight::Properties() & kIdempotent) &&
96 if (!(Weight::Properties() & kIdempotent) &&
H A Dexpectation-weight.h112 kCommutative | kIdempotent);
H A Dproduct-weight.h77 kCommutative | kIdempotent);
H A Dlexicographic-weight.h116 kIdempotent | kCommutative);
H A Dpower-weight.h84 kCommutative | kIdempotent);
H A Dsparse-power-weight.h136 kCommutative | kIdempotent);
H A Dfloat-weight.h234 kPath | kIdempotent;
494 return kLeftSemiring | kRightSemiring | kCommutative | kIdempotent | kPath;
H A Dqueue.h557 } else if ((props & kUnweighted) && (Weight::Properties() & kIdempotent)) {
715 if (!(Weight::Properties() & kIdempotent) ||
723 if (!(Weight::Properties() & kIdempotent) ||
H A Dstring-weight.h126 kLeftSemiring : kRightSemiring) | kIdempotent;
/external/chromium_org/v8/src/compiler/
H A Doperator.h39 kIdempotent = 1 << 3, // OP(a); OP(a) == OP(a). enumerator in enum:v8::internal::compiler::Operator::Property
46 kPure = kNoRead | kNoWrite | kNoThrow | kIdempotent
/external/openfst/src/test/
H A Dweight-tester.h114 if (Weight::Properties() & kIdempotent)
H A Dalgo_test.h597 (tprops & kAcyclic || wprops & kIdempotent)) {
654 if (n && (wprops & kIdempotent) == kIdempotent &&
690 if ((wprops & kIdempotent) || (tprops & kAcyclic)) {

Completed in 830 milliseconds