Home
last modified time | relevance | path

Searched refs:kPath (Results 1 – 16 of 16) 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()
/external/openfst/src/include/fst/
Dshortest-path.h118 if ((Weight::Properties() & (kPath | kRightSemiring)) in SingleShortestPath()
119 != (kPath | kRightSemiring)) { in SingleShortestPath()
289 if ((Weight::Properties() & (kPath | kSemiring)) != (kPath | kSemiring)) {
426 if ((Weight::Properties() & (kPath | kSemiring)) != (kPath | kSemiring)) { in ShortestPath()
Dprune.h105 if ((Weight::Properties() & (kPath | kCommutative)) in Prune()
106 != (kPath | kCommutative)) { in Prune()
223 if ((Weight::Properties() & (kPath | kCommutative)) in Prune()
224 != (kPath | kCommutative)) { in Prune()
Dlexicographic-weight.h62 uint64 props = kPath; in LexicographicWeight()
115 return props1 & props2 & (kLeftSemiring | kRightSemiring | kPath | in Properties()
Dweight.h109 const uint64 kPath = 0x0000000000000010ULL; variable
Dfloat-weight.h231 kPath | kIdempotent; in Properties()
491 return kLeftSemiring | kRightSemiring | kCommutative | kIdempotent | kPath; in Properties()
Dshortest-distance.h129 if (first_path_ && !(Weight::Properties() & kPath)) { in ShortestDistance()
Dqueue.h568 if (distance && (Weight::Properties() & kPath)) { in AutoQueue()
/external/openfst/src/test/
Dalgo_test.h722 if ((wprops & (kPath | kCommutative)) == (kPath | kCommutative)) { in TestOptimize()
776 if ((wprops & (kPath | kRightSemiring)) == (kPath | kRightSemiring)) { in TestSearch()
785 if ((wprops & (kPath | kSemiring)) == (kPath | kSemiring)) { in TestSearch()
Dweight-tester.h117 if (Weight::Properties() & kPath) in TestSemiring()
/external/openfst/src/include/fst/extensions/pdt/
Dshortest-path.h404 if ((Weight::Properties() & (kPath | kRightSemiring)) in PdtShortestPath()
405 != (kPath | kRightSemiring)) { in PdtShortestPath()
/external/chromium/net/spdy/
Dspdy_protocol.h145 const char kPath[] = "path"; variable