Home
last modified time | relevance | path

Searched refs:props2 (Results 1 – 18 of 18) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dintersect.h54 uint64 props2 = fst2.Properties(kFstProperties, false); in IntersectFst() local
55 Impl()->SetProperties(IntersectProperties(props1, props2), in IntersectFst()
66 uint64 props2 = fst2.Properties(kFstProperties, false); in IntersectFst() local
67 Impl()->SetProperties(IntersectProperties(props1, props2), in IntersectFst()
Ddifference.h60 uint64 props2 = fst2.Properties(kFstProperties, false); in DifferenceFst() local
61 Impl()->SetProperties(DifferenceProperties(props1, props2), in DifferenceFst()
74 uint64 props2 = fst2.Properties(kFstProperties, false); in DifferenceFst() local
75 Impl()->SetProperties(DifferenceProperties(props1, props2), in DifferenceFst()
Drational.h65 uint64 props2 = fst2.Properties(kFstProperties, false); in InitUnion() local
81 SetProperties(UnionProperties(props1, props2, true), kCopyProperties); in InitUnion()
87 uint64 props2 = fst2.Properties(kFstProperties, false); in InitConcat() local
104 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties); in InitConcat()
138 uint64 props2 = fst.Properties(kFstProperties, false); in AddUnion() local
148 SetProperties(UnionProperties(props1, props2, true), kCopyProperties); in AddUnion()
154 uint64 props2 = fst.Properties(kFstProperties, false); in AddConcat() local
164 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties); in AddConcat()
Dtest-properties.h44 inline bool CompatProperties(uint64 props1, uint64 props2) { in CompatProperties() argument
46 uint64 known_props2 = KnownProperties(props2); in CompatProperties()
48 uint64 incompat_props = (props1 & known_props) ^ (props2 & known_props); in CompatProperties()
55 << ", props2 = " << (props2 & prop ? "true" : "false"); in CompatProperties()
Dunion.h49 uint64 props2 = fst2.Properties(kFstProperties, false); in Union() local
68 fst1->SetProperties(props2, kCopyProperties); in Union()
80 fst1->SetProperties(UnionProperties(props1, props2), kFstProperties); in Union()
Dcompose.h111 uint64 props2 = fst2.Properties(kFstProperties, false); in ComposeFstImplBase() local
112 SetProperties(ComposeProperties(props1, props2), kCopyProperties); in ComposeFstImplBase()
779 uint64 props2 = fst2.Properties(sort_props_mask, true); in Init() local
782 props2 |= fst2.Properties(opt_props_mask, false); in Init()
786 props2 |= fst2.Properties(kUnweighted, true); in Init()
787 if (!(props1 & kUnweighted) && !(props2 & kUnweighted)) in Init()
805 ((props2 & kStringDetOptProps) == kStringDetOptProps)) { in Init()
810 if ((props2 & kString) && in Init()
Dconcat.h49 uint64 props2 = fst2.Properties(kFstProperties, false); in Concat() local
78 fst1->SetProperties(ConcatProperties(props1, props2), kFstProperties); in Concat()
Dproduct-weight.h90 uint64 props2 = W2::Properties(); in Properties() local
91 return props1 & props2 & (kLeftSemiring | kRightSemiring | in Properties()
/external/openfst/src/include/fst/
Drational.h124 uint64 props2 = fst2.Properties(kFstProperties, false); in InitUnion() local
138 SetProperties(UnionProperties(props1, props2, true), kCopyProperties); in InitUnion()
146 uint64 props2 = fst2.Properties(kFstProperties, false); in InitConcat() local
161 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties); in InitConcat()
197 uint64 props2 = fst.Properties(kFstProperties, false); in AddUnion() local
207 SetProperties(UnionProperties(props1, props2, true), kCopyProperties); in AddUnion()
215 uint64 props2 = fst.Properties(kFstProperties, false); in AddConcat() local
228 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties); in AddConcat()
Dconcat.h63 uint64 props2 = fst2.Properties(kFstProperties, false); in Concat() local
67 if (props2 & kError) fst1->SetProperties(kError, kError); in Concat()
101 fst1->SetProperties(ConcatProperties(props1, props2), kFstProperties); in Concat()
128 uint64 props2 = fst2->Properties(kFstProperties, false); in Concat() local
160 fst2->SetProperties(ConcatProperties(props1, props2), kFstProperties); in Concat()
Dunion.h62 uint64 props2 = fst2.Properties(kFstProperties, false); in Union() local
66 if (props2 & kError) fst1->SetProperties(kError, kError); in Union()
93 fst1->SetProperties(props2, kCopyProperties); in Union()
105 fst1->SetProperties(UnionProperties(props1, props2), kFstProperties); in Union()
Dtest-properties.h46 inline bool CompatProperties(uint64 props1, uint64 props2) { in CompatProperties() argument
48 uint64 known_props2 = KnownProperties(props2); in CompatProperties()
50 uint64 incompat_props = (props1 & known_props) ^ (props2 & known_props); in CompatProperties()
57 << ", props2 = " << (props2 & prop ? "true" : "false"); in CompatProperties()
Dstate-table.h394 uint64 props2 = kIDeterministic | kNoIEpsilons; in StringDetComposeStateTable() local
396 fst2.Properties(props2, true) != props2) { in StringDetComposeStateTable()
436 uint64 props2 = kString; in DetStringComposeStateTable() local
438 fst2.Properties(props2, true) != props2) { in DetStringComposeStateTable()
Dproduct-weight.h75 uint64 props2 = W2::Properties(); in Properties() local
76 return props1 & props2 & (kLeftSemiring | kRightSemiring | in Properties()
Dexpectation-weight.h110 uint64 props2 = W2::Properties(); in Properties() local
111 return props1 & props2 & (kLeftSemiring | kRightSemiring | in Properties()
Dlexicographic-weight.h114 uint64 props2 = W2::Properties(); in Properties() local
115 return props1 & props2 & (kLeftSemiring | kRightSemiring | kPath | in Properties()
Dcompose.h568 int64 props2 = fst2.Properties(kUnweighted, true); in CreateBase2() local
569 if (!(props1 & kUnweighted) && !(props2 & kUnweighted)) { in CreateBase2()
/external/icu4c/data/unidata/
Dchanges.txt1459 * genprops/props2.c track changes in DerivedNumericValues.txt