Searched refs:Times (Results 1 - 25 of 510) sorted by last modified time

1234567891011>>

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompose.h434 arc.weight = Times(arcb.weight, arca.weight);
440 arc.weight = Times(arca.weight, arcb.weight);
630 Weight final = Times(ComposeFstImplBase<A>::fst1_->Final(tuple.state_id1),
651 // string x to z with weight Times(x, z).
870 // Times(x, z).
H A Ddeterminize.h256 final = Plus(final, Times(element.weight,
314 Times(src_element.weight, arc.weight));
H A Dfactor-weight.h192 : (Weight) Times(e.weight, fst_->Final(e.state));
260 Weight w = Times(e.weight, arc.weight);
279 : Times(e.weight, fst_->Final(e.state));
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 Dmap.h882 Weight w = Times(arc.weight, weight_);
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 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 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 Drmepsilon.h153 arc.weight = Times((*distance_)[state], arc.weight);
180 final_ = Plus(final_, Times((*distance_)[state], fst_.Final(state)));
H A Drmfinalepsilon.h75 w = Plus(Times(fst->Final(arc.nextstate), arc.weight), w);
H A Dshortest-distance.h164 Weight w = Times(r, arc.weight);
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 Dstring-weight.h416 inline StringWeight<L, S> Times(const StringWeight<L, S> &w1, function in namespace:fst
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/pdfium/fpdfsdk/src/javascript/
H A DConsts.cpp40 JS_STATIC_CONST_ENTRY_STRING(Times, Times-Roman)
41 JS_STATIC_CONST_ENTRY_STRING(TimesB, Times-Bold)
42 JS_STATIC_CONST_ENTRY_STRING(TimesI, Times-Italic)
43 JS_STATIC_CONST_ENTRY_STRING(TimesBI, Times-BoldItalic)
/external/openfst/src/include/fst/
H A Darc-map.h1015 Weight w = Times(arc.weight, weight_);
H A Dcompose.h334 Arc oarc(arc1.ilabel, arc2.olabel, Times(arc1.weight, arc2.weight),
367 return Times(final1, final2);
471 // string x to z with weight Times(x, z).
674 // Times(x, z).
H A Ddeterminize.h542 final = Plus(final, Times(element.weight,
566 outd = Plus(outd, Times(element.weight, ind));
601 Times(src_element.weight, arc.weight));
H A Dexpectation-weight.h24 // Times: <a1, b1> * <a2, b2> = < (a1 * a2) , [(a1 * b2) + (a2 * b1)] >
125 inline ExpectationWeight<X1, X2> Times(const ExpectationWeight<X1, X2> &w, function in namespace:fst
127 return ExpectationWeight<X1, X2>(Times(w.Value1(), v.Value1()),
128 Plus(Times(w.Value1(), v.Value2()),
129 Times(w.Value2(), v.Value1())));
H A Dfactor-weight.h236 : (Weight) Times(e.weight, fst_->Final(e.state));
313 Weight w = Times(e.weight, arc.weight);
334 : Times(e.weight, fst_->Final(e.state));
H A Dfloat-weight.h260 inline TropicalWeightTpl<T> Times(const TropicalWeightTpl<T> &w1, function in namespace:fst
273 inline TropicalWeightTpl<float> Times(const TropicalWeightTpl<float> &w1, function in namespace:fst
275 return Times<float>(w1, w2);
278 inline TropicalWeightTpl<double> Times(const TropicalWeightTpl<double> &w1, function in namespace:fst
280 return Times<double>(w1, w2);
395 inline LogWeightTpl<T> Times(const LogWeightTpl<T> &w1, function in namespace:fst
408 inline LogWeightTpl<float> Times(const LogWeightTpl<float> &w1, function in namespace:fst
410 return Times<float>(w1, w2);
413 inline LogWeightTpl<double> Times(const LogWeightTpl<double> &w1, function in namespace:fst
415 return Times<doubl
522 inline MinMaxWeightTpl<T> Times( function in namespace:fst
529 inline MinMaxWeightTpl<float> Times( function in namespace:fst
534 inline MinMaxWeightTpl<double> Times( function in namespace:fst
[all...]
H A Dlexicographic-weight.h22 // path property and Times() must be (strongly) cancellative
23 // (for all a,b,c != Zero(): Times(c, a) = Times(c, b) => a = b,
24 // Times(a, c) = Times(b, c) => a = b).
135 inline LexicographicWeight<W1, W2> Times(const LexicographicWeight<W1, W2> &w, function in namespace:fst
137 return LexicographicWeight<W1, W2>(Times(w.Value1(), v.Value1()),
138 Times(w.Value2(), v.Value2()));
H A Dlookahead-filter.h378 arc2->weight = Divide(Times(arc2->weight, lweight), fweight);
588 arcb->weight = Times(arcb->weight, larc.weight);
/external/openfst/src/include/fst/extensions/pdt/
H A Dexpand.h409 Times(distance_[s1], fdistance_[s1]) : Weight::Zero();
411 Times(distance_[s2], fdistance_[s2]) : Weight::Zero();
632 Weight nd = Times(Distance(s), arc.weight);
677 Times(DistanceToDest(state_table_.Tuple(arc.nextstate).state_id,
682 Weight w = Times(Distance(s), Times(arc.weight, fd));
717 if ((final == Weight::Zero()) || less_(limit_, Times(Distance(s), final)))
778 VLOG(2) << "Meta arc weight = " << arc.weight << " Times "
780 << " Times " << meta_arc.weight;
781 meta_arc.weight = Times(
[all...]
H A Dshortest-path.h555 Weight w = Times(sp_data_.Distance(s),
575 Weight w = Times(sp_data_.Distance(s), arc.weight);
626 Weight cpw = Times(w, Times(sp_data_.Distance(cpstate),

Completed in 554 milliseconds

1234567891011>>