Searched refs:ArithOps (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/ppv-lite86/src/ |
D | types.rs | 12 pub trait ArithOps: Add<Output = Self> + AddAssign + Sized + Copy + Clone + BSwap {} trait 105 + ArithOps 117 + ArithOps 133 + ArithOps 142 + ArithOps 152 + ArithOps 173 + ArithOps 183 + ArithOps
|
D | soft.rs | 98 impl<W, G> ArithOps for x2<W, G> 100 W: ArithOps, 281 impl<W> ArithOps for x4<W> where W: ArithOps {}
|
D | generic.rs | 484 impl ArithOps for u32x4_generic {} 485 impl ArithOps for u64x2_generic {} 486 impl ArithOps for u128x1_generic {}
|
/external/rust/crates/rand_chacha/src/ |
D | guts.rs | 15 use ppv_lite86::{vec128_storage, ArithOps, BitOps32, LaneWords4, MultiLane, StoreBytes, Vec4}; 40 pub(crate) fn round<V: ArithOps + BitOps32>(mut x: State<V>) -> State<V> { in round()
|
/external/rust/crates/ppv-lite86/src/x86_64/ |
D | sse2.rs | 445 impl<S3: Copy, S4: Copy, NI: Copy> ArithOps for u32x4_sse2<S3, S4, NI> where 449 impl<S3: Copy, S4: Copy, NI: Copy> ArithOps for u64x2_sse2<S3, S4, NI> where 1483 impl<NI> ArithOps for u32x4x4_avx2<NI> where NI: Copy {}
|