Home
last modified time | relevance | path

Searched refs:kPath (Results 1 – 5 of 5) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dprune.h61 if ((Weight::Properties() & (kPath | kCommutative)) in Prune()
62 != (kPath | kCommutative)) in Prune()
147 if ((Weight::Properties() & (kPath | kCommutative)) in Prune()
148 != (kPath | kCommutative)) in Prune()
Dshortest-path.h90 if ((Weight::Properties() & (kPath | kRightSemiring)) in SingleShortestPath()
91 != (kPath | kRightSemiring)) in SingleShortestPath()
247 if ((Weight::Properties() & (kPath | kSemiring)) != (kPath | kSemiring)) in ShortestPath()
Dweight.h101 const uint64 kPath = 0x0000000000000010ULL; variable
Dfloat-weight.h148 kPath | kIdempotent; in Properties()
Dqueue.h531 if (distance && (Weight::Properties() & kPath)) { in AutoQueue()