Searched defs:props1 (Results 1 - 17 of 17) sorted by relevance

/external/openfst/src/include/fst/
H A Dexpectation-weight.h109 uint64 props1 = W1::Properties(); local
111 return props1 & props2 & (kLeftSemiring | kRightSemiring |
H A Dlexicographic-weight.h113 uint64 props1 = W1::Properties(); local
115 return props1 & props2 & (kLeftSemiring | kRightSemiring | kPath |
H A Dproduct-weight.h74 uint64 props1 = W1::Properties(); local
76 return props1 & props2 & (kLeftSemiring | kRightSemiring |
H A Dconcat.h62 uint64 props1 = fst1->Properties(kFstProperties, false); local
101 fst1->SetProperties(ConcatProperties(props1, props2), kFstProperties);
127 uint64 props1 = fst1.Properties(kFstProperties, false); local
132 if (props1 & kError) fst2->SetProperties(kError, kError);
160 fst2->SetProperties(ConcatProperties(props1, props2), kFstProperties);
H A Dtest-properties.h46 inline bool CompatProperties(uint64 props1, uint64 props2) { argument
47 uint64 known_props1 = KnownProperties(props1);
50 uint64 incompat_props = (props1 & known_props) ^ (props2 & known_props);
56 << ": props1 = " << (props1 & prop ? "true" : "false")
241 << " (stored: props1, computed: props2)";
H A Dunion.h61 uint64 props1 = fst1->Properties(kFstProperties, false); local
105 fst1->SetProperties(UnionProperties(props1, props2), kFstProperties);
H A Drational.h123 uint64 props1 = fst1.Properties(kFstProperties, false); local
138 SetProperties(UnionProperties(props1, props2, true), kCopyProperties);
145 uint64 props1 = fst1.Properties(kFstProperties, false); local
161 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties);
196 uint64 props1 = FstImpl<A>::Properties(); local
207 SetProperties(UnionProperties(props1, props2, true), kCopyProperties);
214 uint64 props1 = FstImpl<A>::Properties(); local
228 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties);
H A Dstate-table.h393 uint64 props1 = kString; local
395 if (fst1.Properties(props1, true) != props1 ||
435 uint64 props1 = kODeterministic | kNoOEpsilons; local
437 if (fst1.Properties(props1, true) != props1 ||
H A Dcompose.h567 int64 props1 = fst1.Properties(kUnweighted, true); local
569 if (!(props1 & kUnweighted) && !(props2 & kUnweighted)) {
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Ddifference.h59 uint64 props1 = fst1.Properties(kFstProperties, false); local
61 Impl()->SetProperties(DifferenceProperties(props1, props2),
73 uint64 props1 = fst1.Properties(kFstProperties, false); local
75 Impl()->SetProperties(DifferenceProperties(props1, props2),
H A Dintersect.h53 uint64 props1 = fst1.Properties(kFstProperties, false); local
55 Impl()->SetProperties(IntersectProperties(props1, props2),
65 uint64 props1 = fst1.Properties(kFstProperties, false); local
67 Impl()->SetProperties(IntersectProperties(props1, props2),
H A Dunion.h48 uint64 props1 = fst1->Properties(kFstProperties, false); local
80 fst1->SetProperties(UnionProperties(props1, props2), kFstProperties);
H A Dtest-properties.h44 inline bool CompatProperties(uint64 props1, uint64 props2) { argument
45 uint64 known_props1 = KnownProperties(props1);
48 uint64 incompat_props = (props1 & known_props) ^ (props2 & known_props);
54 << ": props1 = " << (props1 & prop ? "true" : "false")
235 << " (stored: props1, computed: props2)";
H A Dproduct-weight.h89 uint64 props1 = W1::Properties(); local
91 return props1 & props2 & (kLeftSemiring | kRightSemiring |
H A Drational.h64 uint64 props1 = fst1.Properties(kFstProperties, false); local
81 SetProperties(UnionProperties(props1, props2, true), kCopyProperties);
86 uint64 props1 = fst1.Properties(kFstProperties, false); local
104 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties);
137 uint64 props1 = Properties(); local
148 SetProperties(UnionProperties(props1, props2, true), kCopyProperties);
153 uint64 props1 = Properties(); local
164 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties);
H A Dcompose.h110 uint64 props1 = fst1.Properties(kFstProperties, false); local
112 SetProperties(ComposeProperties(props1, props2), kCopyProperties);
778 uint64 props1 = fst1.Properties(sort_props_mask, true); local
781 props1 |= fst1.Properties(opt_props_mask, false);
785 props1 |= fst1.Properties(kUnweighted, true);
787 if (!(props1 & kUnweighted) && !(props2 & kUnweighted))
803 if ((props1 & kString) &&
812 ((props1 & kDetStringOptProps) == kDetStringOptProps)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar ... .io.InputStream stream2 java.util.Properties props1 java.util.Properties props2 java.util. ...

Completed in 166 milliseconds