HomeSort by relevance Sort by last modified time
    Searched refs:Reverse (Results 26 - 50 of 114) sorted by null

12 3 4 5

  /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::__anon62965
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));
  /external/openfst/src/include/fst/
expectation-weight.h 54 using PairWeight<X1, X2>::Reverse;
100 ReverseWeight Reverse() const {
101 return PairWeight<X1, X2>::Reverse();
lexicographic-weight.h 50 using PairWeight<W1, W2>::Reverse;
108 ReverseWeight Reverse() const {
109 return PairWeight<W1, W2>::Reverse();
product-weight.h 41 using PairWeight<W1, W2>::Reverse;
84 ReverseWeight Reverse() const {
85 return PairWeight<W1, W2>::Reverse();
power-weight.h 45 using TupleWeight<W, n>::Reverse;
91 ReverseWeight Reverse() const {
92 return TupleWeight<W, n>::Reverse();
sparse-power-weight.h 86 using SparseTupleWeight<W, K>::Reverse;
143 ReverseWeight Reverse() const {
144 return SparseTupleWeight<W, K>::Reverse();
  /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;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/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/ndk/6/sources/cxx-stl/gnu-libstdc++/include/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/ndk/7/sources/cxx-stl/gnu-libstdc++/include/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/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;
  /external/chromium_org/cc/blink/
web_animation_impl.cc 120 case cc::Animation::Reverse:
138 animation_->set_direction(cc::Animation::Reverse);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
product-weight.h 84 ReverseWeight Reverse() const {
85 return ReverseWeight(value1_.Reverse(), value2_.Reverse());
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnProperty.pl 98 Reverse-merged /trunk/Makefile:r33020
114 Reverse-merged /trunk/Makefile:r33020
134 Reverse-merged /trunk/Makefile:r33020
609 diffName => "'Reverse-merged' change followed by 'Reverse-merged' change",
612 Reverse-merged /trunk/Makefile:r33020
613 Reverse-merged /trunk/Makefile.shared:r58350
  /external/chromium_org/third_party/brotli/src/brotli/enc/
entropy_encode.cc 161 void Reverse(uint8_t* v, int start, int end) {
207 Reverse(tree, start, *tree_size);
208 Reverse(extra_bits, start, *tree_size);
239 Reverse(tree, start, *tree_size);
240 Reverse(extra_bits, start, *tree_size);

Completed in 1607 milliseconds

12 3 4 5