/external/openfst/src/include/fst/ |
D | properties.h | 106 const uint64 kUnweighted = 0x0000000200000000ULL; variable 149 kUnweighted | kAcyclic | kInitialAcyclic | kTopSorted | 158 kNotOLabelSorted | kWeighted | kUnweighted | kCyclic | kAcyclic | 169 kNotOLabelSorted | kWeighted | kUnweighted | kCyclic | kAcyclic | 184 kUnweighted | kCyclic | kAcyclic | kTopSorted | kNotTopSorted | 204 kUnweighted | kCyclic | kAcyclic | kInitialCyclic | 221 kILabelSorted | kOLabelSorted | kUnweighted | kAcyclic | 228 kILabelSorted | kOLabelSorted | kUnweighted | kAcyclic | 237 | kWeighted | kUnweighted | kCyclic | kAcyclic | kInitialCyclic | 246 kNoOEpsilons | kWeighted | kUnweighted | kCyclic | kAcyclic | [all …]
|
D | equivalent.h | 159 if ((fst1.Properties(kUnweighted , true) != kUnweighted) 160 || (fst2.Properties(kUnweighted , true) != kUnweighted)) {
|
D | test-properties.h | 113 kILabelSorted | kOLabelSorted | kUnweighted | kTopSorted | kString; in ComputeProperties() 177 comp_props &= ~kUnweighted; in ComputeProperties() 205 comp_props &= ~kUnweighted; in ComputeProperties()
|
D | compose.h | 567 int64 props1 = fst1.Properties(kUnweighted, true); in CreateBase2() 568 int64 props2 = fst2.Properties(kUnweighted, true); in CreateBase2() 569 if (!(props1 & kUnweighted) && !(props2 & kUnweighted)) { in CreateBase2()
|
D | minimize.h | 489 if (!(fst->Properties(kAcceptor | kUnweighted, true))) { in AcceptorMinimize() 535 kWeighted | kUnweighted, true);
|
D | complement.h | 154 uint64 props = kUnweighted | kNoEpsilons | kIDeterministic | kAcceptor; in ComplementFst()
|
D | vector-fst.h | 684 *properties_ &= ~kUnweighted; in SetValue() 688 kOEpsilons | kNoOEpsilons | kWeighted | kUnweighted; in SetValue()
|
D | cache.h | 826 properties &= ~kUnweighted; in SetValue() 830 kOEpsilons | kNoOEpsilons | kWeighted | kUnweighted; in SetValue()
|
D | compact-fst.h | 1234 return kString | kAcceptor | kUnweighted; in Properties() 1319 return kAcceptor | kUnweighted; in Properties() 1403 return kUnweighted; in Properties()
|
D | queue.h | 550 kTopSorted | kUnweighted, false); in AutoQueue() 557 } else if ((props & kUnweighted) && (Weight::Properties() & kIdempotent)) { in AutoQueue()
|
D | arc-map.h | 1081 return (props & kWeightInvariantProperties) | kUnweighted; in Properties()
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | properties.h | 97 const uint64 kUnweighted = 0x0000000200000000ULL; variable 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 …]
|
D | properties.cpp | 35 uint64 outprops = (kAcceptor | kUnweighted | kAccessible) & inprops; in ClosureProperties() 48 uint64 outprops = kAcceptor | kUnweighted | kNoEpsilons | in ComplementProperties() 71 (kAcceptor | kUnweighted | kAcyclic) & inprops1 & inprops2; in ConcatProperties() 146 kEpsilons | kNoEpsilons | kWeighted | kUnweighted | in InvertProperties() 184 outprops |= (kExpanded | kMutable | kWeighted | kUnweighted | in ProjectProperties() 239 kWeighted | kUnweighted | in RelabelProperties() 253 kIEpsilons | kOEpsilons | kWeighted | kUnweighted | in ReverseProperties() 283 kUnweighted) & inprops; in SynchronizeProperties() 291 uint64 outprops = (kAcceptor | kUnweighted | kAcyclic | kAccessible) in UnionProperties()
|
D | equivalent.h | 125 if ((fst1.Properties(kUnweighted , true) != kUnweighted) in Equivalent() 126 || (fst2.Properties(kUnweighted , true) != kUnweighted)) { in Equivalent()
|
D | test-properties.h | 109 kILabelSorted | kOLabelSorted | kUnweighted | kTopSorted | kString; in ComputeProperties() 170 comp_props &= ~kUnweighted; in ComputeProperties() 197 comp_props &= ~kUnweighted; in ComputeProperties()
|
D | compose.h | 782 props1 |= fst1.Properties(kUnweighted, true); in Init() 783 props2 |= fst2.Properties(kUnweighted, true); in Init() 784 if (!(props1 & kUnweighted) && !(props2 & kUnweighted)) in Init()
|
D | vector-fst.h | 220 SetProperties(Properties() & ~kUnweighted); in SetFinal() 223 (kSetFinalProperties | kWeighted | kUnweighted)); in SetFinal() 265 SetProperties(Properties() & ~kUnweighted); in AddArc() 274 kILabelSorted | kOLabelSorted | kUnweighted | kTopSorted)); in AddArc()
|
D | minimize.h | 476 if (!(fst->Properties(kAcceptor | kUnweighted, true))) in AcceptorMinimize() 516 kWeighted | kUnweighted, true);
|
D | complement.h | 120 uint64 props = kUnweighted | kNoEpsilons | kIDeterministic | kAcceptor; in ComplementFst()
|
D | queue.h | 512 kTopSorted | kUnweighted, false); in AutoQueue() 519 } else if ((props & kUnweighted) && (Weight::Properties() & kIdempotent)) { in AutoQueue()
|
D | map.h | 913 return props & kWeightInvariantProperties | kUnweighted; in Properties()
|
/external/openfst/src/lib/ |
D | properties.cc | 39 uint64 outprops = (kError | kAcceptor | kUnweighted | kAccessible) & inprops; in ClosureProperties() 52 uint64 outprops = kAcceptor | kUnweighted | kNoEpsilons | in ComplementProperties() 84 (kAcceptor | kUnweighted | kAcyclic) & inprops1 & inprops2; in ConcatProperties() 149 kEpsilons | kNoEpsilons | kWeighted | kUnweighted | in InvertProperties() 187 outprops |= (kExpanded | kMutable | kError | kWeighted | kUnweighted | in ProjectProperties() 245 outprops |= kUnweighted; in RandGenProperties() 297 if (!(inprops[i] & kUnweighted)) in ReplaceProperties() 309 outprops |= kUnweighted; in ReplaceProperties() 318 kWeighted | kUnweighted | in RelabelProperties() 332 kIEpsilons | kOEpsilons | kWeighted | kUnweighted | in ReverseProperties() [all …]
|
/external/openfst/src/include/fst/extensions/pdt/ |
D | expand.h | 55 return inprops & (kAcceptor | kAcyclic | kInitialAcyclic | kUnweighted); in ExpandProperties()
|