Home
last modified time | relevance | path

Searched refs:rotate_right (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_kronecker.py53 def _rotate_last_dim(x, rotate_right=False): argument
56 if rotate_right:
340 output = _rotate_last_dim(x, rotate_right=True)
368 output = _rotate_last_dim(output, rotate_right=False)
370 output = _rotate_last_dim(output, rotate_right=True)
380 output = _rotate_last_dim(output, rotate_right=False)
382 output = _rotate_last_dim(output, rotate_right=False)
457 output = _rotate_last_dim(rhs, rotate_right=True)
485 output = _rotate_last_dim(output, rotate_right=False)
487 output = _rotate_last_dim(output, rotate_right=True)
[all …]
/external/rust/crates/ppv-lite86/src/
Dgeneric.rs296 dmap(self, |x| x.rotate_right(7)) in rotate_each_word_right7()
300 dmap(self, |x| x.rotate_right(8)) in rotate_each_word_right8()
304 dmap(self, |x| x.rotate_right(11)) in rotate_each_word_right11()
308 dmap(self, |x| x.rotate_right(12)) in rotate_each_word_right12()
312 dmap(self, |x| x.rotate_right(16)) in rotate_each_word_right16()
316 dmap(self, |x| x.rotate_right(20)) in rotate_each_word_right20()
320 dmap(self, |x| x.rotate_right(24)) in rotate_each_word_right24()
324 dmap(self, |x| x.rotate_right(25)) in rotate_each_word_right25()
331 qmap(self, |x| x.rotate_right(7)) in rotate_each_word_right7()
335 qmap(self, |x| x.rotate_right(8)) in rotate_each_word_right8()
[all …]
/external/catch2/include/internal/
Dcatch_random_number_generator.cpp22 uint32_t rotate_right(uint32_t val, uint32_t count) { in rotate_right() function
58 const auto output = rotate_right(xorshifted, m_state >> 59u); in operator ()()
/external/rust/crates/num-traits/src/
Dint.rs137 fn rotate_right(self, n: u32) -> Self; in rotate_right() method
338 fn rotate_right(self, n: u32) -> Self {
339 <$T>::rotate_right(self, n)
/external/tensorflow/tensorflow/python/ops/distributions/
Dtransformed_distribution.py441 x = self._maybe_rotate_dims(x, rotate_right=True)
467 x = self._maybe_rotate_dims(x, rotate_right=True)
624 def _maybe_rotate_dims(self, x, rotate_right=False): argument
630 n = (ndims - self._rotate_ndims) if rotate_right else self._rotate_ndims
/external/rust/crates/ring/src/digest/
Dsha2.rs191 Wrapping(self.0.rotate_right(count)) in rotr()
283 Wrapping(self.0.rotate_right(count)) in rotr()
/external/e2fsprogs/lib/support/
Ddict.c118 static void rotate_right(dnode_t *upper) in rotate_right() function
628 rotate_right(grandpa); in dict_insert()
641 rotate_right(parent); in dict_insert()
782 rotate_right(sister); in dict_delete()
799 rotate_right(parent); in dict_delete()
819 rotate_right(parent); in dict_delete()
/external/f2fs-tools/fsck/
Ddict.c111 static void rotate_right(dnode_t *upper) in rotate_right() function
604 rotate_right(grandpa); in dict_insert()
617 rotate_right(parent); in dict_insert()
757 rotate_right(sister); in dict_delete()
774 rotate_right(parent); in dict_delete()
794 rotate_right(parent); in dict_delete()
/external/rust/crates/oorandom/src/
Dlib.rs95 xorshifted.rotate_right(rot) in rand_u32()
218 xorshifted.rotate_right(rot) in rand_u64()
/external/rust/crates/tokio/src/time/driver/wheel/
Dlevel.rs198 let occupied = self.occupied.rotate_right(now_slot as u32); in next_occupied_slot()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/avl/
Davl.cc137 static grpc_avl_node* rotate_right(const grpc_avl_vtable* vtable, void* key, in rotate_right() function
190 rotate_right(vtable, key, value, left, right, user_data)); in rebalance()
/external/grpc-grpc/src/core/lib/avl/
Davl.cc137 static grpc_avl_node* rotate_right(const grpc_avl_vtable* vtable, void* key, in rotate_right() function
190 rotate_right(vtable, key, value, left, right, user_data)); in rebalance()
/external/rust/crates/rand_core/src/
Dlib.rs315 let x = xorshifted.rotate_right(rot); in seed_from_u64()
/external/rust/crates/intrusive-collections/src/
Drbtree.rs507 unsafe fn rotate_right<T: RBTreeOps>( in rotate_right() function
570 rotate_right(link_ops, x, root); in post_insert()
590 rotate_right(link_ops, x, root); in post_insert()
688 rotate_right(link_ops, w, root); in remove()
702 rotate_right(link_ops, w_parent, root); in remove()
742 rotate_right(link_ops, w_parent, root); in remove()
/external/rust/crates/tinyvec/src/
Dslicevec.rs291 self.as_mut_slice()[index..].rotate_right(1); in insert()
/external/catch2/single_include/catch2/
Dcatch.hpp12098 uint32_t rotate_right(uint32_t val, uint32_t count) { in rotate_right() function
12132 const auto output = rotate_right(xorshifted, m_state >> 59u); in operator ()()
/external/libabigail/tests/lib/
Dcatch.hpp12160 uint32_t rotate_right(uint32_t val, uint32_t count) { in rotate_right() function
12194 const auto output = rotate_right(xorshifted, m_state >> 59u); in operator ()()