Home
last modified time | relevance | path

Searched defs:wrapping_shl (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/num-traits/src/ops/
Dwrapping.rs167 fn wrapping_shl(&self, rhs: u32) -> Self; in wrapping_shl() method
258 fn wrapping_shl(&self, rhs: u32) -> Self { in wrapping_shl() function
285 fn wrapping_shl<T: WrappingShl>(a: T, b: u32) -> T { in test_wrapping_traits() function