Searched defs:rotate_right (Results 1 – 11 of 11) sorted by relevance
/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
|
/external/rust/crates/num-traits/src/ |
D | int.rs | 137 fn rotate_right(self, n: u32) -> Self; in rotate_right() method
|
/external/tensorflow/tensorflow/python/ops/linalg/ |
D | linear_operator_kronecker.py | 53 def _rotate_last_dim(x, rotate_right=False): argument
|
/external/tensorflow/tensorflow/python/ops/distributions/ |
D | transformed_distribution.py | 624 def _maybe_rotate_dims(self, x, rotate_right=False): argument
|
/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
|
/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
|
/external/e2fsprogs/lib/support/ |
D | dict.c | 118 static void rotate_right(dnode_t *upper) in rotate_right() function
|
/external/f2fs-tools/fsck/ |
D | dict.c | 111 static void rotate_right(dnode_t *upper) in rotate_right() function
|
/external/rust/crates/intrusive-collections/src/ |
D | rbtree.rs | 507 unsafe fn rotate_right<T: RBTreeOps>( in rotate_right() function
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 12098 uint32_t rotate_right(uint32_t val, uint32_t count) { in rotate_right() function
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 12160 uint32_t rotate_right(uint32_t val, uint32_t count) { in rotate_right() function
|