Searched defs:Reverse (Results 1 - 25 of 25) sorted by relevance

/external/openfst/src/script/
H A Dreverse.cc24 void Reverse(const FstClass &fst1, MutableFstClass *fst2) { function in namespace:fst::script
25 if (!ArcTypesMatch(fst1, *fst2, "Reverse")) return;
29 Apply<Operation<ReverseArgs> >("Reverse", fst1.ArcType(), &args);
32 REGISTER_FST_OPERATION(Reverse, StdArc, ReverseArgs);
33 REGISTER_FST_OPERATION(Reverse, LogArc, ReverseArgs);
34 REGISTER_FST_OPERATION(Reverse, Log64Arc, ReverseArgs);
/external/openfst/src/include/fst/extensions/pdt/
H A Dreverse.h38 void Reverse(const Fst<Arc> &ifst, function in namespace:fst
45 Reverse(ifst, ofst);
H A Dparen.h431 PdtBalanceData<A> *Reverse(StateId num_states,
452 PdtBalanceData<A> *PdtBalanceData<A>::Reverse( function in class:fst::PdtBalanceData
/external/openfst/src/include/fst/script/
H A Dreverse.h30 void Reverse(ReverseArgs *args) { function in namespace:fst::script
34 Reverse(fst1, fst2);
37 void Reverse(const FstClass &fst1, MutableFstClass *fst2);
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/
H A D15.4.4.4-1.js98 var R = Reverse(A);
109 var R = Reverse(A);
122 var R = Reverse(A);
133 var R = Reverse(A);
145 var R = Reverse(A);
167 var R = Reverse(A);
186 var R = Reverse(A);
196 var R = Reverse( A );
235 function Reverse( array ) { function
H A D15.4.4.4-2.js126 function Reverse( array ) { function
/external/openfst/src/include/fst/
H A Dreverse.h36 // weight a.Reverse().
38 // Typically, a = a.Reverse() and Arc = RevArc (e.g. for
43 void Reverse(const Fst<Arc> &ifst, MutableFst<RevArc> *ofst) { function in namespace:fst
69 RevArc oarc(0, 0, final.Reverse(), os);
77 RevArc oarc(iarc.ilabel, iarc.olabel, iarc.weight.Reverse(), os);
H A Dexpectation-weight.h54 using PairWeight<X1, X2>::Reverse;
100 ReverseWeight Reverse() const { function in class:fst::ExpectationWeight
101 return PairWeight<X1, X2>::Reverse();
H A Dlexicographic-weight.h50 using PairWeight<W1, W2>::Reverse;
108 ReverseWeight Reverse() const { function in class:fst::LexicographicWeight
109 return PairWeight<W1, W2>::Reverse();
H A Dproduct-weight.h41 using PairWeight<W1, W2>::Reverse;
84 ReverseWeight Reverse() const { function in class:fst::ProductWeight
85 return PairWeight<W1, W2>::Reverse();
H A Dpower-weight.h45 using TupleWeight<W, n>::Reverse;
91 ReverseWeight Reverse() const { function in class:fst::PowerWeight
92 return TupleWeight<W, n>::Reverse();
H A Dfloat-weight.h227 TropicalWeightTpl<T> Reverse() const { return *this; } function in class:fst::TropicalWeightTpl
352 LogWeightTpl<T> Reverse() const { return *this; } function in class:fst::LogWeightTpl
488 MinMaxWeightTpl<T> Reverse() const { return *this; } function in class:fst::MinMaxWeightTpl
H A Dpair-weight.h102 ReverseWeight Reverse() const { function in class:fst::PairWeight
103 return ReverseWeight(value1_.Reverse(), value2_.Reverse());
H A Dsigned-log-weight.h40 using PairWeight<X1, X2>::Reverse;
81 ReverseWeight Reverse() const { function in class:fst::SignedLogWeightTpl
82 return PairWeight<X1, X2>::Reverse();
H A Dsparse-power-weight.h86 using SparseTupleWeight<W, K>::Reverse;
143 ReverseWeight Reverse() const { function in class:fst::SparsePowerWeight
144 return SparseTupleWeight<W, K>::Reverse();
H A Dtuple-weight.h122 ReverseWeight Reverse() const { function in class:fst::TupleWeight
125 w.values_[i] = values_[i].Reverse();
H A Dsparse-tuple-weight.h159 ReverseWeight Reverse() const { function in class:fst::SparseTupleWeight
162 w.Push(it.Value().first, it.Value().second.Reverse());
H A Dstring-weight.h122 ReverseWeight Reverse() const;
267 StringWeight<L, S>::Reverse() const { function in class:fst::StringWeight
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreverse.h29 // weight a.Reverse().
31 // Typically, a = a.Reverse() and Arc = RevArc (e.g. for
36 void Reverse(const Fst<Arc> &ifst, MutableFst<RevArc> *ofst) { function in namespace:fst
60 RevArc oarc(0, 0, final.Reverse(), os);
68 RevArc oarc(iarc.ilabel, iarc.olabel, iarc.weight.Reverse(), os);
H A Dfloat-weight.h144 TropicalWeight Reverse() const { return *this; } function in class:fst::TropicalWeight
210 LogWeight Reverse() const { return *this; } function in class:fst::LogWeight
H A Dproduct-weight.h84 ReverseWeight Reverse() const { function in class:fst::ProductWeight
85 return ReverseWeight(value1_.Reverse(), value2_.Reverse());
H A Dstring-weight.h114 ReverseWeight Reverse() const;
259 StringWeight<L, S>::Reverse() const { function in class:fst::StringWeight
/external/skia/src/effects/
H A DSkLayerDrawLooper.cpp169 SkLayerDrawLooper::Rec* SkLayerDrawLooper::Rec::Reverse(Rec* head) { function in class:SkLayerDrawLooper::Rec
233 fRecs = Rec::Reverse(fRecs);
/external/llvm/utils/TableGen/
H A DSetTheory.cpp109 const bool Reverse; member in struct:__anon9340::RotOp
111 RotOp(bool Rev) : Reverse(Rev) {}
116 if (Reverse)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 448 milliseconds