Searched refs:omap2 (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/ppv-lite86/src/ |
D | generic.rs | 182 fn omap2<T, F>(a: T, b: T, f: F) -> T in omap2() function 221 omap2(self, rhs, |x, y| x & y) 228 omap2(self, rhs, |x, y| x | y) 235 omap2(self, rhs, |x, y| x ^ y) 242 omap2(self, rhs, |x, y| !x & y) 522 omap2(self, rhs, |x, y| x.wrapping_add(y)) in add()
|