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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
difference.h 59 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),
intersect.h 53 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),
rational.h 64 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);
test-properties.h 44 inline bool CompatProperties(uint64 props1, uint64 props2) {
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)";
concat.h 48 uint64 props1 = fst1->Properties(kFstProperties, false);
78 fst1->SetProperties(ConcatProperties(props1, props2), kFstProperties);
union.h 48 uint64 props1 = fst1->Properties(kFstProperties, false); local
80 fst1->SetProperties(UnionProperties(props1, props2), kFstProperties);
compose.h 110 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)) {
    [all...]
product-weight.h 89 uint64 props1 = W1::Properties(); local
91 return props1 & props2 & (kLeftSemiring | kRightSemiring |
  /external/openfst/src/include/fst/
concat.h 62 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);
rational.h 123 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);
test-properties.h 46 inline bool CompatProperties(uint64 props1, uint64 props2) {
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)";
state-table.h 393 uint64 props1 = kString; local
395 if (fst1.Properties(props1, true) != props1 ||
435 uint64 props1 = kODeterministic | kNoOEpsilons; local
437 if (fst1.Properties(props1, true) != props1 ||
expectation-weight.h 109 uint64 props1 = W1::Properties(); local
111 return props1 & props2 & (kLeftSemiring | kRightSemiring |
lexicographic-weight.h 113 uint64 props1 = W1::Properties(); local
115 return props1 & props2 & (kLeftSemiring | kRightSemiring | kPath |
product-weight.h 74 uint64 props1 = W1::Properties(); local
76 return props1 & props2 & (kLeftSemiring | kRightSemiring |
union.h 61 uint64 props1 = fst1->Properties(kFstProperties, false); local
105 fst1->SetProperties(UnionProperties(props1, props2), kFstProperties);
compose.h 567 int64 props1 = fst1.Properties(kUnweighted, true); local
569 if (!(props1 & kUnweighted) && !(props2 & kUnweighted)) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 

Completed in 171 milliseconds