HomeSort by relevance Sort by last modified time
    Searched refs:Reverse (Results 1 - 25 of 86) 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/pdfium/core/src/fpdfapi/fpdf_cmaps/
cmap_int.h 10 typedef enum { None, Single, Range, Reverse } MapType;
  /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/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/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 42 // Reverse reverses the order of the bits of 4-bit number in |i|.
43 int Reverse(int i) {
56 // be in the reverse order. So normally one would expect, say, 4*key to be in
62 product_table_[Reverse(1)] = x;
65 product_table_[Reverse(i)] = Double(product_table_[Reverse(i/2)]);
66 product_table_[Reverse(i+1)] = Add(product_table_[Reverse(i)], x);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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::__anon46437
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.11-4.8/x86_64-linux/include/c++/4.8/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::__anon48173
88 typedef typename detail::__conditional_type<Reverse, \
130 static detail::integral_constant<int, Reverse> s_rev_ind;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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::__anon48449
88 typedef typename detail::__conditional_type<Reverse, \
130 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::__anon53783
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::__anon54881
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::__anon59553
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::__anon63760
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::__anon63888
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::__anon64016
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::__anon80223
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::__anon80351
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::__anon80479
88 typedef typename detail::__conditional_type<Reverse, \
130 static detail::integral_constant<int, Reverse> s_rev_ind;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/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::__anon80613
88 typedef typename detail::__conditional_type<Reverse, \
130 static detail::integral_constant<int, Reverse> s_rev_ind;
  /external/eigen/blas/
level1_real_impl.h 38 else if(*incx<0 && *incy>0) return (vector(x,*n,-*incx).reverse().cwiseProduct(vector(y,*n,*incy))).sum();
39 else if(*incx>0 && *incy<0) return (vector(x,*n,*incx).cwiseProduct(vector(y,*n,-*incy).reverse())).sum();
40 else if(*incx<0 && *incy<0) return (vector(x,*n,-*incx).reverse().cwiseProduct(vector(y,*n,-*incy).reverse())).sum();
70 Reverse<StridedVectorType> rvx(vx);
71 Reverse<StridedVectorType> rvy(vy);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/trie_policy/
string_trie_e_access_traits_imp.hpp 43 detail::integral_constant<int, Reverse> PB_DS_CLASS_C_DEC::s_rev_ind;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/
trie_string_access_traits_imp.hpp 43 detail::integral_constant<int, Reverse> PB_DS_CLASS_C_DEC::s_rev_ind;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/trie_policy/
trie_string_access_traits_imp.hpp 43 detail::integral_constant<int, Reverse> PB_DS_CLASS_C_DEC::s_rev_ind;

Completed in 2618 milliseconds

1 2 3 4