Home
last modified time | relevance | path

Searched full:reverse (Results 1 – 25 of 8137) sorted by relevance

12345678910>>...326

/external/eigen/Eigen/src/Core/
DReverse.h20 struct traits<Reverse<MatrixType, Direction> >
49 /** \class Reverse
52 * \brief Expression of the reverse of a vector or matrix
54 * \tparam MatrixType the type of the object of which we are taking the reverse
55 …* \tparam Direction defines the direction of the reverse operation, can be Vertical, Horizontal, o…
57 * This class represents an expression of the reverse of a vector.
58 * It is the return type of MatrixBase::reverse() and VectorwiseOp::reverse()
61 * \sa MatrixBase::reverse(), VectorwiseOp::reverse()
63 template<typename MatrixType, int Direction> class Reverse
64 : public internal::dense_xpr_base< Reverse<MatrixType, Direction> >::type
[all …]
/external/eigen/test/
Darray_reverse.cpp16 template<typename MatrixType> void reverse(const MatrixType& m) in reverse() function
29 MatrixType m1_r = m1.reverse(); in reverse()
30 // Verify that MatrixBase::reverse() works in reverse()
37 Reverse<MatrixType> m1_rd(m1); in reverse()
38 // Verify that a Reverse default (in both directions) of an expression works in reverse()
45 Reverse<MatrixType, BothDirections> m1_rb(m1); in reverse()
46 // Verify that a Reverse in both directions of an expression works in reverse()
53 Reverse<MatrixType, Vertical> m1_rv(m1); in reverse()
54 // Verify that a Reverse in the vertical directions of an expression works in reverse()
61 Reverse<MatrixType, Horizontal> m1_rh(m1); in reverse()
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/ranges/range.adaptors/range.reverse/
Dadaptor.pass.cpp11 // std::views::reverse
26 // views::reverse(x) is equivalent to x.base() if x is a reverse_view in test()
31 std::same_as<BidirRange> auto result = std::views::reverse(reversed); in test()
38 std::same_as<BidirRange> auto result = std::views::reverse(std::views::reverse(view)); in test()
44 // views::reverse(x) is equivalent to subrange{end, begin, size} if x is a in test()
45 // sized subrange over reverse iterators in test()
56 std::same_as<Subrange> auto result = std::views::reverse(subrange); in test()
61 // std::move into views::reverse in test()
64 std::same_as<Subrange> auto result = std::views::reverse(std::move(subrange)); in test()
72 std::same_as<Subrange> auto result = std::views::reverse(subrange); in test()
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/ranges/range.adaptors/range.reverse/
Dadaptor.pass.cpp11 // std::views::reverse
26 // views::reverse(x) is equivalent to x.base() if x is a reverse_view in test()
31 std::same_as<BidirRange> auto result = std::views::reverse(reversed); in test()
38 std::same_as<BidirRange> auto result = std::views::reverse(std::views::reverse(view)); in test()
44 // views::reverse(x) is equivalent to subrange{end, begin, size} if x is a in test()
45 // sized subrange over reverse iterators in test()
56 std::same_as<Subrange> auto result = std::views::reverse(subrange); in test()
61 // std::move into views::reverse in test()
64 std::same_as<Subrange> auto result = std::views::reverse(std::move(subrange)); in test()
72 std::same_as<Subrange> auto result = std::views::reverse(subrange); in test()
[all …]
/external/guava/android/guava-tests/test/com/google/common/base/
DConverterTest.java63 assertEquals(STR_VAL, STR_TO_LONG.reverse().convert(LONG_VAL)); in testConverter()
81 Converter<Long, String> reverseConverter = STR_TO_LONG.reverse(); in testReverse()
84 assertEquals(LONG_VAL, reverseConverter.reverse().convert(STR_VAL)); in testReverse()
89 assertSame(STR_TO_LONG, reverseConverter.reverse()); in testReverse()
91 assertEquals("string2long.reverse()", reverseConverter.toString()); in testReverse()
94 .addEqualityGroup(STR_TO_LONG, STR_TO_LONG.reverse().reverse()) in testReverse()
95 .addEqualityGroup(STR_TO_LONG.reverse(), STR_TO_LONG.reverse()) in testReverse()
101 assertEquals(converter, converter.reverse().reverse()); in testReverseReverse()
139 assertEquals(STR_VAL, converter.reverse().convert(LONG_VAL).value); in testAndThen()
150 assertSame(stringIdentityConverter, stringIdentityConverter.reverse()); in testIdentityConverter()
[all …]
/external/guava/guava-tests/test/com/google/common/base/
DConverterTest.java63 assertEquals(STR_VAL, STR_TO_LONG.reverse().convert(LONG_VAL)); in testConverter()
81 Converter<Long, String> reverseConverter = STR_TO_LONG.reverse(); in testReverse()
84 assertEquals(LONG_VAL, reverseConverter.reverse().convert(STR_VAL)); in testReverse()
89 assertSame(STR_TO_LONG, reverseConverter.reverse()); in testReverse()
91 assertEquals("string2long.reverse()", reverseConverter.toString()); in testReverse()
94 .addEqualityGroup(STR_TO_LONG, STR_TO_LONG.reverse().reverse()) in testReverse()
95 .addEqualityGroup(STR_TO_LONG.reverse(), STR_TO_LONG.reverse()) in testReverse()
101 assertEquals(converter, converter.reverse().reverse()); in testReverseReverse()
139 assertEquals(STR_VAL, converter.reverse().convert(LONG_VAL).value); in testAndThen()
150 assertSame(stringIdentityConverter, stringIdentityConverter.reverse()); in testIdentityConverter()
[all …]
/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/functional/fusion/
Dreverse.hpp2 /// \file reverse.hpp
3 /// Proto callables Fusion reverse
12 #include <boost/fusion/include/reverse.hpp>
18 /// \c fusion::reverse() algorithm on its argument.
21 /// \c fusion::reverse() algorithm on its argument. This is
22 /// useful for defining a CallableTransform like \c reverse(_)
25 struct reverse struct
39 : fusion::result_of::reverse<Seq>
43 typename fusion::result_of::reverse<Seq>::type
47 typedef typename fusion::result_of::reverse<Seq>::type result_type; in operator ()()
[all …]
/external/python/bumble/bumble/
Dcrypto.py120 def reverse(input: bytes) -> bytes: function
143 cipher = Cipher(algorithms.AES(reverse(key)), modes.ECB())
145 return reverse(encryptor.update(reverse(data)))
208 return reverse(aes_cmac(reverse(u) + reverse(v) + z, reverse(x)))
220 t = aes_cmac(reverse(w), salt)
223 reverse(
227 + reverse(n1)
228 + reverse(n2)
229 + reverse(a1)
230 + reverse(a2)
[all …]
/external/deqp/android/cts/main/vk-main-2022-03-01/
Dmemory.txt45 dEQP-VK.memory.pageable_allocation.basic.percent_1.reverse.count_12
54 dEQP-VK.memory.pageable_allocation.basic.size_128.reverse.count_1
55 dEQP-VK.memory.pageable_allocation.basic.size_128.reverse.count_10
56 dEQP-VK.memory.pageable_allocation.basic.size_128.reverse.count_100
57 dEQP-VK.memory.pageable_allocation.basic.size_128.reverse.count_1000
66 dEQP-VK.memory.pageable_allocation.basic.size_1KiB.reverse.count_1
67 dEQP-VK.memory.pageable_allocation.basic.size_1KiB.reverse.count_10
68 dEQP-VK.memory.pageable_allocation.basic.size_1KiB.reverse.count_100
69 dEQP-VK.memory.pageable_allocation.basic.size_1KiB.reverse.count_1000
76 dEQP-VK.memory.pageable_allocation.basic.size_1MiB.reverse.count_1
[all …]
/external/rust/android-crates-io/crates/gdbstub/src/target/ext/base/
Dreverse_exec.rs1 //! Support for reverse debugging targets.
5 /// Target Extension - Reverse continue for targets.
10 /// [Reverse continue] the target.
12 /// Reverse continue allows the target to run backwards until it reaches the
15 /// [Reverse continue]: https://sourceware.org/gdb/current/onlinedocs/gdb/Reverse-Execution.html
23 /// Target Extension - Reverse stepping for targets.
28 /// [Reverse step] the specified `Tid`.
32 /// Reverse stepping allows the target to run backwards by one "step" -
35 /// [Reverse step]: https://sourceware.org/gdb/current/onlinedocs/gdb/Reverse-Execution.html
/external/cronet/stable/third_party/llvm-libc/src/test/src/__support/
Dblockstore_test.cpp20 template <size_t BLOCK_SIZE, size_t ELEMENT_COUNT, bool REVERSE>
22 LIBC_NAMESPACE::BlockStore<Element, BLOCK_SIZE, REVERSE> block_store; in populate_and_iterate()
29 if (REVERSE) { in populate_and_iterate()
41 LIBC_NAMESPACE::BlockStore<Element, BLOCK_SIZE, REVERSE>::destroy( in populate_and_iterate()
45 template <bool REVERSE> void back_test() { in back_test()
47 BlockStore<int, 4, REVERSE> block_store; in back_test()
55 template <bool REVERSE> void empty_test() { in empty_test()
57 BlockStore<int, 2, REVERSE> block_store; in empty_test()
68 template <bool REVERSE> void erase_test() { in erase_test()
70 BlockStore<int, 2, REVERSE> block_store; in erase_test()
[all …]
/external/cronet/tot/third_party/llvm-libc/src/test/src/__support/
Dblockstore_test.cpp20 template <size_t BLOCK_SIZE, size_t ELEMENT_COUNT, bool REVERSE>
22 LIBC_NAMESPACE::BlockStore<Element, BLOCK_SIZE, REVERSE> block_store; in populate_and_iterate()
29 if (REVERSE) { in populate_and_iterate()
41 LIBC_NAMESPACE::BlockStore<Element, BLOCK_SIZE, REVERSE>::destroy( in populate_and_iterate()
45 template <bool REVERSE> void back_test() { in back_test()
47 BlockStore<int, 4, REVERSE> block_store; in back_test()
55 template <bool REVERSE> void empty_test() { in empty_test()
57 BlockStore<int, 2, REVERSE> block_store; in empty_test()
68 template <bool REVERSE> void erase_test() { in erase_test()
70 BlockStore<int, 2, REVERSE> block_store; in erase_test()
[all …]
/external/llvm-libc/test/src/__support/
Dblockstore_test.cpp20 template <size_t BLOCK_SIZE, size_t ELEMENT_COUNT, bool REVERSE>
22 LIBC_NAMESPACE::BlockStore<Element, BLOCK_SIZE, REVERSE> block_store; in populate_and_iterate()
29 if (REVERSE) { in populate_and_iterate()
41 LIBC_NAMESPACE::BlockStore<Element, BLOCK_SIZE, REVERSE>::destroy( in populate_and_iterate()
45 template <bool REVERSE> void back_test() { in back_test()
47 BlockStore<int, 4, REVERSE> block_store; in back_test()
55 template <bool REVERSE> void empty_test() { in empty_test()
57 BlockStore<int, 2, REVERSE> block_store; in empty_test()
68 template <bool REVERSE> void erase_test() { in erase_test()
70 BlockStore<int, 2, REVERSE> block_store; in erase_test()
[all …]
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_math_ops_test.py94 def _cumsum_slow(rt, axis=0, exclusive=False, reverse=False, name=None): argument
97 reverse=reverse, name=name)
109 reverse=True),
112 reverse=True,
125 axis=1, reverse=True),
128 axis=1, exclusive=True, reverse=True),
134 reverse=False): argument
138 original_rt, axis=axis, exclusive=exclusive, reverse=reverse)
141 reverse=reverse)
149 exclusive=True, reverse=True, axis=2),
[all …]
/external/cronet/stable/third_party/libc++/src/test/libcxx/strings/string.view/string.view.iterators/
Dassert.iterator-indexing.pass.cpp20 void test_iterator(Iter begin, Iter end, bool reverse) { in test_iterator() argument
27 reverse ? "__bounded_iter::operator--: Attempt to rewind an iterator past the start" in test_iterator()
34 reverse ? "__bounded_iter::operator+=: Attempt to rewind an iterator past the start" in test_iterator()
39 reverse ? "__bounded_iter::operator--: Attempt to rewind an iterator past the start" in test_iterator()
47 reverse ? "__bounded_iter::operator--: Attempt to rewind an iterator past the start" in test_iterator()
58 reverse ? "__bounded_iter::operator++: Attempt to advance an iterator past the end" in test_iterator()
69 reverse ? "__bounded_iter::operator-=: Attempt to rewind an iterator past the start" in test_iterator()
82 reverse ? "__bounded_iter::operator+=: Attempt to rewind an iterator past the start" in test_iterator()
95 reverse ? "__bounded_iter::operator-=: Attempt to advance an iterator past the end" in test_iterator()
108 reverse ? "__bounded_iter::operator+=: Attempt to advance an iterator past the end" in test_iterator()
[all …]
/external/cronet/tot/third_party/libc++/src/test/libcxx/strings/string.view/string.view.iterators/
Dassert.iterator-indexing.pass.cpp20 void test_iterator(Iter begin, Iter end, bool reverse) { in test_iterator() argument
27 reverse ? "__bounded_iter::operator--: Attempt to rewind an iterator past the start" in test_iterator()
34 reverse ? "__bounded_iter::operator+=: Attempt to rewind an iterator past the start" in test_iterator()
39 reverse ? "__bounded_iter::operator--: Attempt to rewind an iterator past the start" in test_iterator()
47 reverse ? "__bounded_iter::operator--: Attempt to rewind an iterator past the start" in test_iterator()
58 reverse ? "__bounded_iter::operator++: Attempt to advance an iterator past the end" in test_iterator()
69 reverse ? "__bounded_iter::operator-=: Attempt to rewind an iterator past the start" in test_iterator()
82 reverse ? "__bounded_iter::operator+=: Attempt to rewind an iterator past the start" in test_iterator()
95 reverse ? "__bounded_iter::operator-=: Attempt to advance an iterator past the end" in test_iterator()
108 reverse ? "__bounded_iter::operator+=: Attempt to advance an iterator past the end" in test_iterator()
[all …]
/external/llvm/test/CodeGen/X86/
Dinalloca-invoke.ll5 %frame.reverse = type { %Iter, %Iter }
12 declare void @reverse(%frame.reverse* inalloca align 4)
20 %rev_args = alloca inalloca %frame.reverse, align 4
21 %beg = getelementptr %frame.reverse, %frame.reverse* %rev_args, i32 0, i32 0
22 %end = getelementptr %frame.reverse, %frame.reverse* %rev_args, i32 0, i32 1
45 invoke void @reverse(%frame.reverse* inalloca align 4 %rev_args)
/external/sdv/vsomeip/third_party/boost/proto/doc/reference/functional/fusion/
Dreverse.xml9 <header name="boost/proto/functional/fusion/reverse.hpp">
10 …<para>Includes Proto callable <computeroutput><classname>boost::proto::functional::reverse</classn…
16 <!-- proto::functional::reverse -->
17 <struct name="reverse">
19 <computeroutput>fusion::reverse()</computeroutput> algorithm on its argument.
24 <computeroutput>fusion::reverse()</computeroutput> algorithm on its argument. This is
26 <computeroutput>reverse(_)</computeroutput>, which reverses the order of the children
54 <type>fusion::result_of::reverse&lt; Seq &gt;</type>
59 <type>typename fusion::result_of::reverse&lt; Seq &gt;::type</type>
67 <para><computeroutput>fusion::reverse(seq)</computeroutput></para>
[all …]
/external/deqp/modules/gles31/scripts/
Dgen-implicit-conversions.py340 def __init__(self, name, op, in_type, out_type, reverse=False): argument
351 self.reverse = reverse
365 if self.reverse:
373 if self.reverse:
374 expr.reverse()
406 def __init__(self, name, op, in_type, out_type, reverse=False): argument
407 super(ComparisonsCase, self).__init__(name, op, in_type, out_type, reverse)
424 if self.reverse:
443 def __init__(self, name, in_type, out_type, reverse=False, input_in_parens=False): argument
447 self.reverse = reverse
[all …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/hybrid/
Dregex.rs11 finds the end offset of a match, where as the other is a "reverse" DFA that
33 /// "reverse" DFA. The forward DFA is responsible for detecting the end of
34 /// a match while the reverse DFA is responsible for detecting the start
36 /// forward search must first be run followed by a reverse search. A match
37 /// found by the forward DFA guarantees that the reverse DFA will also find
85 /// The reverse lazy DFA. This can only find the start of a match.
95 reverse: DFA, field
238 self.reverse().reset_cache(&mut cache.reverse); in reset_cache()
291 // reverse scan too. in is_match()
447 let (fcache, rcache) = (&mut cache.forward, &mut cache.reverse); in try_search()
[all …]
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/hybrid/
Dregex.rs11 finds the end offset of a match, where as the other is a "reverse" DFA that
33 /// "reverse" DFA. The forward DFA is responsible for detecting the end of
34 /// a match while the reverse DFA is responsible for detecting the start
36 /// forward search must first be run followed by a reverse search. A match
37 /// found by the forward DFA guarantees that the reverse DFA will also find
85 /// The reverse lazy DFA. This can only find the start of a match.
95 reverse: DFA, field
238 self.reverse().reset_cache(&mut cache.reverse); in reset_cache()
291 // reverse scan too. in is_match()
447 let (fcache, rcache) = (&mut cache.forward, &mut cache.reverse); in try_search()
[all …]
/external/tensorflow/tensorflow/lite/kernels/
Dreverse.cc27 namespace reverse { namespace
49 TF_LITE_KERNEL_LOG(context, "Type '%s' is not supported by reverse.", in Prepare()
55 TF_LITE_KERNEL_LOG(context, "Axis Type '%s' is not supported by reverse.", in Prepare()
93 reference_ops::Reverse<float>( in Eval()
100 reference_ops::Reverse<uint8_t>( in Eval()
106 reference_ops::Reverse<int16_t>( in Eval()
112 reference_ops::Reverse<int32_t>( in Eval()
118 reference_ops::Reverse<int64_t>( in Eval()
124 reference_ops::Reverse<bool>( in Eval()
130 TF_LITE_KERNEL_LOG(context, "Type '%s' is not supported by reverse.", in Eval()
[all …]
/external/cronet/tot/third_party/libc++/src/test/libcxx/containers/views/views.span/
Dassert.iterator-indexing.pass.cpp24 void test_iterator(Iter begin, Iter end, bool reverse) { in test_iterator() argument
31 reverse ? "__bounded_iter::operator--: Attempt to rewind an iterator past the start" in test_iterator()
38 reverse ? "__bounded_iter::operator+=: Attempt to rewind an iterator past the start" in test_iterator()
43 reverse ? "__bounded_iter::operator--: Attempt to rewind an iterator past the start" in test_iterator()
51 reverse ? "__bounded_iter::operator--: Attempt to rewind an iterator past the start" in test_iterator()
61 reverse ? "__bounded_iter::operator++: Attempt to advance an iterator past the end" in test_iterator()
71 reverse ? "__bounded_iter::operator-=: Attempt to rewind an iterator past the start" in test_iterator()
84 reverse ? "__bounded_iter::operator+=: Attempt to rewind an iterator past the start" in test_iterator()
97 reverse ? "__bounded_iter::operator-=: Attempt to advance an iterator past the end" in test_iterator()
110 reverse ? "__bounded_iter::operator+=: Attempt to advance an iterator past the end" in test_iterator()
[all …]
/external/cronet/stable/third_party/libc++/src/test/libcxx/containers/views/views.span/
Dassert.iterator-indexing.pass.cpp24 void test_iterator(Iter begin, Iter end, bool reverse) { in test_iterator() argument
31 reverse ? "__bounded_iter::operator--: Attempt to rewind an iterator past the start" in test_iterator()
38 reverse ? "__bounded_iter::operator+=: Attempt to rewind an iterator past the start" in test_iterator()
43 reverse ? "__bounded_iter::operator--: Attempt to rewind an iterator past the start" in test_iterator()
51 reverse ? "__bounded_iter::operator--: Attempt to rewind an iterator past the start" in test_iterator()
61 reverse ? "__bounded_iter::operator++: Attempt to advance an iterator past the end" in test_iterator()
71 reverse ? "__bounded_iter::operator-=: Attempt to rewind an iterator past the start" in test_iterator()
84 reverse ? "__bounded_iter::operator+=: Attempt to rewind an iterator past the start" in test_iterator()
97 reverse ? "__bounded_iter::operator-=: Attempt to advance an iterator past the end" in test_iterator()
110 reverse ? "__bounded_iter::operator+=: Attempt to advance an iterator past the end" in test_iterator()
[all …]
/external/sdv/vsomeip/third_party/boost/range/doc/reference/algorithm/
Dreverse.qbk6 [section:reverse reverse]
12 BidirectionalRange& reverse(BidirectionalRange& rng);
15 const BidirectionalRange& reverse(const BidirectionalRange& rng);
20 `reverse` reverses a range. Returns a reference to the reversed range.
24 Defined in the header file `boost/range/algorithm/reverse.hpp`
33 Linear. `reverse` makes `distance(rng)/2` calls to `iter_swap`.

12345678910>>...326