Searched defs:kIdempotent (Results 1 - 2 of 2) 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;
/external/openfst/src/include/fst/
H A Dweight.h106 const uint64 kIdempotent = 0x0000000000000008ULL; member in namespace:fst
136 if (!(W::Properties() & kIdempotent)) {

Completed in 193 milliseconds