Searched refs:from_lanes (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/ppv-lite86/src/ |
D | types.rs | 203 fn from_lanes(lanes: Lanes) -> Self; in from_lanes() method 217 V::from_lanes(self) in vzip() 245 V::from_lanes(a) in vec()
|
D | generic.rs | 616 fn from_lanes(xs: [u32; 4]) -> Self { in from_lanes() method 626 fn from_lanes(xs: [u64; 2]) -> Self { in from_lanes() method 637 fn from_lanes(xs: [u64; 4]) -> Self { in from_lanes() method 639 u64x2_generic::from_lanes([xs[0], xs[1]]), 640 u64x2_generic::from_lanes([xs[2], xs[3]]), 651 fn from_lanes(xs: [u128; 1]) -> Self { in from_lanes() method
|
D | soft.rs | 165 fn from_lanes(lanes: [W; 2]) -> Self { in from_lanes() method 353 fn from_lanes(lanes: [W; 4]) -> Self { in from_lanes() method
|
/external/rust/crates/rand_chacha/src/ |
D | guts.rs | 122 a: Mach::u32x4x4::from_lanes([k, k, k, k]), 123 b: Mach::u32x4x4::from_lanes([b, b, b, b]), 124 c: Mach::u32x4x4::from_lanes([c, c, c, c]), 125 d: m.unpack(Mach::u32x4x4::from_lanes([d0, d1, d2, d3]).into()),
|
/external/rust/crates/ppv-lite86/src/x86_64/ |
D | sse2.rs | 331 fn from_lanes(xs: [u32; 4]) -> Self { in from_lanes() method 349 fn from_lanes(xs: [u32; 4]) -> Self { in from_lanes() method 370 fn from_lanes(xs: [u64; 2]) -> Self { in from_lanes() method 389 fn from_lanes(xs: [u64; 2]) -> Self { in from_lanes() method 403 fn from_lanes(xs: [u128; 1]) -> Self { in from_lanes() method 418 fn from_lanes(xs: [u64; 4]) -> Self { in from_lanes() function 420 u64x2_sse2::from_lanes([xs[0], xs[1]]), 421 u64x2_sse2::from_lanes([xs[2], xs[3]]), 1269 let y_s2 = <SSE2 as Machine>::u32x4::from_lanes(xs); in test_lanes_u32x4() 1276 let y_s3 = <SSSE3 as Machine>::u32x4::from_lanes(xs); in test_lanes_u32x4() [all …]
|