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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
properties.cpp 35 uint64 outprops = (kAcceptor | kUnweighted | kAccessible) & inprops; local
37 outprops |= (kExpanded | kMutable | kCoAccessible |
40 outprops |= (kNotAcceptor | kNonIDeterministic | kNonODeterministic |
43 return outprops;
48 uint64 outprops = kAcceptor | kUnweighted | kNoEpsilons | local
51 outprops |= (kILabelSorted | kOLabelSorted | kInitialCyclic) & inprops;
53 outprops |= kNotILabelSorted | kNotOLabelSorted | kCyclic;
54 return outprops;
59 uint64 outprops = kAccessible; local
60 outprops |= (kAcceptor | kNoIEpsilons | kAcyclic | kInitialAcyclic)
70 uint64 outprops = local
103 uint64 outprops = kIDeterministic | kAccessible; local
121 uint64 outprops = (kExpanded | kMutable | kAcceptor | local
133 uint64 outprops = kAcceptor | kAccessible; local
145 uint64 outprops = (kExpanded | kMutable | kAcceptor | kNotAcceptor | local
183 uint64 outprops = kAcceptor; local
238 uint64 outprops = (kExpanded | kMutable | local
251 uint64 outprops = local
260 uint64 outprops = inprops & kWeightInvariantProperties; local
267 uint64 outprops = kNoEpsilons; local
282 uint64 outprops = (kAcceptor | kAcyclic | kAccessible | kCoAccessible | local
291 uint64 outprops = (kAcceptor | kUnweighted | kAcyclic | kAccessible) local
    [all...]
  /external/openfst/src/lib/
properties.cc 39 uint64 outprops = (kError | kAcceptor | kUnweighted | kAccessible) & inprops; local
41 outprops |= (kExpanded | kMutable | kCoAccessible |
44 outprops |= (kNotAcceptor | kNonIDeterministic | kNonODeterministic |
47 return outprops;
52 uint64 outprops = kAcceptor | kUnweighted | kNoEpsilons | local
55 outprops |= (kError | kILabelSorted | kOLabelSorted | kInitialCyclic) &
58 outprops |= kNotILabelSorted | kNotOLabelSorted | kCyclic;
59 return outprops;
64 uint64 outprops = kError & (inprops1 | inprops2); local
66 outprops |= kAcceptor | kAccessible
83 uint64 outprops = local
117 uint64 outprops = kAccessible; local
136 uint64 outprops = (kExpanded | kMutable | kError | kAcceptor | local
148 uint64 outprops = (kExpanded | kMutable | kError | kAcceptor | kNotAcceptor | local
186 uint64 outprops = kAcceptor; local
236 uint64 outprops = kAcyclic | kInitialAcyclic | kAccessible; local
317 uint64 outprops = (kExpanded | kMutable | kError | local
330 uint64 outprops = local
339 uint64 outprops = inprops & kWeightInvariantProperties; local
346 uint64 outprops = kNoEpsilons; local
368 uint64 outprops = (kError | kAcceptor | kAcyclic | kAccessible | local
377 uint64 outprops = (kAcceptor | kUnweighted | kAcyclic | kAccessible) local
    [all...]
  /external/openfst/src/include/fst/
properties.h 360 uint64 outprops = inprops & kSetStartProperties; local
362 outprops |= kInitialAcyclic;
364 return outprops;
376 uint64 outprops = inprops & kError; local
377 return outprops | kNullProperties | staticprops;
390 uint64 outprops = inprops; local
392 outprops &= ~kWeighted;
395 outprops |= kWeighted;
396 outprops &= ~kUnweighted;
398 outprops &= kSetFinalProperties | kWeighted | kUnweighted
412 uint64 outprops = inprops; local
    [all...]
matcher.h 292 uint64 outprops = inprops; local
293 if (error_) outprops |= kError;
294 return outprops;
525 uint64 outprops = matcher_->Properties(inprops); local
526 if (error_) outprops |= kError;
529 return outprops;
532 return outprops & ~(kODeterministic | kNonODeterministic | kString |
536 return outprops & ~(kODeterministic | kAcceptor | kString |
541 return outprops & ~(kIDeterministic | kNonIDeterministic | kString |
545 return outprops & ~(kIDeterministic | kAcceptor | kString
714 uint64 outprops = matcher_->Properties(inprops); local
931 uint64 outprops = matcher_->Properties(inprops); local
    [all...]
encode.h 348 uint64 outprops = inprops; local
349 if (error_) outprops |= kError;
359 return outprops & mask;
arc-map.h 847 uint64 outprops = inprops & kOLabelInvariantProperties & local
850 outprops |= kError;
851 return outprops;
940 uint64 outprops = inprops & kOLabelInvariantProperties & local
943 outprops |= kError;
944 return outprops;
    [all...]
lookahead-filter.h 272 uint64 outprops = filter_.Properties(inprops); local
274 outprops |= kError;
275 return outprops;
lookahead-matcher.h 503 uint64 outprops = matcher_.Properties(inprops); local
505 outprops |= kError;
506 return outprops;

Completed in 246 milliseconds