HomeSort by relevance Sort by last modified time
    Searched refs:kIdempotent (Results 1 - 5 of 5) 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) ||
681 if (!(Weight::Properties() & kIdempotent) ||
float-weight.h 148 kPath | kIdempotent;
product-weight.h 92 kCommutative | kIdempotent);
string-weight.h 118 kLeftSemiring : kRightSemiring) | kIdempotent;

Completed in 225 milliseconds