Searched defs:Weight (Results 126 - 145 of 145) sorted by relevance

123456

/external/openfst/src/include/fst/
H A Daccumulator.h46 typedef typename A::Weight Weight; typedef in class:fst::DefaultAccumulator
56 Weight Sum(Weight w, Weight v) {
61 Weight Sum(Weight w, ArcIterator *aiter, ssize_t begin,
63 Weight sum = w;
85 typedef typename A::Weight Weight; typedef in class:fst::LogAccumulator
166 typedef typename A::Weight Weight; typedef in class:fst::FastLogAccumulator
347 typedef typename A::Weight Weight; typedef in class:fst::CacheLogAccumulatorData
434 typedef typename A::Weight Weight; typedef in class:fst::CacheLogAccumulator
661 typedef typename Arc::Weight Weight; typedef in class:fst::ReplaceAccumulator
[all...]
H A Darc-map.h114 typedef typename A::Weight Weight; typedef
131 fst->SetFinal(superfinal, Weight::One());
160 fst->SetFinal(superfinal, Weight::One());
164 fst->SetFinal(s, Weight::Zero());
175 final_arc.weight != Weight::Zero())
178 fst->SetFinal(s, Weight::Zero());
202 typedef typename A::Weight Weight; typedef
236 ofst->SetFinal(superfinal, B::Weight
329 typedef typename B::Weight Weight; typedef in class:fst::ArcMapFstImpl
557 typedef typename B::Weight Weight; typedef in class:fst::ArcMapFst
974 typedef typename A::Weight Weight; typedef in struct:fst::PlusMapper
1008 typedef typename A::Weight Weight; typedef in struct:fst::TimesMapper
1039 typedef typename A::Weight Weight; typedef in struct:fst::InvertWeightMapper
[all...]
H A Dcache.h108 typedef typename Arc::Weight Weight; typedef in class:fst::CacheBaseImpl
219 void SetFinal(StateId s, Weight w) {
394 Weight Final(StateId s) const {
613 typedef typename A::Weight Weight; typedef in struct:fst::CacheState
616 CacheState() : final(Weight::Zero()), flags(0), ref_count(0) {}
624 Weight final; // Final weight
762 typedef typename Arc::Weight Weight; typedef in class:fst::CacheMutableArcIterator
[all...]
H A Dcompact-fst.h127 // 'Final(s) != Weight::Zero()') is stored first.
213 typedef typename A::Weight Weight; typedef
226 if (fst.Final(s) != Weight::Zero()) ++nfinals;
248 if (fst.Final(s) != Weight::Zero())
284 typedef typename Arc::Weight Weight; typedef
319 Weight::One(), kNoStateId));
332 if (arc.weight != Weight::Zero())
347 if (arc.weight != Weight
459 typedef typename A::Weight Weight; typedef in class:fst::CompactFstImpl
933 typedef typename A::Weight Weight; typedef
1223 typedef typename A::Weight Weight; typedef in class:fst::StringCompactor
1262 typedef typename A::Weight Weight; typedef in class:fst::WeightedStringCompactor
1305 typedef typename A::Weight Weight; typedef in class:fst::UnweightedAcceptorCompactor
1347 typedef typename A::Weight Weight; typedef in class:fst::AcceptorCompactor
1389 typedef typename A::Weight Weight; typedef in class:fst::UnweightedCompactor
[all...]
H A Dcompose.h119 typedef typename A::Weight Weight; typedef in class:fst::ComposeFstImplBase
160 Weight Final(StateId s) {
162 Weight final = ComputeFinal(s);
196 virtual Weight ComputeFinal(StateId s) = 0;
210 typedef typename Arc::Weight Weight; typedef in class:fst::ComposeFstImpl
299 Weight::One(), sb);
353 Weight ComputeFinal(StateId s) {
356 Weight final
508 typedef typename A::Weight Weight; typedef in class:fst::ComposeFst
[all...]
H A Ddeterminize.h57 typedef W Weight; typedef in class:fst::DefaultCommonDivisor
70 typedef StringWeight<L, S> Weight; typedef in class:fst::LabelCommonDivisor
72 Weight operator()(const Weight &w1, const Weight &w2) const {
77 FSTERROR() << "LabelCommonDivisor: Weight needs to be left semiring";
78 return Weight::NoWeight();
80 return Weight::One();
81 } else if (w1 == Weight::Zero()) {
82 return Weight(iter
100 typedef GallicWeight<L, W, S> Weight; typedef in class:fst::GallicCommonDivisor
117 typedef typename A::Weight Weight; typedef in struct:fst::DeterminizeElement
196 typedef typename Arc::Weight Weight; typedef in class:fst::DefaultDeterminizeStateTable
369 typedef typename A::Weight Weight; typedef in class:fst::DeterminizeFstImplBase
466 typedef typename A::Weight Weight; typedef in class:fst::DeterminizeFsaImpl
700 typedef typename A::Weight Weight; typedef in class:fst::DeterminizeFstImpl
800 typedef typename A::Weight Weight; typedef in class:fst::DeterminizeFst
945 typedef typename Arc::Weight Weight; typedef in struct:fst::DeterminizeOptions
954 DeterminizeOptions(float d = kDelta, Weight w = Weight::Zero(), StateId n = kNoStateId, Label l = 0) argument
984 typedef typename Arc::Weight Weight; typedef
[all...]
H A Drandgen.h50 typedef typename A::Weight Weight; typedef in struct:fst::UniformArcSelector
57 if (fst.Final(s) != Weight::Zero())
66 // the state. Weight::zero transitions are disregarded.
67 // Assumes Weight::Value() accesses the floating point
73 typedef typename A::Weight Weight; typedef in class:fst::LogProbArcSelector
100 WeightConvert<Weight, Log64Weight> to_log_weight_;
114 typedef typename A::Weight Weight; typedef in class:fst::FastLogProbArcSelector
165 typedef typename A::Weight Weight; typedef in class:fst::ArcSampler
241 typedef typename A::Weight Weight; typedef in class:fst::ArcSampler
345 typedef typename A::Weight Weight; typedef in class:fst::RandGenFstImpl
516 typedef typename A::Weight Weight; typedef in class:fst::RandGenFst
608 typedef typename IArc::Weight Weight; typedef in class:fst::RandGenVisitor
686 typedef typename OArc::Weight Weight; typedef
[all...]
H A Dfst.h165 typedef typename A::Weight Weight; typedef in class:fst::Fst
172 virtual Weight Final(StateId) const = 0; // State's final weight
542 typename F::Arc::Weight Final(const F &fst, typename F::Arc::StateId s) {
564 typename A::Weight Final(const Fst<A> &fst, typename A::StateId s) {
605 typedef typename A::Weight Weight; typedef in class:fst::FstImpl
838 typedef typename Arc::Weight Weight; typedef in class:fst::ImplToFst
845 virtual Weight Fina
[all...]
H A Dreplace.h329 typedef typename A::Weight Weight; typedef in class:fst::ReplaceFstImpl
497 Weight Final(StateId s) {
504 if (fst->Final(fst_state) != Weight::Zero() && stack.Depth() == 0)
507 SetFinal(s, Weight::Zero());
698 if (fst->Final(fst_state) != Weight::Zero() && stack.Depth()) {
963 typedef typename A::Weight Weight; typedef in class:fst::ReplaceFst
1248 loop_(fst::kNoLabel, 0, A::Weight::One(), fst::kNoStateId) {
1260 loop_(fst::kNoLabel, 0, A::Weight
[all...]
/external/openfst/src/include/fst/extensions/pdt/
H A Dexpand.h80 typedef typename A::Weight Weight; typedef in class:fst::ExpandFstImpl
137 Weight Final(StateId s) {
140 Weight w = fst_->Final(tuple.state_id);
141 if (w != Weight::Zero() && tuple.stack_id == 0)
144 SetFinal(s, Weight::Zero());
232 typedef typename A::Weight Weight; typedef in class:fst::ExpandFst
340 typedef typename A::Weight Weight; typedef in class:fst::PrunedExpand
940 typedef typename Arc::Weight Weight; typedef
[all...]
H A Dshortest-path.h71 typedef typename Arc::Weight Weight; typedef in class:fst::PdtShortestPathData
113 SearchData() : distance(Weight::Zero()),
118 Weight distance; // Distance to this state from PDT 'start' state
148 Weight Distance(SearchState s) const {
153 Weight Distance(const ParenSpec &paren) const {
178 void SetDistance(SearchState s, Weight w) {
183 void SetDistance(const ParenSpec &paren, Weight w) {
348 = Arc(kNoLabel, kNoLabel, Weight::Zero(), kNoStateId);
383 typedef typename Arc::Weight Weigh typedef in class:fst::PdtShortestPath
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompose.h100 typedef typename A::Weight Weight; typedef in class:fst::ComposeFstImplBase
136 Weight Final(StateId s) {
138 Weight final = ComputeFinal(s);
176 virtual Weight ComputeFinal(StateId s) = 0;
329 typedef typename A::Weight Weight; typedef in class:fst::ComposeFstImpl
478 bool finala = fsta->Final(sa) != Weight::Zero();
499 A earcb(0, 0, Weight::One(), sb);
559 A loop(match_labelb, match_labelb, Weight
685 typedef typename A::Weight Weight; typedef in class:fst::ComposeFst
[all...]
H A Ddeterminize.h47 typedef W Weight; typedef in class:fst::DefaultCommonDivisor
60 typedef StringWeight<L, S> Weight; typedef in class:fst::LabelCommonDivisor
62 Weight operator()(const Weight &w1, const Weight &w2) const {
67 LOG(FATAL) << "LabelCommonDivisor: Weight needs to be left semiring";
70 return Weight::One();
71 else if (w1 == Weight::Zero())
72 return Weight(iter2.Value());
73 else if (w2 == Weight
89 typedef GallicWeight<L, W, S> Weight; typedef in class:fst::GallicCommonDivisor
129 typedef typename A::Weight Weight; typedef in class:fst::DeterminizeFstImplBase
208 typedef typename A::Weight Weight; typedef in class:fst::DeterminizeFsaImpl
476 typedef typename A::Weight Weight; typedef in class:fst::DeterminizeFstImpl
540 typedef typename A::Weight Weight; typedef in class:fst::DeterminizeFst
[all...]
H A Dfst.h121 typedef typename A::Weight Weight; typedef in class:fst::Fst
128 virtual Weight Final(StateId) const = 0; // State's final weight
398 typedef typename A::Weight Weight; typedef in class:fst::FstImpl
/external/clang/lib/CodeGen/
H A DCGStmt.cpp1118 uint64_t Weight = Total / NCases, Rem = Total % NCases; local
1121 SwitchWeights->push_back(Weight + (Rem ? 1 : 0));
/external/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h327 /// In addition to the raw weight amount, Weight stores the type of the edge
331 struct Weight { struct in class:llvm::BlockFrequencyInfoImplBase
336 Weight() : Type(Local), Amount(0) {} function in struct:llvm::BlockFrequencyInfoImplBase::Weight
348 typedef SmallVector<Weight, 4> WeightList;
355 add(Node, Amount, Weight::Local);
358 add(Node, Amount, Weight::Exit);
361 add(Node, Amount, Weight::Backedge);
366 /// Combines multiple edges to the same \a Weight::TargetNode and scales
376 void add(const BlockNode &Node, uint64_t Amount, Weight::DistType Type);
405 const BlockNode &Pred, const BlockNode &Succ, uint64_t Weight);
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h157 uint32_t Weight):
158 Mask(mask), BB(bb), Bits(bits), ExtraWeight(Weight) { }
265 uint32_t Weight):
266 Mask(M), ThisBB(T), TargetBB(Tr), ExtraWeight(Weight) { }
672 uint32_t Weight = 0);
156 CaseBits(uint64_t mask, MachineBasicBlock* bb, unsigned bits, uint32_t Weight) argument
264 BitTestCase(uint64_t M, MachineBasicBlock* T, MachineBasicBlock* Tr, uint32_t Weight) argument
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp536 unsigned Weight = 0; local
539 Weight += RegBank.getRegUnit(*I).Weight;
541 return Weight;
1226 // A Weight field caches the max per-register unit weight in each UberRegSet.
1233 unsigned Weight; member in struct:__anon26577::UberRegSet
1236 UberRegSet(): Weight(0) {}
1316 unsigned MaxWeight = 0, Weight = 0; local
1319 if (Weight > MaxWeight)
1320 MaxWeight = Weight;
[all...]
/external/openfst/src/include/fst/extensions/ngram/
H A Dngram-fst.h46 typedef typename A::Weight Weight; typedef in struct:fst::NGramFstInst
78 typedef typename A::Weight Weight; typedef in class:fst::NGramFstImpl
140 Weight Final(StateId state) const {
144 return Weight::Zero();
180 Weight weight;
270 const Weight *backoff_, *final_probs_, *future_probs_;
283 typedef typename Arc::Weight Weight; typedef
641 typedef typename A::Weight Weight; typedef in class:fst::NGramFst
755 typedef typename A::Weight Weight; typedef in class:fst::NGramFstMatcher
863 typedef typename A::Weight Weight; typedef in class:fst::ArcIterator
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2484 milliseconds

123456