HomeSort by relevance Sort by last modified time
    Searched refs:kIdempotent (Results 1 - 17 of 17) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
weight.h 98 const uint64 kIdempotent = 0x0000000000000008ULL;
126 uint64 props = kIdempotent | kLeftSemiring | kRightSemiring;
queue.h 519 } else if ((props & kUnweighted) && (Weight::Properties() & kIdempotent)) {
673 if (!(Weight::Properties() & kIdempotent) ||
680 if (!(Weight::Properties() & kIdempotent) ||
float-weight.h 148 kPath | kIdempotent;
product-weight.h 92 kCommutative | kIdempotent);
string-weight.h 118 kLeftSemiring : kRightSemiring) | kIdempotent;
  /external/openfst/src/include/fst/
weight.h 106 const uint64 kIdempotent = 0x0000000000000008ULL;
136 if (!(W::Properties() & kIdempotent)) {
randequivalent.h 86 if (!(Weight::Properties() & kIdempotent) &&
96 if (!(Weight::Properties() & kIdempotent) &&
expectation-weight.h 112 kCommutative | kIdempotent);
lexicographic-weight.h 116 kIdempotent | kCommutative);
product-weight.h 77 kCommutative | kIdempotent);
power-weight.h 84 kCommutative | kIdempotent);
sparse-power-weight.h 136 kCommutative | kIdempotent);
float-weight.h 234 kPath | kIdempotent;
494 return kLeftSemiring | kRightSemiring | kCommutative | kIdempotent | kPath;
queue.h 557 } else if ((props & kUnweighted) && (Weight::Properties() & kIdempotent)) {
715 if (!(Weight::Properties() & kIdempotent) ||
723 if (!(Weight::Properties() & kIdempotent) ||
string-weight.h 126 kLeftSemiring : kRightSemiring) | kIdempotent;
  /external/openfst/src/test/
weight-tester.h 114 if (Weight::Properties() & kIdempotent)
algo_test.h 597 (tprops & kAcyclic || wprops & kIdempotent)) {
654 if (n && (wprops & kIdempotent) == kIdempotent &&
690 if ((wprops & kIdempotent) || (tprops & kAcyclic)) {
    [all...]

Completed in 324 milliseconds