Searched refs:inprops2 (Results 1 - 4 of 4) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dproperties.cpp58 uint64 ComposeProperties(uint64 inprops1, uint64 inprops2) { argument
61 inprops1 & inprops2;
62 if ((kNoIEpsilons & inprops1 & inprops2)) {
63 outprops |= kIDeterministic & inprops1 & inprops2;
69 uint64 ConcatProperties(uint64 inprops1, uint64 inprops2, bool delayed) { argument
71 (kAcceptor | kUnweighted | kAcyclic) & inprops1 & inprops2;
78 outprops |= (kNotTopSorted | kNotString) & inprops2;
89 outprops |= kAccessible & inprops2;
91 outprops |= kCoAccessible & inprops2;
92 if (!delayed || inprops2
115 DifferenceProperties(uint64 inprops1, uint64 inprops2) argument
132 IntersectProperties(uint64 inprops1, uint64 inprops2) argument
290 UnionProperties(uint64 inprops1, uint64 inprops2, bool delayed) argument
[all...]
H A Dproperties.h299 uint64 ComposeProperties(uint64 inprops1, uint64 inprops2);
300 uint64 ConcatProperties(uint64 inprops1, uint64 inprops2,
303 uint64 DifferenceProperties(uint64 inprops1, uint64 inprops2);
305 uint64 IntersectProperties(uint64 inprops1, uint64 inprops2);
314 uint64 UnionProperties(uint64 inprops1, uint64 inprops2, bool delayed = false);
/external/openfst/src/lib/
H A Dproperties.cc63 uint64 ComposeProperties(uint64 inprops1, uint64 inprops2) { argument
64 uint64 outprops = kError & (inprops1 | inprops2);
65 if (inprops1 & kAcceptor && inprops2 & kAcceptor) {
68 kInitialAcyclic) & inprops1 & inprops2;
69 if (kNoIEpsilons & inprops1 & inprops2)
70 outprops |= (kIDeterministic | kODeterministic) & inprops1 & inprops2;
74 inprops1 & inprops2;
75 if (kNoIEpsilons & inprops1 & inprops2)
76 outprops |= kIDeterministic & inprops1 & inprops2;
82 uint64 ConcatProperties(uint64 inprops1, uint64 inprops2, boo argument
376 UnionProperties(uint64 inprops1, uint64 inprops2, bool delayed) argument
[all...]
/external/openfst/src/include/fst/
H A Dproperties.h337 uint64 ComposeProperties(uint64 inprops1, uint64 inprops2);
338 uint64 ConcatProperties(uint64 inprops1, uint64 inprops2,
355 uint64 UnionProperties(uint64 inprops1, uint64 inprops2, bool delayed = false);

Completed in 803 milliseconds