Searched refs:Final (Results 26 - 50 of 123) sorted by relevance

12345

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dmap.h107 A final_arc = (*mapper)(A(0, 0, fst->Final(s), kNoStateId));
114 A final_arc = (*mapper)(A(0, 0, fst->Final(s), kNoStateId));
132 A final_arc = (*mapper)(A(0, 0, fst->Final(s), kNoStateId));
190 B final_arc = (*mapper)(A(0, 0, ifst.Final(s), kNoStateId));
196 B final_arc = (*mapper)(A(0, 0, ifst.Final(s), kNoStateId));
212 B final_arc = (*mapper)(A(0, 0, ifst.Final(s), kNoStateId));
301 Weight Final(StateId s) { function in class:fst::MapFstImpl
306 B final_arc = (*mapper_)(A(0, 0, fst_->Final(FindIState(s)),
316 B final_arc = (*mapper_)(A(0, 0, fst_->Final(FindIState(s)),
331 return CacheImpl<B>::Final(
488 virtual Weight Final(StateId s) const { return impl_->Final(s); } function in class:fst::MapFst
[all...]
H A Dreverse.h58 Weight final = ifst.Final(is);
H A Dprune.h109 if (less(ceiling, Times((*idistance)[state], fst->Final(state))))
193 if (!less(ceiling, Times((*idistance)[state], ifst.Final(state))))
194 ofst->SetFinal(copy[state], ifst.Final(state));
H A Dfactor-weight.h186 Weight Final(StateId s) { function in class:fst::FactorWeightFstImpl
192 : (Weight) Times(e.weight, fst_->Final(e.state));
199 return CacheImpl<A>::Final(s);
276 (fst_->Final(e.state) != Weight::Zero())) {
279 : Times(e.weight, fst_->Final(e.state));
360 virtual Weight Final(StateId s) const { return impl_->Final(s); } function in class:fst::FactorWeightFst
H A Dsynchronize.h106 Weight Final(StateId s) { function in class:fst::SynchronizeFstImpl
109 Weight w = e.state == kNoStateId ? Weight::One() : fst_->Final(e.state);
115 return CacheImpl<A>::Final(s);
230 Weight w = e.state == kNoStateId ? Weight::One() : fst_->Final(e.state);
345 virtual Weight Final(StateId s) const { return impl_->Final(s); } function in class:fst::SynchronizeFst
H A Dconst-fst.h58 Weight Final(StateId s) const { return states_[s].final; } function in class:fst::ConstFstImpl
91 Weight final; // Final weight
141 states_[s].final = fst.Final(s);
245 virtual Weight Final(StateId s) const { return impl_->Final(s); } function in class:fst::ConstFst
H A Dshortest-path.h137 if (ifst.Final(s) != Weight::Zero()) {
138 Weight w = Times(sd, ifst.Final(s));
156 ofst->SetFinal(s_p, ifst.Final(f_parent));
321 Weight finalw = rfst.Final(p.first).Reverse();
H A Dverify.h98 if (!fst.Final(s).Member()) {
H A Drelabel.h238 Weight Final(StateId s) { function in class:fst::RelabelFstImpl
240 SetFinal(s, fst_->Final(s));
242 return CacheImpl<A>::Final(s);
359 virtual Weight Final(StateId s) const { return impl_->Final(s); } function in class:fst::RelabelFst
/external/openfst/src/include/fst/
H A Dconcat.h80 fst1->SetFinal(s1, fst2.Final(s2));
93 Weight final = fst1->Final(s1);
145 Weight final = fst1.Final(s1);
H A Dpush.h54 sum = Plus(sum, Times(distance[s], fst.Final(s)));
72 Divide(fst->Final(sit.Value()), w, DIVIDE_RIGHT));
83 fst->SetFinal(start, Divide(fst->Final(start), w, DIVIDE_LEFT));
H A Darc-map.h144 A final_arc = (*mapper)(A(0, 0, fst->Final(s), kNoStateId));
155 A final_arc = (*mapper)(A(0, 0, fst->Final(s), kNoStateId));
173 A final_arc = (*mapper)(A(0, 0, fst->Final(s), kNoStateId));
250 B final_arc = (*mapper)(A(0, 0, ifst.Final(s), kNoStateId));
259 B final_arc = (*mapper)(A(0, 0, ifst.Final(s), kNoStateId));
275 B final_arc = (*mapper)(A(0, 0, ifst.Final(s), kNoStateId));
375 Weight Final(StateId s) { function in class:fst::ArcMapFstImpl
380 B final_arc = (*mapper_)(A(0, 0, fst_->Final(FindIState(s)),
393 B final_arc = (*mapper_)(A(0, 0, fst_->Final(FindIState(s)),
408 return CacheImpl<B>::Final(
[all...]
H A Drmepsilon.h90 const Weight &Final() const { return final_; } function in class:fst::RmEpsilonState
147 Weight final_; // Final weight of state being expanded
208 final_ = Plus(final_, Times((*distance_)[state], fst_.Final(state)));
300 fst->SetFinal(state, rmeps_state.Final());
439 Weight Final(StateId s) { function in class:fst::RmEpsilonFstImpl
443 return CacheImpl<A>::Final(s);
482 SetFinal(s, rmeps_state_.Final());
H A Drandgen.h57 if (fst.Final(s) != Weight::Zero())
85 sum += exp(-to_log_weight_(fst.Final(s)).Value());
126 double sum = to_log_weight_(accumulator->Sum(fst.Final(s), &aiter, 0,
192 fst_.Final(rstate.state_id) == Weight::Zero()) ||
271 fst_.Final(rstate.state_id) == Weight::Zero()) ||
398 Weight Final(StateId s) { function in class:fst::RandGenFstImpl
402 return CacheImpl<B>::Final(s);
627 if (ifst_->Final(arc.nextstate) == Weight::Zero()) {
647 if (p != kNoStateId && ifst_->Final(s) == Weight::Zero())
H A Dverify.h101 if (!fst.Final(s).Member()) {
H A Darcsort.h54 Weight Final(StateId s) const { return fst_.Final(s); } function in class:fst::ArcSortMapper
H A Dexpanded-fst.h95 typename A::Weight Final(const ExpandedFst<A> &fst, typename A::StateId s) { function in namespace:fst::internal
96 return fst.Final(s);
H A Dfactor-weight.h230 Weight Final(StateId s) { function in class:fst::FactorWeightFstImpl
236 : (Weight) Times(e.weight, fst_->Final(e.state));
243 return CacheImpl<A>::Final(s);
331 (fst_->Final(e.state) != Weight::Zero()))) {
334 : Times(e.weight, fst_->Final(e.state));
H A Dedit-fst.h125 Weight Final(StateId s, const WrappedFstT *wrapped) const { function in class:fst::EditFstData
130 wrapped->Final(s) : edits_.Final(it->second);
170 Weight old_weight = Final(s, wrapped);
303 edits_.SetFinal(new_internal_id, wrapped->Final(s));
459 Weight Final(StateId s) const { function in class:fst::EditFstImpl
460 return data_->Final(s, wrapped_);
/external/openfst/src/include/fst/extensions/pdt/
H A Dreplace.h101 if (ifst->Final(is) != Weight::Zero()) {
103 ofst->SetFinal(os, ifst->Final(is));
104 fst_final[fst_id].push_back(make_pair(os, ifst->Final(is)));
/external/chromium_org/components/ownership/
H A Downer_settings_service.cc42 if (!signature_creator->Final(&signature_bytes)) {
/external/chromium_org/crypto/
H A Dsignature_creator_nss.cc104 bool SignatureCreator::Final(std::vector<uint8>* signature) { function in class:crypto::SignatureCreator
/external/chromium_org/remoting/base/
H A Drsa_key_pair.cc86 signature_creator->Final(&signature_buf);
/external/openfst/src/include/fst/script/
H A Dprint-impl.h126 Weight final = fst_.Final(s);
/external/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp322 const SmallInstructionSet &Final,
327 const SmallInstructionSet &Final,
474 const SmallInstructionSet &Final,
482 if (!Final.count(I))
501 !Final.count(Op))
512 const SmallInstructionSet &Final,
516 collectInLoopUserSet(L, *I, Exclude, Final, Users);
472 collectInLoopUserSet(Loop *L, Instruction *Root, const SmallInstructionSet &Exclude, const SmallInstructionSet &Final, DenseSet<Instruction *> &Users) argument
509 collectInLoopUserSet(Loop *L, const SmallInstructionVector &Roots, const SmallInstructionSet &Exclude, const SmallInstructionSet &Final, DenseSet<Instruction *> &Users) argument

Completed in 2481 milliseconds

12345