/external/tensorflow/tensorflow/python/ops/linalg/ |
D | linear_operator_kronecker.py | 53 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/ |
D | generic.rs | 296 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/ |
D | catch_random_number_generator.cpp | 22 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/ |
D | int.rs | 137 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/ |
D | transformed_distribution.py | 441 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/ |
D | sha2.rs | 191 Wrapping(self.0.rotate_right(count)) in rotr() 283 Wrapping(self.0.rotate_right(count)) in rotr()
|
/external/e2fsprogs/lib/support/ |
D | dict.c | 118 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/ |
D | dict.c | 111 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/ |
D | lib.rs | 95 xorshifted.rotate_right(rot) in rand_u32() 218 xorshifted.rotate_right(rot) in rand_u64()
|
/external/rust/crates/tokio/src/time/driver/wheel/ |
D | level.rs | 198 let occupied = self.occupied.rotate_right(now_slot as u32); in next_occupied_slot()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/avl/ |
D | avl.cc | 137 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/ |
D | avl.cc | 137 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/ |
D | lib.rs | 315 let x = xorshifted.rotate_right(rot); in seed_from_u64()
|
/external/rust/crates/intrusive-collections/src/ |
D | rbtree.rs | 507 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/ |
D | slicevec.rs | 291 self.as_mut_slice()[index..].rotate_right(1); in insert()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 12098 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/ |
D | catch.hpp | 12160 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 ()()
|