HomeSort by relevance Sort by last modified time
    Searched defs:state_id1 (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/include/fst/
state-table.h 220 : state_id1(kNoStateId), state_id2(kNoStateId),
224 : state_id1(s1), state_id2(s2), filter_state(f) {}
226 StateId state_id1; // State Id on fst1 member in struct:fst::ComposeStateTuple
237 return x.state_id1 == y.state_id1 &&
248 return t.state_id1 + t.state_id2 * kPrime0 +
307 return tuple.state_id1 + tuple.state_id2 * mult1_ +
325 size_t operator()(const StateTuple &tuple) { return tuple.state_id1; }
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compose.h 212 : state_id1(s1), state_id2(s2), filt(f) {}
213 StateId state_id1; // state Id on fst1 member in struct:fst::ComposeStateTable::StateTuple
235 return x.state_id1 == y.state_id1 &&
248 return static_cast<size_t>(x.state_id1 +
284 : state_id1(s1), state_id2(s2) {}
285 StateId state_id1; // state Id on fst1 member in struct:fst::StringDetComposeStateTable::StateTuple
297 StateId index = Fst1IsString ? tuple.state_id1 : tuple.state_id2;
454 StateId s1 = tuple.state_id1;
633 Weight final = Times(ComposeFstImplBase<A>::fst1_->Final(tuple.state_id1),
    [all...]

Completed in 27 milliseconds