Searched refs:Times (Results 1 - 18 of 18) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreweight.h71 arc.weight = Divide(Times(arc.weight, potential[arc.nextstate]),
75 arc.weight = Divide(Times(potential[state], arc.weight),
84 fst->SetFinal(state, Times(potential[state], fst->Final(state)));
96 arc.weight = Times(potential[state], arc.weight);
98 arc.weight = Times(
104 fst->SetFinal(state, Times(potential[state], fst->Final(state)));
106 fst->SetFinal(state, Times(Divide(Weight::One(), potential[state],
H A Dprune.h53 // 'opts.threshold' Times() the weight of the shortest path. Weights
90 Weight ceiling = Times((*fdistance)[fst->Start()], opts.threshold);
93 if (less(ceiling, Times((*idistance)[state], (*fdistance)[state]))) {
102 Weight weight = Times(Times((*idistance)[state], arc.weight),
109 if (less(ceiling, Times((*idistance)[state], fst->Final(state))))
125 // more than 'opts.threshold' Times() the weight of the shortest
137 // 'ifst' whose weight is no more than 'opts.threshold' Times() the
175 Weight ceiling = Times((*fdistance)[ifst.Start()], opts.threshold);
188 if (less(ceiling, Times((*idistanc
[all...]
H A Dshortest-path.h124 Weight w = Times(sd, arc.weight);
138 Weight w = Times(sd, ifst.Final(s));
181 Weight wx = Times(distance_[px.first], px.second);
182 Weight wy = Times(distance_[py.first], py.second);
312 Weight w = Times(p.second, arc.weight);
323 Weight w = Times(p.second, finalw);
H A Dproduct-weight.h178 inline ProductWeight<W1, W2> Times(const ProductWeight<W1, W2> &w, function in namespace:fst
180 return ProductWeight<W1, W2>(Times(w.Value1(), v.Value1()),
181 Times(w.Value2(), v.Value2()));
H A Drmfinalepsilon.h76 w = Plus(Times(fst->Final(arc.nextstate), arc.weight), w);
H A Dfloat-weight.h157 inline TropicalWeight Times(const TropicalWeight &w1, function in namespace:fst
231 inline LogWeight Times(const LogWeight &w1, const LogWeight &w2) { function in namespace:fst
H A Dfactor-weight.h194 : (Weight) Times(e.weight, fst_->Final(e.state));
262 Weight w = Times(e.weight, arc.weight);
281 : Times(e.weight, fst_->Final(e.state));
H A Dshortest-distance.h164 Weight w = Times(r, arc.weight);
H A Drmepsilon.h155 arc.weight = Times((*distance_)[state], arc.weight);
182 final_ = Plus(final_, Times((*distance_)[state], fst_.Final(state)));
H A Dcompose.h437 arc.weight = Times(arcb.weight, arca.weight);
443 arc.weight = Times(arca.weight, arcb.weight);
633 Weight final = Times(ComposeFstImplBase<A>::fst1_->Final(tuple.state_id1),
654 // string x to z with weight Times(x, z).
873 // Times(x, z).
H A Ddeterminize.h258 final = Plus(final, Times(element.weight,
316 Times(src_element.weight, arc.weight));
H A Dstring-weight.h416 inline StringWeight<L, S> Times(const StringWeight<L, S> &w1, function in namespace:fst
H A Dmap.h882 Weight w = Times(arc.weight, weight_);
/external/chromium/third_party/icu/
H A Dicu4c.css37 font-family: Georgia, "Times New Roman", Times, serif;
54 font-family: Georgia, "Times New Roman", Times, serif;
79 font-family: Georgia, "Times New Roman", Times, serif;
98 font-family: Georgia, "Times New Roman", Times, serif;
117 font-family: Georgia, "Times New Roman", Times, seri
[all...]
/external/icu4c/
H A Dicu4c.css37 font-family: Georgia, "Times New Roman", Times, serif;
54 font-family: Georgia, "Times New Roman", Times, serif;
79 font-family: Georgia, "Times New Roman", Times, serif;
98 font-family: Georgia, "Times New Roman", Times, serif;
117 font-family: Georgia, "Times New Roman", Times, seri
[all...]
/external/chromium/base/
H A Dgmock_unittest.cc78 EXPECT_CALL(mock, ReturnNothingConstly()).Times(2);
/external/webkit/WebKitTools/DumpRenderTree/gtk/
H A Dfonts.conf192 <string>Times</string>
/external/webkit/WebKitTools/DumpRenderTree/qt/
H A Dfonts.conf192 <string>Times</string>

Completed in 93 milliseconds