Searched defs:potential (Results 1 - 7 of 7) sorted by relevance

/external/openfst/src/script/
H A Dreweight.cc24 void Reweight(MutableFstClass *fst, const vector<WeightClass> &potential, argument
26 ReweightArgs args(fst, potential, reweight_type);
H A Dtext-io.cc33 vector<WeightClass>* potential) {
44 potential->clear();
60 while (potential->size() <= s)
61 potential->push_back(WeightClass::Zero());
62 (*potential)[s] = weight;
69 const vector<WeightClass>& potential) {
81 for (ssize_t s = 0; s < potential.size(); ++s)
82 *strm << s << "\t" << potential[s] << "\n"; local
31 ReadPotentials(const string &weight_type, const string& filename, vector<WeightClass>* potential) argument
68 WritePotentials(const string& filename, const vector<WeightClass>& potential) argument
/external/openfst/src/include/fst/
H A Dreweight.h39 // An arc of weight w, with an origin state of potential p and
40 // destination state of potential q, is reweighted by p\wq when
45 const vector<typename Arc::Weight> &potential,
71 if (state == potential.size())
73 typename Arc::Weight weight = potential[state];
79 if (arc.nextstate >= potential.size())
81 typename Arc::Weight nextweight = potential[arc.nextstate];
106 typename Arc::Weight startweight = fst->Start() < potential.size() ?
107 potential[fst->Start()] : Weight::Zero();
44 Reweight(MutableFst<Arc> *fst, const vector<typename Arc::Weight> &potential, ReweightType type) argument
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreweight.h34 // An arc of weight w, with an origin state of potential p and
35 // destination state of potential q, is reweighted by p\wq when
39 void Reweight(MutableFst<Arc> *fst, vector<typename Arc::Weight> potential, argument
45 while ( (int64)potential.size() < (int64)fst->NumStates())
46 potential.push_back(Weight::Zero());
66 if ((potential[state] == Weight::Zero()) ||
67 (potential[arc.nextstate] == Weight::Zero()))
70 && (potential[state] != Weight::Zero()))
71 arc.weight = Divide(Times(arc.weight, potential[arc.nextstate]),
72 potential[stat
[all...]
/external/chromium_org/third_party/skia/src/pipe/
H A DSkGPipeWrite.cpp139 SkFlatData* potential = (SkFlatData*)fPointers[i]; local
143 if (potential->index() == fFlatsThatMustBeKept[j]) {
149 return potential;
/external/skia/src/pipe/
H A DSkGPipeWrite.cpp136 SkFlatData* potential = (SkFlatData*)fPointers[i]; local
140 if (potential->index() == fFlatsThatMustBeKept[j]) {
146 return potential;
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 1279 milliseconds