HomeSort by relevance Sort by last modified time
    Searched refs:kUnweighted (Results 1 - 10 of 10) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
properties.h 97 const uint64 kUnweighted = 0x0000000200000000ULL;
141 kUnweighted | kAcyclic | kInitialAcyclic | kTopSorted |
150 kNotOLabelSorted | kWeighted | kUnweighted | kCyclic | kAcyclic |
161 kNotOLabelSorted | kWeighted | kUnweighted | kCyclic | kAcyclic |
180 kNotOLabelSorted | kWeighted | kUnweighted | kCyclic | kAcyclic |
197 kILabelSorted | kOLabelSorted | kUnweighted | kAcyclic |
204 kILabelSorted | kOLabelSorted | kUnweighted | kAcyclic |
213 | kWeighted | kUnweighted | kCyclic | kAcyclic | kInitialCyclic |
222 kNoOEpsilons | kWeighted | kUnweighted | kCyclic | kAcyclic |
231 kWeighted | kUnweighted | kCyclic | kAcyclic | kInitialCyclic
    [all...]
properties.cpp 35 uint64 outprops = (kAcceptor | kUnweighted | kAccessible) & inprops;
48 uint64 outprops = kAcceptor | kUnweighted | kNoEpsilons |
71 (kAcceptor | kUnweighted | kAcyclic) & inprops1 & inprops2;
146 kEpsilons | kNoEpsilons | kWeighted | kUnweighted |
184 outprops |= (kExpanded | kMutable | kWeighted | kUnweighted |
239 kWeighted | kUnweighted |
253 kIEpsilons | kOEpsilons | kWeighted | kUnweighted |
283 kUnweighted) & inprops;
291 uint64 outprops = (kAcceptor | kUnweighted | kAcyclic | kAccessible)
equivalent.h 126 if ((fst1.Properties(kUnweighted , true) != kUnweighted)
127 || (fst2.Properties(kUnweighted , true) != kUnweighted)) {
test-properties.h 111 kILabelSorted | kOLabelSorted | kUnweighted | kTopSorted | kString;
172 comp_props &= ~kUnweighted;
199 comp_props &= ~kUnweighted;
complement.h 120 uint64 props = kUnweighted | kNoEpsilons | kIDeterministic | kAcceptor;
compose.h 785 props1 |= fst1.Properties(kUnweighted, true);
786 props2 |= fst2.Properties(kUnweighted, true);
787 if (!(props1 & kUnweighted) && !(props2 & kUnweighted))
    [all...]
vector-fst.h 220 SetProperties(Properties() & ~kUnweighted);
223 (kSetFinalProperties | kWeighted | kUnweighted));
265 SetProperties(Properties() & ~kUnweighted);
274 kILabelSorted | kOLabelSorted | kUnweighted | kTopSorted));
minimize.h 476 if (!(fst->Properties(kAcceptor | kUnweighted, true)))
516 kWeighted | kUnweighted, true);
queue.h 512 kTopSorted | kUnweighted, false);
519 } else if ((props & kUnweighted) && (Weight::Properties() & kIdempotent)) {
map.h 913 return props & kWeightInvariantProperties | kUnweighted;

Completed in 123 milliseconds