Home
last modified time | relevance | path

Searched refs:Reverse (Results 1 – 25 of 107) sorted by relevance

12345

/external/openfst/src/script/
Dreverse.cc24 void Reverse(const FstClass &fst1, MutableFstClass *fst2) { in Reverse() function
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/script/
Dreverse.h30 void Reverse(ReverseArgs *args) { in Reverse() function
34 Reverse(fst1, fst2); in Reverse()
37 void Reverse(const FstClass &fst1, MutableFstClass *fst2);
Drmepsilon.h143 Reverse(ifst, &rfst); in RmEpsilon()
145 Reverse(rfst, ofst); in RmEpsilon()
/external/eigen/Eigen/src/Core/
DReverse.h34 struct traits<Reverse<MatrixType, Direction> >
70 template<typename MatrixType, int Direction> class Reverse
71 : public internal::dense_xpr_base< Reverse<MatrixType, Direction> >::type
75 typedef typename internal::dense_xpr_base<Reverse>::type Base;
76 EIGEN_DENSE_PUBLIC_INTERFACE(Reverse)
98 inline Reverse(const MatrixType& matrix) : m_matrix(matrix) { }
100 EIGEN_INHERIT_ASSIGNMENT_OPERATORS(Reverse)
/external/chromium_org/crypto/
Dghash.cc43 int Reverse(int i) { in Reverse() function
62 product_table_[Reverse(1)] = x; in GaloisHash()
65 product_table_[Reverse(i)] = Double(product_table_[Reverse(i/2)]); in GaloisHash()
66 product_table_[Reverse(i+1)] = Add(product_table_[Reverse(i)], x); in GaloisHash()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dreverse.h36 void Reverse(const Fst<Arc> &ifst, MutableFst<RevArc> *ofst) { in Reverse() function
60 RevArc oarc(0, 0, final.Reverse(), os); in Reverse()
68 RevArc oarc(iarc.ilabel, iarc.olabel, iarc.weight.Reverse(), os); in Reverse()
Dproduct-weight.h84 ReverseWeight Reverse() const { in Reverse() function
85 return ReverseWeight(value1_.Reverse(), value2_.Reverse()); in Reverse()
Dfloat-weight.h144 TropicalWeight Reverse() const { return *this; } in Reverse() function
210 LogWeight Reverse() const { return *this; } in Reverse() function
/external/eigen/test/
Darray_reverse.cpp38 Reverse<MatrixType> m1_rd(m1); in reverse()
46 Reverse<MatrixType, BothDirections> m1_rb(m1); in reverse()
54 Reverse<MatrixType, Vertical> m1_rv(m1); in reverse()
62 Reverse<MatrixType, Horizontal> m1_rh(m1); in reverse()
/external/openfst/src/include/fst/
Dreverse.h43 void Reverse(const Fst<Arc> &ifst, MutableFst<RevArc> *ofst) { in Reverse() function
69 RevArc oarc(0, 0, final.Reverse(), os); in Reverse()
77 RevArc oarc(iarc.ilabel, iarc.olabel, iarc.weight.Reverse(), os); in Reverse()
Dproduct-weight.h41 using PairWeight<W1, W2>::Reverse;
84 ReverseWeight Reverse() const { in Reverse() function
85 return PairWeight<W1, W2>::Reverse(); in Reverse()
Dexpectation-weight.h54 using PairWeight<X1, X2>::Reverse;
100 ReverseWeight Reverse() const { in Reverse() function
101 return PairWeight<X1, X2>::Reverse(); in Reverse()
Dlexicographic-weight.h50 using PairWeight<W1, W2>::Reverse;
108 ReverseWeight Reverse() const { in Reverse() function
109 return PairWeight<W1, W2>::Reverse(); in Reverse()
Dpower-weight.h45 using TupleWeight<W, n>::Reverse;
91 ReverseWeight Reverse() const { in Reverse() function
92 return TupleWeight<W, n>::Reverse(); in Reverse()
Dsparse-power-weight.h86 using SparseTupleWeight<W, K>::Reverse;
143 ReverseWeight Reverse() const { in Reverse() function
144 return SparseTupleWeight<W, K>::Reverse(); in Reverse()
Dpair-weight.h102 ReverseWeight Reverse() const { in Reverse() function
103 return ReverseWeight(value1_.Reverse(), value2_.Reverse()); in Reverse()
Dsigned-log-weight.h40 using PairWeight<X1, X2>::Reverse;
81 ReverseWeight Reverse() const { in Reverse() function
82 return PairWeight<X1, X2>::Reverse(); in Reverse()
/external/openfst/src/bin/
Dfstreverse.cc34 using fst::script::Reverse; in main()
55 Reverse(*ifst, out); in main()
/external/openfst/src/test/
Dweight-tester.h159 ReverseWeight rw1 = w1.Reverse(); in TestReverse()
160 ReverseWeight rw2 = w2.Reverse(); in TestReverse()
162 CHECK(rw1.Reverse() == w1); in TestReverse()
163 CHECK(Plus(w1, w2).Reverse() == Plus(rw1, rw2)); in TestReverse()
164 CHECK(Times(w1, w2).Reverse() == Times(rw2, rw1)); in TestReverse()
/external/openfst/src/include/fst/extensions/pdt/
Dreverse.h38 void Reverse(const Fst<Arc> &ifst, in Reverse() function
45 Reverse(ifst, ofst); in Reverse()
/external/chromium_org/third_party/leveldatabase/src/table/
Dtable_test.cc27 static std::string Reverse(const Slice& key) { in Reverse() function
45 return BytewiseComparator()->Compare(Reverse(a), Reverse(b)); in Compare()
51 std::string s = Reverse(*start); in FindShortestSeparator()
52 std::string l = Reverse(limit); in FindShortestSeparator()
54 *start = Reverse(s); in FindShortestSeparator()
58 std::string s = Reverse(*key); in FindShortSuccessor()
60 *key = Reverse(s); in FindShortSuccessor()
71 std::string rev = Reverse(*key); in Increment()
73 *key = Reverse(rev); in Increment()
/external/chromium_org/native_client_sdk/src/examples/tutorial/dlopen/
Dreverse.h10 extern "C" char* Reverse(const char*);
Dreverse.cc9 extern "C" char* Reverse(const char* s) { in Reverse() function
/external/eigen/blas/
Dlevel1_real_impl.h70 Reverse<StridedVectorType> rvx(vx); in EIGEN_BLAS_FUNC()
71 Reverse<StridedVectorType> rvy(vy); in EIGEN_BLAS_FUNC()
Dlevel1_cplx_impl.h102 Reverse<StridedVectorType> rvx(vx);
103 Reverse<StridedVectorType> rvy(vy);

12345