HomeSort by relevance Sort by last modified time
    Searched refs:Times (Results 1 - 18 of 18) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
reweight.h 71 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],
prune.h 53 // '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((*idistance)[state], (*fdistance)[state]))
    [all...]
shortest-path.h 124 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);
rmfinalepsilon.h 76 w = Plus(Times(fst->Final(arc.nextstate), arc.weight), w);
product-weight.h 178 inline ProductWeight<W1, W2> Times(const ProductWeight<W1, W2> &w,
180 return ProductWeight<W1, W2>(Times(w.Value1(), v.Value1()),
181 Times(w.Value2(), v.Value2()));
float-weight.h 157 inline TropicalWeight Times(const TropicalWeight &w1,
231 inline LogWeight Times(const LogWeight &w1, const LogWeight &w2) {
factor-weight.h 52 // products xi times yi is equal to w. If w is fully factored,
194 : (Weight) Times(e.weight, fst_->Final(e.state));
262 Weight w = Times(e.weight, arc.weight);
281 : Times(e.weight, fst_->Final(e.state));
shortest-distance.h 51 // efficiency when calling multiple times from different source states
164 Weight w = Times(r, arc.weight);
determinize.h 258 final = Plus(final, Times(element.weight,
316 Times(src_element.weight, arc.weight));
rmepsilon.h 155 arc.weight = Times((*distance_)[state], arc.weight);
182 final_ = Plus(final_, Times((*distance_)[state], fst_.Final(state)));
compose.h 437 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).
    [all...]
string-weight.h 416 inline StringWeight<L, S> Times(const StringWeight<L, S> &w1,
map.h 882 Weight w = Times(arc.weight, weight_);
  /external/chromium/third_party/icu/
icu4c.css 37 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, serif
    [all...]
  /external/icu4c/
icu4c.css 37 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, serif
    [all...]
  /external/chromium/base/
gmock_unittest.cc 78 EXPECT_CALL(mock, ReturnNothingConstly()).Times(2);
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
fonts.conf 92 <int>0x2062</int> <!-- INVISIBLE TIMES -->
192 <string>Times</string>
  /external/webkit/WebKitTools/DumpRenderTree/qt/
fonts.conf 92 <int>0x2062</int> <!-- INVISIBLE TIMES -->
192 <string>Times</string>

Completed in 686 milliseconds