Searched defs:REWEIGHT_TO_INITIAL (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
H A Dreweight.h32 enum ReweightType { REWEIGHT_TO_INITIAL, REWEIGHT_TO_FINAL }; enumerator in enum:fst::ReweightType
60 if (type == REWEIGHT_TO_INITIAL && !(Weight::Properties() & kLeftSemiring)) {
84 if (type == REWEIGHT_TO_INITIAL)
92 if (type == REWEIGHT_TO_INITIAL)
115 if (type == REWEIGHT_TO_INITIAL)
123 if (type == REWEIGHT_TO_INITIAL)
131 Weight w = type == REWEIGHT_TO_INITIAL ? startweight :
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreweight.h27 enum ReweightType { REWEIGHT_TO_INITIAL, REWEIGHT_TO_FINAL }; enumerator in enum:fst::ReweightType
53 if (type == REWEIGHT_TO_INITIAL && !(Weight::Properties() & kLeftSemiring))
69 if ((type == REWEIGHT_TO_INITIAL)
79 if ((type == REWEIGHT_TO_INITIAL)
95 if (type == REWEIGHT_TO_INITIAL)
103 if (type == REWEIGHT_TO_INITIAL)
112 Weight w = type == REWEIGHT_TO_INITIAL ?

Completed in 116 milliseconds