Searched refs:kUnweighted (Results 1 – 10 of 10) sorted by relevance
97 const uint64 kUnweighted = 0x0000000200000000ULL; variable141 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 …]
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()
125 if ((fst1.Properties(kUnweighted , true) != kUnweighted) in Equivalent()126 || (fst2.Properties(kUnweighted , true) != kUnweighted)) { in Equivalent()
109 kILabelSorted | kOLabelSorted | kUnweighted | kTopSorted | kString; in ComputeProperties()170 comp_props &= ~kUnweighted; in ComputeProperties()197 comp_props &= ~kUnweighted; in ComputeProperties()
782 props1 |= fst1.Properties(kUnweighted, true); in Init()783 props2 |= fst2.Properties(kUnweighted, true); in Init()784 if (!(props1 & kUnweighted) && !(props2 & kUnweighted)) in Init()
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()
476 if (!(fst->Properties(kAcceptor | kUnweighted, true))) in AcceptorMinimize()516 kWeighted | kUnweighted, true);
120 uint64 props = kUnweighted | kNoEpsilons | kIDeterministic | kAcceptor; in ComplementFst()
512 kTopSorted | kUnweighted, false); in AutoQueue()519 } else if ((props & kUnweighted) && (Weight::Properties() & kIdempotent)) { in AutoQueue()
913 return props & kWeightInvariantProperties | kUnweighted; in Properties()