HomeSort by relevance Sort by last modified time
    Searched refs:Reverse (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/chromium_org/native_client_sdk/src/examples/tutorial/dlopen/
reverse.h 8 /* Allocate a new string that is the reverse of the given string. */
10 extern "C" char* Reverse(const char*);
reverse.cc 5 #include "reverse.h"
9 extern "C" char* Reverse(const char* s) {
  /external/openfst/src/script/
reverse.cc 19 #include <fst/script/reverse.h>
24 void Reverse(const FstClass &fst1, MutableFstClass *fst2) {
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/script/
reverse.h 22 #include <fst/reverse.h>
30 void Reverse(ReverseArgs *args) {
34 Reverse(fst1, fst2);
37 void Reverse(const FstClass &fst1, MutableFstClass *fst2);
  /external/openfst/src/bin/
fstreverse.cc 25 #include <fst/script/reverse.h>
34 using fst::script::Reverse;
55 Reverse(*ifst, out);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnPropertyValue.pl 71 diffName => "'Reverse-merged' change",
73 Reverse-merged /trunk/Makefile:r33020
176 diffName => "'Reverse-merged' change followed by 'Merge' change",
178 Reverse-merged /trunk/Makefile:r33020
196 diffName => "'Reverse-merged' change followed by 'Reverse-merged' change",
198 Reverse-merged /trunk/Makefile:r33020
199 Reverse-merged /trunk/Makefile.shared:r58350
201 expectedReturn => ["/trunk/Makefile:r33020", " Reverse-merged /trunk/Makefile.shared:r58350\n"],
206 diffName => "'Reverse-merged' change followed by 'Reverse-merged' change followed by 'Merged' change"
    [all...]
  /external/openfst/src/include/fst/
reverse.h 0 // reverse.h
35 // reverse of A transduces the reverse of x to the reverse of y with
36 // weight a.Reverse().
38 // Typically, a = a.Reverse() and Arc = RevArc (e.g. for
43 void Reverse(const Fst<Arc> &ifst, MutableFst<RevArc> *ofst) {
69 RevArc oarc(0, 0, final.Reverse(), os);
77 RevArc oarc(iarc.ilabel, iarc.olabel, iarc.weight.Reverse(), os);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
reverse.h 0 // reverse.h
28 // reverse of A transduces the reverse of x to the reverse of y with
29 // weight a.Reverse().
31 // Typically, a = a.Reverse() and Arc = RevArc (e.g. for
36 void Reverse(const Fst<Arc> &ifst, MutableFst<RevArc> *ofst) {
60 RevArc oarc(0, 0, final.Reverse(), os);
68 RevArc oarc(iarc.ilabel, iarc.olabel, iarc.weight.Reverse(), os);
  /external/openfst/src/include/fst/extensions/pdt/
reverse.h 0 // reverse.h
32 #include <fst/reverse.h>
38 void Reverse(const Fst<Arc> &ifst,
45 Reverse(ifst, ofst);
  /external/eigen/Eigen/src/Core/
Reverse.h 17 /** \class Reverse
20 * \brief Expression of the reverse of a vector or matrix
22 * \param MatrixType the type of the object of which we are taking the reverse
24 * This class represents an expression of the reverse of a vector.
25 * It is the return type of MatrixBase::reverse() and VectorwiseOp::reverse()
28 * \sa MatrixBase::reverse(), VectorwiseOp::reverse()
34 struct traits<Reverse<MatrixType, Direction> >
70 template<typename MatrixType, int Direction> class Reverse
191 DenseBase<Derived>::reverse() function in class:Eigen::DenseBase
199 DenseBase<Derived>::reverse() const function in class:Eigen::DenseBase
    [all...]
  /external/eigen/test/
array_reverse.cpp 16 template<typename MatrixType> void reverse(const MatrixType& m) function
30 MatrixType m1_r = m1.reverse();
31 // Verify that MatrixBase::reverse() works
38 Reverse<MatrixType> m1_rd(m1);
39 // Verify that a Reverse default (in both directions) of an expression works
46 Reverse<MatrixType, BothDirections> m1_rb(m1);
47 // Verify that a Reverse in both directions of an expression works
54 Reverse<MatrixType, Vertical> m1_rv(m1);
55 // Verify that a Reverse in the vertical directions of an expression works
62 Reverse<MatrixType, Horizontal> m1_rh(m1)
    [all...]
  /external/chromium_org/crypto/
ghash.cc 40 // Reverse reverses the order of the bits of 4-bit number in |i|.
41 int Reverse(int i) {
54 // be in the reverse order. So normally one would expect, say, 4*key to be in
60 product_table_[Reverse(1)] = x;
63 product_table_[Reverse(i)] = Double(product_table_[Reverse(i/2)]);
64 product_table_[Reverse(i+1)] = Add(product_table_[Reverse(i)], x);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
trie_policy.hpp 59 template<typename String, typename String::value_type Min_E_Val, typename String::value_type Max_E_Val, bool Reverse, typename Allocator>
62 string_trie_e_access_traits<String, Min_E_Val,Max_E_Val,Reverse,Allocator>
68 bool Reverse = false,
80 reverse = Reverse enumerator in enum:__gnu_pbds::string_trie_e_access_traits::__anon38377
84 typedef typename detail::__conditional_type<Reverse, typename String::const_reverse_iterator, typename String::const_iterator>::__type const_iterator;
125 static detail::integral_constant<int, Reverse> s_rev_ind;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/
trie_policy.hpp 60 template<typename String, typename String::value_type Min_E_Val, typename String::value_type Max_E_Val, bool Reverse, typename Allocator>
63 string_trie_e_access_traits<String, Min_E_Val,Max_E_Val,Reverse,Allocator>
69 bool Reverse = false,
81 reverse = Reverse enumerator in enum:__gnu_pbds::string_trie_e_access_traits::__anon39967
85 typedef typename detail::__conditional_type<Reverse, typename String::const_reverse_iterator, typename String::const_iterator>::__type const_iterator;
126 static detail::integral_constant<int, Reverse> s_rev_ind;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/
trie_policy.hpp 60 template<typename String, typename String::value_type Min_E_Val, typename String::value_type Max_E_Val, bool Reverse, typename Allocator>
63 string_trie_e_access_traits<String, Min_E_Val,Max_E_Val,Reverse,Allocator>
69 bool Reverse = false,
81 reverse = Reverse enumerator in enum:__gnu_pbds::string_trie_e_access_traits::__anon43145
85 typedef typename detail::__conditional_type<Reverse, typename String::const_reverse_iterator, typename String::const_iterator>::__type const_iterator;
126 static detail::integral_constant<int, Reverse> s_rev_ind;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
trie_policy.hpp 59 template<typename String, typename String::value_type Min_E_Val, typename String::value_type Max_E_Val, bool Reverse, typename Allocator>
62 string_trie_e_access_traits<String, Min_E_Val,Max_E_Val,Reverse,Allocator>
68 bool Reverse = false,
80 reverse = Reverse enumerator in enum:__gnu_pbds::string_trie_e_access_traits::__anon46058
84 typedef typename detail::__conditional_type<Reverse, typename String::const_reverse_iterator, typename String::const_iterator>::__type const_iterator;
125 static detail::integral_constant<int, Reverse> s_rev_ind;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
trie_policy.hpp 59 template<typename String, typename String::value_type Min_E_Val, typename String::value_type Max_E_Val, bool Reverse, typename Allocator>
62 string_trie_e_access_traits<String, Min_E_Val,Max_E_Val,Reverse,Allocator>
68 bool Reverse = false,
80 reverse = Reverse enumerator in enum:__gnu_pbds::string_trie_e_access_traits::__anon47156
84 typedef typename detail::__conditional_type<Reverse, typename String::const_reverse_iterator, typename String::const_iterator>::__type const_iterator;
125 static detail::integral_constant<int, Reverse> s_rev_ind;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
trie_policy.hpp 59 template<typename String, typename String::value_type Min_E_Val, typename String::value_type Max_E_Val, bool Reverse, typename Allocator>
62 string_trie_e_access_traits<String, Min_E_Val,Max_E_Val,Reverse,Allocator>
68 bool Reverse = false,
80 reverse = Reverse enumerator in enum:__gnu_pbds::string_trie_e_access_traits::__anon51828
84 typedef typename detail::__conditional_type<Reverse, typename String::const_reverse_iterator, typename String::const_iterator>::__type const_iterator;
125 static detail::integral_constant<int, Reverse> s_rev_ind;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/
trie_policy.hpp 59 template<typename String, typename String::value_type Min_E_Val, typename String::value_type Max_E_Val, bool Reverse, typename Allocator>
62 string_trie_e_access_traits<String, Min_E_Val,Max_E_Val,Reverse,Allocator>
68 bool Reverse = false,
80 reverse = Reverse enumerator in enum:__gnu_pbds::string_trie_e_access_traits::__anon56035
84 typedef typename detail::__conditional_type<Reverse, typename String::const_reverse_iterator, typename String::const_iterator>::__type const_iterator;
125 static detail::integral_constant<int, Reverse> s_rev_ind;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
trie_policy.hpp 60 template<typename String, typename String::value_type Min_E_Val, typename String::value_type Max_E_Val, bool Reverse, typename Allocator>
63 string_trie_e_access_traits<String, Min_E_Val,Max_E_Val,Reverse,Allocator>
69 bool Reverse = false,
81 reverse = Reverse enumerator in enum:__gnu_pbds::string_trie_e_access_traits::__anon56163
85 typedef typename detail::__conditional_type<Reverse, typename String::const_reverse_iterator, typename String::const_iterator>::__type const_iterator;
126 static detail::integral_constant<int, Reverse> s_rev_ind;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
trie_policy.hpp 54 typename String::value_type Max_E_Val, bool Reverse, \
58 trie_string_access_traits<String, Min_E_Val,Max_E_Val,Reverse,_Alloc>
66 * @tparam Reverse Reverse iteration should be used.
73 bool Reverse = false,
85 reverse = Reverse enumerator in enum:__gnu_pbds::trie_string_access_traits::__anon56291
89 typedef typename detail::__conditional_type<Reverse, \
131 static detail::integral_constant<int, Reverse> s_rev_ind;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
trie_policy.hpp 60 template<typename String, typename String::value_type Min_E_Val, typename String::value_type Max_E_Val, bool Reverse, typename Allocator>
63 string_trie_e_access_traits<String, Min_E_Val,Max_E_Val,Reverse,Allocator>
69 bool Reverse = false,
81 reverse = Reverse enumerator in enum:__gnu_pbds::string_trie_e_access_traits::__anon61921
85 typedef typename detail::__conditional_type<Reverse, typename String::const_reverse_iterator, typename String::const_iterator>::__type const_iterator;
126 static detail::integral_constant<int, Reverse> s_rev_ind;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
trie_policy.hpp 54 typename String::value_type Max_E_Val, bool Reverse, \
58 trie_string_access_traits<String, Min_E_Val,Max_E_Val,Reverse,_Alloc>
66 * @tparam Reverse Reverse iteration should be used.
73 bool Reverse = false,
85 reverse = Reverse enumerator in enum:__gnu_pbds::trie_string_access_traits::__anon62049
89 typedef typename detail::__conditional_type<Reverse, \
131 static detail::integral_constant<int, Reverse> s_rev_ind;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/
trie_policy.hpp 53 typename String::value_type Max_E_Val, bool Reverse, \
57 trie_string_access_traits<String, Min_E_Val,Max_E_Val,Reverse,_Alloc>
65 * @tparam Reverse Reverse iteration should be used.
72 bool Reverse = false,
84 reverse = Reverse enumerator in enum:__gnu_pbds::trie_string_access_traits::__anon62177
88 typedef typename detail::__conditional_type<Reverse, \
130 static detail::integral_constant<int, Reverse> s_rev_ind;
  /external/openfst/src/test/
weight-tester.h 155 // Tests reverse operation.
159 ReverseWeight rw1 = w1.Reverse();
160 ReverseWeight rw2 = w2.Reverse();
162 CHECK(rw1.Reverse() == w1);
163 CHECK(Plus(w1, w2).Reverse() == Plus(rw1, rw2));
164 CHECK(Times(w1, w2).Reverse() == Times(rw2, rw1));

Completed in 575 milliseconds

1 2 3 4