Searched refs:kPath (Results 1 - 16 of 16) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dweight.h101 const uint64 kPath = 0x0000000000000010ULL; member in namespace:fst
H A Dprune.h61 if ((Weight::Properties() & (kPath | kCommutative))
62 != (kPath | kCommutative))
147 if ((Weight::Properties() & (kPath | kCommutative))
148 != (kPath | kCommutative))
H A Dshortest-path.h58 // The weights need to be right distributive and have the path (kPath)
90 if ((Weight::Properties() & (kPath | kRightSemiring))
91 != (kPath | kRightSemiring))
219 // The weights need to be right distributive and have the path (kPath)
247 if ((Weight::Properties() & (kPath | kSemiring)) != (kPath | kSemiring))
349 // (kPath) property.
H A Dfloat-weight.h148 kPath | kIdempotent;
H A Dqueue.h531 if (distance && (Weight::Properties() & kPath)) {
/external/openfst/src/include/fst/
H A Dweight.h109 const uint64 kPath = 0x0000000000000010ULL; member in namespace:fst
H A Dshortest-path.h75 // The weights need to be right distributive and have the path (kPath)
118 if ((Weight::Properties() & (kPath | kRightSemiring))
119 != (kPath | kRightSemiring)) {
265 // have the path (kPath) property.
289 if ((Weight::Properties() & (kPath | kSemiring)) != (kPath | kSemiring)) {
404 // The weights need to be right distributive and have the path (kPath)
426 if ((Weight::Properties() & (kPath | kSemiring)) != (kPath | kSemiring)) {
482 // (kPath) propert
[all...]
H A Dprune.h105 if ((Weight::Properties() & (kPath | kCommutative))
106 != (kPath | kCommutative)) {
223 if ((Weight::Properties() & (kPath | kCommutative))
224 != (kPath | kCommutative)) {
H A Dlexicographic-weight.h62 uint64 props = kPath;
115 return props1 & props2 & (kLeftSemiring | kRightSemiring | kPath |
H A Dfloat-weight.h234 kPath | kIdempotent;
494 return kLeftSemiring | kRightSemiring | kCommutative | kIdempotent | kPath;
H A Dshortest-distance.h130 if (first_path_ && !(Weight::Properties() & kPath)) {
H A Dqueue.h569 if (distance && (Weight::Properties() & kPath)) {
/external/openfst/src/test/
H A Dweight-tester.h117 if (Weight::Properties() & kPath)
H A Dalgo_test.h722 if ((wprops & (kPath | kCommutative)) == (kPath | kCommutative)) {
776 if ((wprops & (kPath | kRightSemiring)) == (kPath | kRightSemiring)) {
785 if ((wprops & (kPath | kSemiring)) == (kPath | kSemiring)) {
/external/chromium/net/spdy/
H A Dspdy_protocol.h145 const char kPath[] = "path"; member in namespace:spdy
/external/openfst/src/include/fst/extensions/pdt/
H A Dshortest-path.h403 if ((Weight::Properties() & (kPath | kRightSemiring))
404 != (kPath | kRightSemiring)) {

Completed in 244 milliseconds