Searched refs:props1 (Results 1 – 8 of 8) sorted by relevance
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | rational.h | 64 uint64 props1 = fst1.Properties(kFstProperties, false); in InitUnion() local 81 SetProperties(UnionProperties(props1, props2, true), kCopyProperties); in InitUnion() 86 uint64 props1 = fst1.Properties(kFstProperties, false); in InitConcat() local 104 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties); in InitConcat() 137 uint64 props1 = Properties(); in AddUnion() local 148 SetProperties(UnionProperties(props1, props2, true), kCopyProperties); in AddUnion() 153 uint64 props1 = Properties(); in AddConcat() local 164 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties); in AddConcat()
|
D | intersect.h | 53 uint64 props1 = fst1.Properties(kFstProperties, false); in IntersectFst() local 55 Impl()->SetProperties(IntersectProperties(props1, props2), in IntersectFst() 65 uint64 props1 = fst1.Properties(kFstProperties, false); in IntersectFst() local 67 Impl()->SetProperties(IntersectProperties(props1, props2), in IntersectFst()
|
D | difference.h | 59 uint64 props1 = fst1.Properties(kFstProperties, false); in DifferenceFst() local 61 Impl()->SetProperties(DifferenceProperties(props1, props2), in DifferenceFst() 73 uint64 props1 = fst1.Properties(kFstProperties, false); in DifferenceFst() local 75 Impl()->SetProperties(DifferenceProperties(props1, props2), in DifferenceFst()
|
D | test-properties.h | 44 inline bool CompatProperties(uint64 props1, uint64 props2) { in CompatProperties() argument 45 uint64 known_props1 = KnownProperties(props1); in CompatProperties() 48 uint64 incompat_props = (props1 & known_props) ^ (props2 & known_props); in CompatProperties() 54 << ": props1 = " << (props1 & prop ? "true" : "false") in CompatProperties()
|
D | compose.h | 110 uint64 props1 = fst1.Properties(kFstProperties, false); in ComposeFstImplBase() local 112 SetProperties(ComposeProperties(props1, props2), kCopyProperties); in ComposeFstImplBase() 778 uint64 props1 = fst1.Properties(sort_props_mask, true); in Init() local 781 props1 |= fst1.Properties(opt_props_mask, false); in Init() 785 props1 |= fst1.Properties(kUnweighted, true); in Init() 787 if (!(props1 & kUnweighted) && !(props2 & kUnweighted)) in Init() 803 if ((props1 & kString) && in Init() 812 ((props1 & kDetStringOptProps) == kDetStringOptProps)) { in Init()
|
D | concat.h | 48 uint64 props1 = fst1->Properties(kFstProperties, false); in Concat() local 78 fst1->SetProperties(ConcatProperties(props1, props2), kFstProperties); in Concat()
|
D | union.h | 48 uint64 props1 = fst1->Properties(kFstProperties, false); in Union() local 80 fst1->SetProperties(UnionProperties(props1, props2), kFstProperties); in Union()
|
D | product-weight.h | 89 uint64 props1 = W1::Properties(); in Properties() local 91 return props1 & props2 & (kLeftSemiring | kRightSemiring | in Properties()
|