Home
last modified time | relevance | path

Searched refs:kWeightInvariantProperties (Results 1 – 4 of 4) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dmap.h710 return ProjectProperties(props, true) & kWeightInvariantProperties; in Properties()
749 kWeightInvariantProperties & kAddSuperFinalProperties; in Properties()
827 kWeightInvariantProperties & kAddSuperFinalProperties; in Properties()
865 return props & kWeightInvariantProperties; in Properties()
889 return props & kWeightInvariantProperties; in Properties()
913 return props & kWeightInvariantProperties | kUnweighted; in Properties()
938 return props & kWeightInvariantProperties; in Properties()
Dproperties.h245 const uint64 kWeightInvariantProperties = variable
Dproperties.cpp260 uint64 outprops = inprops & kWeightInvariantProperties; in ReweightProperties()
Dencode.h262 mask &= kILabelInvariantProperties & kWeightInvariantProperties & in Properties()