Searched refs:kUnweighted (Results 1 – 13 of 13) sorted by relevance
106 const uint64 kUnweighted = 0x0000000200000000ULL; variable149 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 …]
159 if ((fst1.Properties(kUnweighted , true) != kUnweighted)160 || (fst2.Properties(kUnweighted , true) != kUnweighted)) {
113 kILabelSorted | kOLabelSorted | kUnweighted | kTopSorted | kString; in ComputeProperties()177 comp_props &= ~kUnweighted; in ComputeProperties()205 comp_props &= ~kUnweighted; in ComputeProperties()
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()
489 if (!(fst->Properties(kAcceptor | kUnweighted, true))) { in AcceptorMinimize()535 kWeighted | kUnweighted, true);
154 uint64 props = kUnweighted | kNoEpsilons | kIDeterministic | kAcceptor; in ComplementFst()
684 *properties_ &= ~kUnweighted; in SetValue()688 kOEpsilons | kNoOEpsilons | kWeighted | kUnweighted; in SetValue()
826 properties &= ~kUnweighted; in SetValue()830 kOEpsilons | kNoOEpsilons | kWeighted | kUnweighted; in SetValue()
1234 return kString | kAcceptor | kUnweighted; in Properties()1319 return kAcceptor | kUnweighted; in Properties()1403 return kUnweighted; in Properties()
550 kTopSorted | kUnweighted, false); in AutoQueue()557 } else if ((props & kUnweighted) && (Weight::Properties() & kIdempotent)) { in AutoQueue()
1081 return (props & kWeightInvariantProperties) | kUnweighted; in Properties()
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 …]
55 return inprops & (kAcceptor | kAcyclic | kInitialAcyclic | kUnweighted); in ExpandProperties()