#[repr(align(16))]pub struct AutoSimd<N>(pub N);Expand description
A SIMD structure that implements all the relevant traits from num an simba.
This is needed to overcome the orphan rules.
Tuple Fields§
§0: NImplementations§
Source§impl AutoSimd<[i16; 32]>
impl AutoSimd<[i16; 32]>
pub const ZERO: AutoSimd<[i16; 32]>
pub const ONE: AutoSimd<[i16; 32]>
pub fn new( _0: i16, _1: i16, _2: i16, _3: i16, _4: i16, _5: i16, _6: i16, _7: i16, _8: i16, _9: i16, _10: i16, _11: i16, _12: i16, _13: i16, _14: i16, _15: i16, _16: i16, _17: i16, _18: i16, _19: i16, _20: i16, _21: i16, _22: i16, _23: i16, _24: i16, _25: i16, _26: i16, _27: i16, _28: i16, _29: i16, _30: i16, _31: i16, ) -> AutoSimd<[i16; 32]>
Source§impl AutoSimd<[i8; 32]>
impl AutoSimd<[i8; 32]>
pub const ZERO: AutoSimd<[i8; 32]>
pub const ONE: AutoSimd<[i8; 32]>
pub fn new( _0: i8, _1: i8, _2: i8, _3: i8, _4: i8, _5: i8, _6: i8, _7: i8, _8: i8, _9: i8, _10: i8, _11: i8, _12: i8, _13: i8, _14: i8, _15: i8, _16: i8, _17: i8, _18: i8, _19: i8, _20: i8, _21: i8, _22: i8, _23: i8, _24: i8, _25: i8, _26: i8, _27: i8, _28: i8, _29: i8, _30: i8, _31: i8, ) -> AutoSimd<[i8; 32]>
Source§impl AutoSimd<[u16; 32]>
impl AutoSimd<[u16; 32]>
pub const ZERO: AutoSimd<[u16; 32]>
pub const ONE: AutoSimd<[u16; 32]>
pub fn new( _0: u16, _1: u16, _2: u16, _3: u16, _4: u16, _5: u16, _6: u16, _7: u16, _8: u16, _9: u16, _10: u16, _11: u16, _12: u16, _13: u16, _14: u16, _15: u16, _16: u16, _17: u16, _18: u16, _19: u16, _20: u16, _21: u16, _22: u16, _23: u16, _24: u16, _25: u16, _26: u16, _27: u16, _28: u16, _29: u16, _30: u16, _31: u16, ) -> AutoSimd<[u16; 32]>
Source§impl AutoSimd<[u8; 32]>
impl AutoSimd<[u8; 32]>
pub const ZERO: AutoSimd<[u8; 32]>
pub const ONE: AutoSimd<[u8; 32]>
pub fn new( _0: u8, _1: u8, _2: u8, _3: u8, _4: u8, _5: u8, _6: u8, _7: u8, _8: u8, _9: u8, _10: u8, _11: u8, _12: u8, _13: u8, _14: u8, _15: u8, _16: u8, _17: u8, _18: u8, _19: u8, _20: u8, _21: u8, _22: u8, _23: u8, _24: u8, _25: u8, _26: u8, _27: u8, _28: u8, _29: u8, _30: u8, _31: u8, ) -> AutoSimd<[u8; 32]>
Source§impl AutoSimd<[bool; 32]>
impl AutoSimd<[bool; 32]>
pub const ZERO: AutoSimd<[bool; 32]>
pub const ONE: AutoSimd<[bool; 32]>
pub fn new( _0: bool, _1: bool, _2: bool, _3: bool, _4: bool, _5: bool, _6: bool, _7: bool, _8: bool, _9: bool, _10: bool, _11: bool, _12: bool, _13: bool, _14: bool, _15: bool, _16: bool, _17: bool, _18: bool, _19: bool, _20: bool, _21: bool, _22: bool, _23: bool, _24: bool, _25: bool, _26: bool, _27: bool, _28: bool, _29: bool, _30: bool, _31: bool, ) -> AutoSimd<[bool; 32]>
Trait Implementations§
impl<N> Copy for AutoSimd<N>where
N: Copy,
Source§impl Distribution<AutoSimd<[bool; 1]>> for Standard
impl Distribution<AutoSimd<[bool; 1]>> for Standard
Source§impl Distribution<AutoSimd<[bool; 2]>> for Standard
impl Distribution<AutoSimd<[bool; 2]>> for Standard
Source§impl Distribution<AutoSimd<[bool; 4]>> for Standard
impl Distribution<AutoSimd<[bool; 4]>> for Standard
Source§impl Distribution<AutoSimd<[bool; 8]>> for Standard
impl Distribution<AutoSimd<[bool; 8]>> for Standard
Source§impl Distribution<AutoSimd<[bool; 16]>> for Standard
impl Distribution<AutoSimd<[bool; 16]>> for Standard
Source§impl Distribution<AutoSimd<[bool; 32]>> for Standard
impl Distribution<AutoSimd<[bool; 32]>> for Standard
Source§impl Distribution<AutoSimd<[f32; 2]>> for Standard
impl Distribution<AutoSimd<[f32; 2]>> for Standard
Source§impl Distribution<AutoSimd<[f32; 4]>> for Standard
impl Distribution<AutoSimd<[f32; 4]>> for Standard
Source§impl Distribution<AutoSimd<[f32; 8]>> for Standard
impl Distribution<AutoSimd<[f32; 8]>> for Standard
Source§impl Distribution<AutoSimd<[f32; 16]>> for Standard
impl Distribution<AutoSimd<[f32; 16]>> for Standard
Source§impl Distribution<AutoSimd<[f64; 2]>> for Standard
impl Distribution<AutoSimd<[f64; 2]>> for Standard
Source§impl Distribution<AutoSimd<[f64; 4]>> for Standard
impl Distribution<AutoSimd<[f64; 4]>> for Standard
Source§impl Distribution<AutoSimd<[f64; 8]>> for Standard
impl Distribution<AutoSimd<[f64; 8]>> for Standard
Source§impl Distribution<AutoSimd<[i8; 2]>> for Standard
impl Distribution<AutoSimd<[i8; 2]>> for Standard
Source§impl Distribution<AutoSimd<[i8; 4]>> for Standard
impl Distribution<AutoSimd<[i8; 4]>> for Standard
Source§impl Distribution<AutoSimd<[i8; 8]>> for Standard
impl Distribution<AutoSimd<[i8; 8]>> for Standard
Source§impl Distribution<AutoSimd<[i8; 16]>> for Standard
impl Distribution<AutoSimd<[i8; 16]>> for Standard
Source§impl Distribution<AutoSimd<[i8; 32]>> for Standard
impl Distribution<AutoSimd<[i8; 32]>> for Standard
Source§impl Distribution<AutoSimd<[i16; 2]>> for Standard
impl Distribution<AutoSimd<[i16; 2]>> for Standard
Source§impl Distribution<AutoSimd<[i16; 4]>> for Standard
impl Distribution<AutoSimd<[i16; 4]>> for Standard
Source§impl Distribution<AutoSimd<[i16; 8]>> for Standard
impl Distribution<AutoSimd<[i16; 8]>> for Standard
Source§impl Distribution<AutoSimd<[i16; 16]>> for Standard
impl Distribution<AutoSimd<[i16; 16]>> for Standard
Source§impl Distribution<AutoSimd<[i16; 32]>> for Standard
impl Distribution<AutoSimd<[i16; 32]>> for Standard
Source§impl Distribution<AutoSimd<[i32; 2]>> for Standard
impl Distribution<AutoSimd<[i32; 2]>> for Standard
Source§impl Distribution<AutoSimd<[i32; 4]>> for Standard
impl Distribution<AutoSimd<[i32; 4]>> for Standard
Source§impl Distribution<AutoSimd<[i32; 8]>> for Standard
impl Distribution<AutoSimd<[i32; 8]>> for Standard
Source§impl Distribution<AutoSimd<[i32; 16]>> for Standard
impl Distribution<AutoSimd<[i32; 16]>> for Standard
Source§impl Distribution<AutoSimd<[i64; 2]>> for Standard
impl Distribution<AutoSimd<[i64; 2]>> for Standard
Source§impl Distribution<AutoSimd<[i64; 4]>> for Standard
impl Distribution<AutoSimd<[i64; 4]>> for Standard
Source§impl Distribution<AutoSimd<[i64; 8]>> for Standard
impl Distribution<AutoSimd<[i64; 8]>> for Standard
Source§impl Distribution<AutoSimd<[i128; 1]>> for Standard
impl Distribution<AutoSimd<[i128; 1]>> for Standard
Source§impl Distribution<AutoSimd<[i128; 2]>> for Standard
impl Distribution<AutoSimd<[i128; 2]>> for Standard
Source§impl Distribution<AutoSimd<[i128; 4]>> for Standard
impl Distribution<AutoSimd<[i128; 4]>> for Standard
Source§impl Distribution<AutoSimd<[isize; 2]>> for Standard
impl Distribution<AutoSimd<[isize; 2]>> for Standard
Source§impl Distribution<AutoSimd<[isize; 4]>> for Standard
impl Distribution<AutoSimd<[isize; 4]>> for Standard
Source§impl Distribution<AutoSimd<[isize; 8]>> for Standard
impl Distribution<AutoSimd<[isize; 8]>> for Standard
Source§impl Distribution<AutoSimd<[u8; 2]>> for Standard
impl Distribution<AutoSimd<[u8; 2]>> for Standard
Source§impl Distribution<AutoSimd<[u8; 4]>> for Standard
impl Distribution<AutoSimd<[u8; 4]>> for Standard
Source§impl Distribution<AutoSimd<[u8; 8]>> for Standard
impl Distribution<AutoSimd<[u8; 8]>> for Standard
Source§impl Distribution<AutoSimd<[u8; 16]>> for Standard
impl Distribution<AutoSimd<[u8; 16]>> for Standard
Source§impl Distribution<AutoSimd<[u8; 32]>> for Standard
impl Distribution<AutoSimd<[u8; 32]>> for Standard
Source§impl Distribution<AutoSimd<[u16; 2]>> for Standard
impl Distribution<AutoSimd<[u16; 2]>> for Standard
Source§impl Distribution<AutoSimd<[u16; 4]>> for Standard
impl Distribution<AutoSimd<[u16; 4]>> for Standard
Source§impl Distribution<AutoSimd<[u16; 8]>> for Standard
impl Distribution<AutoSimd<[u16; 8]>> for Standard
Source§impl Distribution<AutoSimd<[u16; 16]>> for Standard
impl Distribution<AutoSimd<[u16; 16]>> for Standard
Source§impl Distribution<AutoSimd<[u16; 32]>> for Standard
impl Distribution<AutoSimd<[u16; 32]>> for Standard
Source§impl Distribution<AutoSimd<[u32; 2]>> for Standard
impl Distribution<AutoSimd<[u32; 2]>> for Standard
Source§impl Distribution<AutoSimd<[u32; 4]>> for Standard
impl Distribution<AutoSimd<[u32; 4]>> for Standard
Source§impl Distribution<AutoSimd<[u32; 8]>> for Standard
impl Distribution<AutoSimd<[u32; 8]>> for Standard
Source§impl Distribution<AutoSimd<[u32; 16]>> for Standard
impl Distribution<AutoSimd<[u32; 16]>> for Standard
Source§impl Distribution<AutoSimd<[u64; 2]>> for Standard
impl Distribution<AutoSimd<[u64; 2]>> for Standard
Source§impl Distribution<AutoSimd<[u64; 4]>> for Standard
impl Distribution<AutoSimd<[u64; 4]>> for Standard
Source§impl Distribution<AutoSimd<[u64; 8]>> for Standard
impl Distribution<AutoSimd<[u64; 8]>> for Standard
Source§impl Distribution<AutoSimd<[u128; 1]>> for Standard
impl Distribution<AutoSimd<[u128; 1]>> for Standard
Source§impl Distribution<AutoSimd<[u128; 2]>> for Standard
impl Distribution<AutoSimd<[u128; 2]>> for Standard
Source§impl Distribution<AutoSimd<[u128; 4]>> for Standard
impl Distribution<AutoSimd<[u128; 4]>> for Standard
Source§impl Distribution<AutoSimd<[usize; 2]>> for Standard
impl Distribution<AutoSimd<[usize; 2]>> for Standard
Source§impl Distribution<AutoSimd<[usize; 4]>> for Standard
impl Distribution<AutoSimd<[usize; 4]>> for Standard
Source§impl Distribution<AutoSimd<[usize; 8]>> for Standard
impl Distribution<AutoSimd<[usize; 8]>> for Standard
impl<N> Eq for AutoSimd<N>where
N: Eq,
impl Field for AutoSimd<[f32; 2]>
impl Field for AutoSimd<[f32; 4]>
impl Field for AutoSimd<[f32; 8]>
impl Field for AutoSimd<[f32; 16]>
impl Field for AutoSimd<[f64; 2]>
impl Field for AutoSimd<[f64; 4]>
impl Field for AutoSimd<[f64; 8]>
Source§impl FromPrimitive for AutoSimd<[f32; 2]>
impl FromPrimitive for AutoSimd<[f32; 2]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[f32; 2]>>
fn from_i64(n: i64) -> Option<AutoSimd<[f32; 2]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[f32; 2]>>
fn from_u64(n: u64) -> Option<AutoSimd<[f32; 2]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[f32; 2]>>
fn from_isize(n: isize) -> Option<AutoSimd<[f32; 2]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[f32; 2]>>
fn from_i8(n: i8) -> Option<AutoSimd<[f32; 2]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[f32; 2]>>
fn from_i16(n: i16) -> Option<AutoSimd<[f32; 2]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[f32; 2]>>
fn from_i32(n: i32) -> Option<AutoSimd<[f32; 2]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[f32; 2]>>
fn from_usize(n: usize) -> Option<AutoSimd<[f32; 2]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[f32; 2]>>
fn from_u8(n: u8) -> Option<AutoSimd<[f32; 2]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[f32; 2]>>
fn from_u16(n: u16) -> Option<AutoSimd<[f32; 2]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[f32; 2]>>
fn from_u32(n: u32) -> Option<AutoSimd<[f32; 2]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[f32; 2]>>
fn from_f32(n: f32) -> Option<AutoSimd<[f32; 2]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[f32; 2]>>
fn from_f64(n: f64) -> Option<AutoSimd<[f32; 2]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[f32; 4]>
impl FromPrimitive for AutoSimd<[f32; 4]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[f32; 4]>>
fn from_i64(n: i64) -> Option<AutoSimd<[f32; 4]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[f32; 4]>>
fn from_u64(n: u64) -> Option<AutoSimd<[f32; 4]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[f32; 4]>>
fn from_isize(n: isize) -> Option<AutoSimd<[f32; 4]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[f32; 4]>>
fn from_i8(n: i8) -> Option<AutoSimd<[f32; 4]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[f32; 4]>>
fn from_i16(n: i16) -> Option<AutoSimd<[f32; 4]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[f32; 4]>>
fn from_i32(n: i32) -> Option<AutoSimd<[f32; 4]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[f32; 4]>>
fn from_usize(n: usize) -> Option<AutoSimd<[f32; 4]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[f32; 4]>>
fn from_u8(n: u8) -> Option<AutoSimd<[f32; 4]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[f32; 4]>>
fn from_u16(n: u16) -> Option<AutoSimd<[f32; 4]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[f32; 4]>>
fn from_u32(n: u32) -> Option<AutoSimd<[f32; 4]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[f32; 4]>>
fn from_f32(n: f32) -> Option<AutoSimd<[f32; 4]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[f32; 4]>>
fn from_f64(n: f64) -> Option<AutoSimd<[f32; 4]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[f32; 8]>
impl FromPrimitive for AutoSimd<[f32; 8]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[f32; 8]>>
fn from_i64(n: i64) -> Option<AutoSimd<[f32; 8]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[f32; 8]>>
fn from_u64(n: u64) -> Option<AutoSimd<[f32; 8]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[f32; 8]>>
fn from_isize(n: isize) -> Option<AutoSimd<[f32; 8]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[f32; 8]>>
fn from_i8(n: i8) -> Option<AutoSimd<[f32; 8]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[f32; 8]>>
fn from_i16(n: i16) -> Option<AutoSimd<[f32; 8]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[f32; 8]>>
fn from_i32(n: i32) -> Option<AutoSimd<[f32; 8]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[f32; 8]>>
fn from_usize(n: usize) -> Option<AutoSimd<[f32; 8]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[f32; 8]>>
fn from_u8(n: u8) -> Option<AutoSimd<[f32; 8]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[f32; 8]>>
fn from_u16(n: u16) -> Option<AutoSimd<[f32; 8]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[f32; 8]>>
fn from_u32(n: u32) -> Option<AutoSimd<[f32; 8]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[f32; 8]>>
fn from_f32(n: f32) -> Option<AutoSimd<[f32; 8]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[f32; 8]>>
fn from_f64(n: f64) -> Option<AutoSimd<[f32; 8]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[f32; 16]>
impl FromPrimitive for AutoSimd<[f32; 16]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[f32; 16]>>
fn from_i64(n: i64) -> Option<AutoSimd<[f32; 16]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[f32; 16]>>
fn from_u64(n: u64) -> Option<AutoSimd<[f32; 16]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[f32; 16]>>
fn from_isize(n: isize) -> Option<AutoSimd<[f32; 16]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[f32; 16]>>
fn from_i8(n: i8) -> Option<AutoSimd<[f32; 16]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[f32; 16]>>
fn from_i16(n: i16) -> Option<AutoSimd<[f32; 16]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[f32; 16]>>
fn from_i32(n: i32) -> Option<AutoSimd<[f32; 16]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[f32; 16]>>
fn from_usize(n: usize) -> Option<AutoSimd<[f32; 16]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[f32; 16]>>
fn from_u8(n: u8) -> Option<AutoSimd<[f32; 16]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[f32; 16]>>
fn from_u16(n: u16) -> Option<AutoSimd<[f32; 16]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[f32; 16]>>
fn from_u32(n: u32) -> Option<AutoSimd<[f32; 16]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[f32; 16]>>
fn from_f32(n: f32) -> Option<AutoSimd<[f32; 16]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[f32; 16]>>
fn from_f64(n: f64) -> Option<AutoSimd<[f32; 16]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[f64; 2]>
impl FromPrimitive for AutoSimd<[f64; 2]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[f64; 2]>>
fn from_i64(n: i64) -> Option<AutoSimd<[f64; 2]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[f64; 2]>>
fn from_u64(n: u64) -> Option<AutoSimd<[f64; 2]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[f64; 2]>>
fn from_isize(n: isize) -> Option<AutoSimd<[f64; 2]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[f64; 2]>>
fn from_i8(n: i8) -> Option<AutoSimd<[f64; 2]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[f64; 2]>>
fn from_i16(n: i16) -> Option<AutoSimd<[f64; 2]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[f64; 2]>>
fn from_i32(n: i32) -> Option<AutoSimd<[f64; 2]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[f64; 2]>>
fn from_usize(n: usize) -> Option<AutoSimd<[f64; 2]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[f64; 2]>>
fn from_u8(n: u8) -> Option<AutoSimd<[f64; 2]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[f64; 2]>>
fn from_u16(n: u16) -> Option<AutoSimd<[f64; 2]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[f64; 2]>>
fn from_u32(n: u32) -> Option<AutoSimd<[f64; 2]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[f64; 2]>>
fn from_f32(n: f32) -> Option<AutoSimd<[f64; 2]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[f64; 2]>>
fn from_f64(n: f64) -> Option<AutoSimd<[f64; 2]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[f64; 4]>
impl FromPrimitive for AutoSimd<[f64; 4]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[f64; 4]>>
fn from_i64(n: i64) -> Option<AutoSimd<[f64; 4]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[f64; 4]>>
fn from_u64(n: u64) -> Option<AutoSimd<[f64; 4]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[f64; 4]>>
fn from_isize(n: isize) -> Option<AutoSimd<[f64; 4]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[f64; 4]>>
fn from_i8(n: i8) -> Option<AutoSimd<[f64; 4]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[f64; 4]>>
fn from_i16(n: i16) -> Option<AutoSimd<[f64; 4]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[f64; 4]>>
fn from_i32(n: i32) -> Option<AutoSimd<[f64; 4]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[f64; 4]>>
fn from_usize(n: usize) -> Option<AutoSimd<[f64; 4]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[f64; 4]>>
fn from_u8(n: u8) -> Option<AutoSimd<[f64; 4]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[f64; 4]>>
fn from_u16(n: u16) -> Option<AutoSimd<[f64; 4]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[f64; 4]>>
fn from_u32(n: u32) -> Option<AutoSimd<[f64; 4]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[f64; 4]>>
fn from_f32(n: f32) -> Option<AutoSimd<[f64; 4]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[f64; 4]>>
fn from_f64(n: f64) -> Option<AutoSimd<[f64; 4]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[f64; 8]>
impl FromPrimitive for AutoSimd<[f64; 8]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[f64; 8]>>
fn from_i64(n: i64) -> Option<AutoSimd<[f64; 8]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[f64; 8]>>
fn from_u64(n: u64) -> Option<AutoSimd<[f64; 8]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[f64; 8]>>
fn from_isize(n: isize) -> Option<AutoSimd<[f64; 8]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[f64; 8]>>
fn from_i8(n: i8) -> Option<AutoSimd<[f64; 8]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[f64; 8]>>
fn from_i16(n: i16) -> Option<AutoSimd<[f64; 8]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[f64; 8]>>
fn from_i32(n: i32) -> Option<AutoSimd<[f64; 8]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[f64; 8]>>
fn from_usize(n: usize) -> Option<AutoSimd<[f64; 8]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[f64; 8]>>
fn from_u8(n: u8) -> Option<AutoSimd<[f64; 8]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[f64; 8]>>
fn from_u16(n: u16) -> Option<AutoSimd<[f64; 8]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[f64; 8]>>
fn from_u32(n: u32) -> Option<AutoSimd<[f64; 8]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[f64; 8]>>
fn from_f32(n: f32) -> Option<AutoSimd<[f64; 8]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[f64; 8]>>
fn from_f64(n: f64) -> Option<AutoSimd<[f64; 8]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[i128; 1]>
impl FromPrimitive for AutoSimd<[i128; 1]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[i128; 1]>>
fn from_i64(n: i64) -> Option<AutoSimd<[i128; 1]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[i128; 1]>>
fn from_u64(n: u64) -> Option<AutoSimd<[i128; 1]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[i128; 1]>>
fn from_isize(n: isize) -> Option<AutoSimd<[i128; 1]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[i128; 1]>>
fn from_i8(n: i8) -> Option<AutoSimd<[i128; 1]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[i128; 1]>>
fn from_i16(n: i16) -> Option<AutoSimd<[i128; 1]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[i128; 1]>>
fn from_i32(n: i32) -> Option<AutoSimd<[i128; 1]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[i128; 1]>>
fn from_usize(n: usize) -> Option<AutoSimd<[i128; 1]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[i128; 1]>>
fn from_u8(n: u8) -> Option<AutoSimd<[i128; 1]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[i128; 1]>>
fn from_u16(n: u16) -> Option<AutoSimd<[i128; 1]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[i128; 1]>>
fn from_u32(n: u32) -> Option<AutoSimd<[i128; 1]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[i128; 1]>>
fn from_f32(n: f32) -> Option<AutoSimd<[i128; 1]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[i128; 1]>>
fn from_f64(n: f64) -> Option<AutoSimd<[i128; 1]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[i128; 2]>
impl FromPrimitive for AutoSimd<[i128; 2]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[i128; 2]>>
fn from_i64(n: i64) -> Option<AutoSimd<[i128; 2]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[i128; 2]>>
fn from_u64(n: u64) -> Option<AutoSimd<[i128; 2]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[i128; 2]>>
fn from_isize(n: isize) -> Option<AutoSimd<[i128; 2]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[i128; 2]>>
fn from_i8(n: i8) -> Option<AutoSimd<[i128; 2]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[i128; 2]>>
fn from_i16(n: i16) -> Option<AutoSimd<[i128; 2]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[i128; 2]>>
fn from_i32(n: i32) -> Option<AutoSimd<[i128; 2]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[i128; 2]>>
fn from_usize(n: usize) -> Option<AutoSimd<[i128; 2]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[i128; 2]>>
fn from_u8(n: u8) -> Option<AutoSimd<[i128; 2]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[i128; 2]>>
fn from_u16(n: u16) -> Option<AutoSimd<[i128; 2]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[i128; 2]>>
fn from_u32(n: u32) -> Option<AutoSimd<[i128; 2]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[i128; 2]>>
fn from_f32(n: f32) -> Option<AutoSimd<[i128; 2]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[i128; 2]>>
fn from_f64(n: f64) -> Option<AutoSimd<[i128; 2]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[i128; 4]>
impl FromPrimitive for AutoSimd<[i128; 4]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[i128; 4]>>
fn from_i64(n: i64) -> Option<AutoSimd<[i128; 4]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[i128; 4]>>
fn from_u64(n: u64) -> Option<AutoSimd<[i128; 4]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[i128; 4]>>
fn from_isize(n: isize) -> Option<AutoSimd<[i128; 4]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[i128; 4]>>
fn from_i8(n: i8) -> Option<AutoSimd<[i128; 4]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[i128; 4]>>
fn from_i16(n: i16) -> Option<AutoSimd<[i128; 4]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[i128; 4]>>
fn from_i32(n: i32) -> Option<AutoSimd<[i128; 4]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[i128; 4]>>
fn from_usize(n: usize) -> Option<AutoSimd<[i128; 4]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[i128; 4]>>
fn from_u8(n: u8) -> Option<AutoSimd<[i128; 4]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[i128; 4]>>
fn from_u16(n: u16) -> Option<AutoSimd<[i128; 4]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[i128; 4]>>
fn from_u32(n: u32) -> Option<AutoSimd<[i128; 4]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[i128; 4]>>
fn from_f32(n: f32) -> Option<AutoSimd<[i128; 4]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[i128; 4]>>
fn from_f64(n: f64) -> Option<AutoSimd<[i128; 4]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[i16; 2]>
impl FromPrimitive for AutoSimd<[i16; 2]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[i16; 2]>>
fn from_i64(n: i64) -> Option<AutoSimd<[i16; 2]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[i16; 2]>>
fn from_u64(n: u64) -> Option<AutoSimd<[i16; 2]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[i16; 2]>>
fn from_isize(n: isize) -> Option<AutoSimd<[i16; 2]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[i16; 2]>>
fn from_i8(n: i8) -> Option<AutoSimd<[i16; 2]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[i16; 2]>>
fn from_i16(n: i16) -> Option<AutoSimd<[i16; 2]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[i16; 2]>>
fn from_i32(n: i32) -> Option<AutoSimd<[i16; 2]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[i16; 2]>>
fn from_usize(n: usize) -> Option<AutoSimd<[i16; 2]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[i16; 2]>>
fn from_u8(n: u8) -> Option<AutoSimd<[i16; 2]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[i16; 2]>>
fn from_u16(n: u16) -> Option<AutoSimd<[i16; 2]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[i16; 2]>>
fn from_u32(n: u32) -> Option<AutoSimd<[i16; 2]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[i16; 2]>>
fn from_f32(n: f32) -> Option<AutoSimd<[i16; 2]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[i16; 2]>>
fn from_f64(n: f64) -> Option<AutoSimd<[i16; 2]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[i16; 4]>
impl FromPrimitive for AutoSimd<[i16; 4]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[i16; 4]>>
fn from_i64(n: i64) -> Option<AutoSimd<[i16; 4]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[i16; 4]>>
fn from_u64(n: u64) -> Option<AutoSimd<[i16; 4]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[i16; 4]>>
fn from_isize(n: isize) -> Option<AutoSimd<[i16; 4]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[i16; 4]>>
fn from_i8(n: i8) -> Option<AutoSimd<[i16; 4]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[i16; 4]>>
fn from_i16(n: i16) -> Option<AutoSimd<[i16; 4]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[i16; 4]>>
fn from_i32(n: i32) -> Option<AutoSimd<[i16; 4]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[i16; 4]>>
fn from_usize(n: usize) -> Option<AutoSimd<[i16; 4]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[i16; 4]>>
fn from_u8(n: u8) -> Option<AutoSimd<[i16; 4]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[i16; 4]>>
fn from_u16(n: u16) -> Option<AutoSimd<[i16; 4]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[i16; 4]>>
fn from_u32(n: u32) -> Option<AutoSimd<[i16; 4]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[i16; 4]>>
fn from_f32(n: f32) -> Option<AutoSimd<[i16; 4]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[i16; 4]>>
fn from_f64(n: f64) -> Option<AutoSimd<[i16; 4]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[i16; 8]>
impl FromPrimitive for AutoSimd<[i16; 8]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[i16; 8]>>
fn from_i64(n: i64) -> Option<AutoSimd<[i16; 8]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[i16; 8]>>
fn from_u64(n: u64) -> Option<AutoSimd<[i16; 8]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[i16; 8]>>
fn from_isize(n: isize) -> Option<AutoSimd<[i16; 8]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[i16; 8]>>
fn from_i8(n: i8) -> Option<AutoSimd<[i16; 8]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[i16; 8]>>
fn from_i16(n: i16) -> Option<AutoSimd<[i16; 8]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[i16; 8]>>
fn from_i32(n: i32) -> Option<AutoSimd<[i16; 8]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[i16; 8]>>
fn from_usize(n: usize) -> Option<AutoSimd<[i16; 8]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[i16; 8]>>
fn from_u8(n: u8) -> Option<AutoSimd<[i16; 8]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[i16; 8]>>
fn from_u16(n: u16) -> Option<AutoSimd<[i16; 8]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[i16; 8]>>
fn from_u32(n: u32) -> Option<AutoSimd<[i16; 8]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[i16; 8]>>
fn from_f32(n: f32) -> Option<AutoSimd<[i16; 8]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[i16; 8]>>
fn from_f64(n: f64) -> Option<AutoSimd<[i16; 8]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[i16; 16]>
impl FromPrimitive for AutoSimd<[i16; 16]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[i16; 16]>>
fn from_i64(n: i64) -> Option<AutoSimd<[i16; 16]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[i16; 16]>>
fn from_u64(n: u64) -> Option<AutoSimd<[i16; 16]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[i16; 16]>>
fn from_isize(n: isize) -> Option<AutoSimd<[i16; 16]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[i16; 16]>>
fn from_i8(n: i8) -> Option<AutoSimd<[i16; 16]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[i16; 16]>>
fn from_i16(n: i16) -> Option<AutoSimd<[i16; 16]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[i16; 16]>>
fn from_i32(n: i32) -> Option<AutoSimd<[i16; 16]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[i16; 16]>>
fn from_usize(n: usize) -> Option<AutoSimd<[i16; 16]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[i16; 16]>>
fn from_u8(n: u8) -> Option<AutoSimd<[i16; 16]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[i16; 16]>>
fn from_u16(n: u16) -> Option<AutoSimd<[i16; 16]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[i16; 16]>>
fn from_u32(n: u32) -> Option<AutoSimd<[i16; 16]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[i16; 16]>>
fn from_f32(n: f32) -> Option<AutoSimd<[i16; 16]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[i16; 16]>>
fn from_f64(n: f64) -> Option<AutoSimd<[i16; 16]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[i16; 32]>
impl FromPrimitive for AutoSimd<[i16; 32]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[i16; 32]>>
fn from_i64(n: i64) -> Option<AutoSimd<[i16; 32]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[i16; 32]>>
fn from_u64(n: u64) -> Option<AutoSimd<[i16; 32]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[i16; 32]>>
fn from_isize(n: isize) -> Option<AutoSimd<[i16; 32]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[i16; 32]>>
fn from_i8(n: i8) -> Option<AutoSimd<[i16; 32]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[i16; 32]>>
fn from_i16(n: i16) -> Option<AutoSimd<[i16; 32]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[i16; 32]>>
fn from_i32(n: i32) -> Option<AutoSimd<[i16; 32]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[i16; 32]>>
fn from_usize(n: usize) -> Option<AutoSimd<[i16; 32]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[i16; 32]>>
fn from_u8(n: u8) -> Option<AutoSimd<[i16; 32]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[i16; 32]>>
fn from_u16(n: u16) -> Option<AutoSimd<[i16; 32]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[i16; 32]>>
fn from_u32(n: u32) -> Option<AutoSimd<[i16; 32]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[i16; 32]>>
fn from_f32(n: f32) -> Option<AutoSimd<[i16; 32]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[i16; 32]>>
fn from_f64(n: f64) -> Option<AutoSimd<[i16; 32]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[i32; 2]>
impl FromPrimitive for AutoSimd<[i32; 2]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[i32; 2]>>
fn from_i64(n: i64) -> Option<AutoSimd<[i32; 2]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[i32; 2]>>
fn from_u64(n: u64) -> Option<AutoSimd<[i32; 2]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[i32; 2]>>
fn from_isize(n: isize) -> Option<AutoSimd<[i32; 2]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[i32; 2]>>
fn from_i8(n: i8) -> Option<AutoSimd<[i32; 2]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[i32; 2]>>
fn from_i16(n: i16) -> Option<AutoSimd<[i32; 2]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[i32; 2]>>
fn from_i32(n: i32) -> Option<AutoSimd<[i32; 2]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[i32; 2]>>
fn from_usize(n: usize) -> Option<AutoSimd<[i32; 2]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[i32; 2]>>
fn from_u8(n: u8) -> Option<AutoSimd<[i32; 2]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[i32; 2]>>
fn from_u16(n: u16) -> Option<AutoSimd<[i32; 2]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[i32; 2]>>
fn from_u32(n: u32) -> Option<AutoSimd<[i32; 2]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[i32; 2]>>
fn from_f32(n: f32) -> Option<AutoSimd<[i32; 2]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[i32; 2]>>
fn from_f64(n: f64) -> Option<AutoSimd<[i32; 2]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[i32; 4]>
impl FromPrimitive for AutoSimd<[i32; 4]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[i32; 4]>>
fn from_i64(n: i64) -> Option<AutoSimd<[i32; 4]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[i32; 4]>>
fn from_u64(n: u64) -> Option<AutoSimd<[i32; 4]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[i32; 4]>>
fn from_isize(n: isize) -> Option<AutoSimd<[i32; 4]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[i32; 4]>>
fn from_i8(n: i8) -> Option<AutoSimd<[i32; 4]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[i32; 4]>>
fn from_i16(n: i16) -> Option<AutoSimd<[i32; 4]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[i32; 4]>>
fn from_i32(n: i32) -> Option<AutoSimd<[i32; 4]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[i32; 4]>>
fn from_usize(n: usize) -> Option<AutoSimd<[i32; 4]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[i32; 4]>>
fn from_u8(n: u8) -> Option<AutoSimd<[i32; 4]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[i32; 4]>>
fn from_u16(n: u16) -> Option<AutoSimd<[i32; 4]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[i32; 4]>>
fn from_u32(n: u32) -> Option<AutoSimd<[i32; 4]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[i32; 4]>>
fn from_f32(n: f32) -> Option<AutoSimd<[i32; 4]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[i32; 4]>>
fn from_f64(n: f64) -> Option<AutoSimd<[i32; 4]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[i32; 8]>
impl FromPrimitive for AutoSimd<[i32; 8]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[i32; 8]>>
fn from_i64(n: i64) -> Option<AutoSimd<[i32; 8]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[i32; 8]>>
fn from_u64(n: u64) -> Option<AutoSimd<[i32; 8]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[i32; 8]>>
fn from_isize(n: isize) -> Option<AutoSimd<[i32; 8]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[i32; 8]>>
fn from_i8(n: i8) -> Option<AutoSimd<[i32; 8]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[i32; 8]>>
fn from_i16(n: i16) -> Option<AutoSimd<[i32; 8]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[i32; 8]>>
fn from_i32(n: i32) -> Option<AutoSimd<[i32; 8]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[i32; 8]>>
fn from_usize(n: usize) -> Option<AutoSimd<[i32; 8]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[i32; 8]>>
fn from_u8(n: u8) -> Option<AutoSimd<[i32; 8]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[i32; 8]>>
fn from_u16(n: u16) -> Option<AutoSimd<[i32; 8]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[i32; 8]>>
fn from_u32(n: u32) -> Option<AutoSimd<[i32; 8]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[i32; 8]>>
fn from_f32(n: f32) -> Option<AutoSimd<[i32; 8]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[i32; 8]>>
fn from_f64(n: f64) -> Option<AutoSimd<[i32; 8]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[i32; 16]>
impl FromPrimitive for AutoSimd<[i32; 16]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[i32; 16]>>
fn from_i64(n: i64) -> Option<AutoSimd<[i32; 16]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[i32; 16]>>
fn from_u64(n: u64) -> Option<AutoSimd<[i32; 16]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[i32; 16]>>
fn from_isize(n: isize) -> Option<AutoSimd<[i32; 16]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[i32; 16]>>
fn from_i8(n: i8) -> Option<AutoSimd<[i32; 16]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[i32; 16]>>
fn from_i16(n: i16) -> Option<AutoSimd<[i32; 16]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[i32; 16]>>
fn from_i32(n: i32) -> Option<AutoSimd<[i32; 16]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[i32; 16]>>
fn from_usize(n: usize) -> Option<AutoSimd<[i32; 16]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[i32; 16]>>
fn from_u8(n: u8) -> Option<AutoSimd<[i32; 16]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[i32; 16]>>
fn from_u16(n: u16) -> Option<AutoSimd<[i32; 16]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[i32; 16]>>
fn from_u32(n: u32) -> Option<AutoSimd<[i32; 16]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[i32; 16]>>
fn from_f32(n: f32) -> Option<AutoSimd<[i32; 16]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[i32; 16]>>
fn from_f64(n: f64) -> Option<AutoSimd<[i32; 16]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[i64; 2]>
impl FromPrimitive for AutoSimd<[i64; 2]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[i64; 2]>>
fn from_i64(n: i64) -> Option<AutoSimd<[i64; 2]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[i64; 2]>>
fn from_u64(n: u64) -> Option<AutoSimd<[i64; 2]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[i64; 2]>>
fn from_isize(n: isize) -> Option<AutoSimd<[i64; 2]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[i64; 2]>>
fn from_i8(n: i8) -> Option<AutoSimd<[i64; 2]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[i64; 2]>>
fn from_i16(n: i16) -> Option<AutoSimd<[i64; 2]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[i64; 2]>>
fn from_i32(n: i32) -> Option<AutoSimd<[i64; 2]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[i64; 2]>>
fn from_usize(n: usize) -> Option<AutoSimd<[i64; 2]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[i64; 2]>>
fn from_u8(n: u8) -> Option<AutoSimd<[i64; 2]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[i64; 2]>>
fn from_u16(n: u16) -> Option<AutoSimd<[i64; 2]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[i64; 2]>>
fn from_u32(n: u32) -> Option<AutoSimd<[i64; 2]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[i64; 2]>>
fn from_f32(n: f32) -> Option<AutoSimd<[i64; 2]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[i64; 2]>>
fn from_f64(n: f64) -> Option<AutoSimd<[i64; 2]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[i64; 4]>
impl FromPrimitive for AutoSimd<[i64; 4]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[i64; 4]>>
fn from_i64(n: i64) -> Option<AutoSimd<[i64; 4]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[i64; 4]>>
fn from_u64(n: u64) -> Option<AutoSimd<[i64; 4]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[i64; 4]>>
fn from_isize(n: isize) -> Option<AutoSimd<[i64; 4]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[i64; 4]>>
fn from_i8(n: i8) -> Option<AutoSimd<[i64; 4]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[i64; 4]>>
fn from_i16(n: i16) -> Option<AutoSimd<[i64; 4]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[i64; 4]>>
fn from_i32(n: i32) -> Option<AutoSimd<[i64; 4]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[i64; 4]>>
fn from_usize(n: usize) -> Option<AutoSimd<[i64; 4]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[i64; 4]>>
fn from_u8(n: u8) -> Option<AutoSimd<[i64; 4]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[i64; 4]>>
fn from_u16(n: u16) -> Option<AutoSimd<[i64; 4]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[i64; 4]>>
fn from_u32(n: u32) -> Option<AutoSimd<[i64; 4]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[i64; 4]>>
fn from_f32(n: f32) -> Option<AutoSimd<[i64; 4]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[i64; 4]>>
fn from_f64(n: f64) -> Option<AutoSimd<[i64; 4]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[i64; 8]>
impl FromPrimitive for AutoSimd<[i64; 8]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[i64; 8]>>
fn from_i64(n: i64) -> Option<AutoSimd<[i64; 8]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[i64; 8]>>
fn from_u64(n: u64) -> Option<AutoSimd<[i64; 8]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[i64; 8]>>
fn from_isize(n: isize) -> Option<AutoSimd<[i64; 8]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[i64; 8]>>
fn from_i8(n: i8) -> Option<AutoSimd<[i64; 8]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[i64; 8]>>
fn from_i16(n: i16) -> Option<AutoSimd<[i64; 8]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[i64; 8]>>
fn from_i32(n: i32) -> Option<AutoSimd<[i64; 8]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[i64; 8]>>
fn from_usize(n: usize) -> Option<AutoSimd<[i64; 8]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[i64; 8]>>
fn from_u8(n: u8) -> Option<AutoSimd<[i64; 8]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[i64; 8]>>
fn from_u16(n: u16) -> Option<AutoSimd<[i64; 8]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[i64; 8]>>
fn from_u32(n: u32) -> Option<AutoSimd<[i64; 8]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[i64; 8]>>
fn from_f32(n: f32) -> Option<AutoSimd<[i64; 8]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[i64; 8]>>
fn from_f64(n: f64) -> Option<AutoSimd<[i64; 8]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[i8; 2]>
impl FromPrimitive for AutoSimd<[i8; 2]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[i8; 2]>>
fn from_i64(n: i64) -> Option<AutoSimd<[i8; 2]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[i8; 2]>>
fn from_u64(n: u64) -> Option<AutoSimd<[i8; 2]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[i8; 2]>>
fn from_isize(n: isize) -> Option<AutoSimd<[i8; 2]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[i8; 2]>>
fn from_i8(n: i8) -> Option<AutoSimd<[i8; 2]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[i8; 2]>>
fn from_i16(n: i16) -> Option<AutoSimd<[i8; 2]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[i8; 2]>>
fn from_i32(n: i32) -> Option<AutoSimd<[i8; 2]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[i8; 2]>>
fn from_usize(n: usize) -> Option<AutoSimd<[i8; 2]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[i8; 2]>>
fn from_u8(n: u8) -> Option<AutoSimd<[i8; 2]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[i8; 2]>>
fn from_u16(n: u16) -> Option<AutoSimd<[i8; 2]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[i8; 2]>>
fn from_u32(n: u32) -> Option<AutoSimd<[i8; 2]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[i8; 2]>>
fn from_f32(n: f32) -> Option<AutoSimd<[i8; 2]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[i8; 2]>>
fn from_f64(n: f64) -> Option<AutoSimd<[i8; 2]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[i8; 4]>
impl FromPrimitive for AutoSimd<[i8; 4]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[i8; 4]>>
fn from_i64(n: i64) -> Option<AutoSimd<[i8; 4]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[i8; 4]>>
fn from_u64(n: u64) -> Option<AutoSimd<[i8; 4]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[i8; 4]>>
fn from_isize(n: isize) -> Option<AutoSimd<[i8; 4]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[i8; 4]>>
fn from_i8(n: i8) -> Option<AutoSimd<[i8; 4]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[i8; 4]>>
fn from_i16(n: i16) -> Option<AutoSimd<[i8; 4]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[i8; 4]>>
fn from_i32(n: i32) -> Option<AutoSimd<[i8; 4]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[i8; 4]>>
fn from_usize(n: usize) -> Option<AutoSimd<[i8; 4]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[i8; 4]>>
fn from_u8(n: u8) -> Option<AutoSimd<[i8; 4]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[i8; 4]>>
fn from_u16(n: u16) -> Option<AutoSimd<[i8; 4]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[i8; 4]>>
fn from_u32(n: u32) -> Option<AutoSimd<[i8; 4]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[i8; 4]>>
fn from_f32(n: f32) -> Option<AutoSimd<[i8; 4]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[i8; 4]>>
fn from_f64(n: f64) -> Option<AutoSimd<[i8; 4]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[i8; 8]>
impl FromPrimitive for AutoSimd<[i8; 8]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[i8; 8]>>
fn from_i64(n: i64) -> Option<AutoSimd<[i8; 8]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[i8; 8]>>
fn from_u64(n: u64) -> Option<AutoSimd<[i8; 8]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[i8; 8]>>
fn from_isize(n: isize) -> Option<AutoSimd<[i8; 8]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[i8; 8]>>
fn from_i8(n: i8) -> Option<AutoSimd<[i8; 8]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[i8; 8]>>
fn from_i16(n: i16) -> Option<AutoSimd<[i8; 8]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[i8; 8]>>
fn from_i32(n: i32) -> Option<AutoSimd<[i8; 8]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[i8; 8]>>
fn from_usize(n: usize) -> Option<AutoSimd<[i8; 8]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[i8; 8]>>
fn from_u8(n: u8) -> Option<AutoSimd<[i8; 8]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[i8; 8]>>
fn from_u16(n: u16) -> Option<AutoSimd<[i8; 8]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[i8; 8]>>
fn from_u32(n: u32) -> Option<AutoSimd<[i8; 8]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[i8; 8]>>
fn from_f32(n: f32) -> Option<AutoSimd<[i8; 8]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[i8; 8]>>
fn from_f64(n: f64) -> Option<AutoSimd<[i8; 8]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[i8; 16]>
impl FromPrimitive for AutoSimd<[i8; 16]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[i8; 16]>>
fn from_i64(n: i64) -> Option<AutoSimd<[i8; 16]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[i8; 16]>>
fn from_u64(n: u64) -> Option<AutoSimd<[i8; 16]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[i8; 16]>>
fn from_isize(n: isize) -> Option<AutoSimd<[i8; 16]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[i8; 16]>>
fn from_i8(n: i8) -> Option<AutoSimd<[i8; 16]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[i8; 16]>>
fn from_i16(n: i16) -> Option<AutoSimd<[i8; 16]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[i8; 16]>>
fn from_i32(n: i32) -> Option<AutoSimd<[i8; 16]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[i8; 16]>>
fn from_usize(n: usize) -> Option<AutoSimd<[i8; 16]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[i8; 16]>>
fn from_u8(n: u8) -> Option<AutoSimd<[i8; 16]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[i8; 16]>>
fn from_u16(n: u16) -> Option<AutoSimd<[i8; 16]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[i8; 16]>>
fn from_u32(n: u32) -> Option<AutoSimd<[i8; 16]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[i8; 16]>>
fn from_f32(n: f32) -> Option<AutoSimd<[i8; 16]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[i8; 16]>>
fn from_f64(n: f64) -> Option<AutoSimd<[i8; 16]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[i8; 32]>
impl FromPrimitive for AutoSimd<[i8; 32]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[i8; 32]>>
fn from_i64(n: i64) -> Option<AutoSimd<[i8; 32]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[i8; 32]>>
fn from_u64(n: u64) -> Option<AutoSimd<[i8; 32]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[i8; 32]>>
fn from_isize(n: isize) -> Option<AutoSimd<[i8; 32]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[i8; 32]>>
fn from_i8(n: i8) -> Option<AutoSimd<[i8; 32]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[i8; 32]>>
fn from_i16(n: i16) -> Option<AutoSimd<[i8; 32]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[i8; 32]>>
fn from_i32(n: i32) -> Option<AutoSimd<[i8; 32]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[i8; 32]>>
fn from_usize(n: usize) -> Option<AutoSimd<[i8; 32]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[i8; 32]>>
fn from_u8(n: u8) -> Option<AutoSimd<[i8; 32]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[i8; 32]>>
fn from_u16(n: u16) -> Option<AutoSimd<[i8; 32]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[i8; 32]>>
fn from_u32(n: u32) -> Option<AutoSimd<[i8; 32]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[i8; 32]>>
fn from_f32(n: f32) -> Option<AutoSimd<[i8; 32]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[i8; 32]>>
fn from_f64(n: f64) -> Option<AutoSimd<[i8; 32]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[isize; 2]>
impl FromPrimitive for AutoSimd<[isize; 2]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[isize; 2]>>
fn from_i64(n: i64) -> Option<AutoSimd<[isize; 2]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[isize; 2]>>
fn from_u64(n: u64) -> Option<AutoSimd<[isize; 2]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[isize; 2]>>
fn from_isize(n: isize) -> Option<AutoSimd<[isize; 2]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[isize; 2]>>
fn from_i8(n: i8) -> Option<AutoSimd<[isize; 2]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[isize; 2]>>
fn from_i16(n: i16) -> Option<AutoSimd<[isize; 2]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[isize; 2]>>
fn from_i32(n: i32) -> Option<AutoSimd<[isize; 2]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[isize; 2]>>
fn from_usize(n: usize) -> Option<AutoSimd<[isize; 2]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[isize; 2]>>
fn from_u8(n: u8) -> Option<AutoSimd<[isize; 2]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[isize; 2]>>
fn from_u16(n: u16) -> Option<AutoSimd<[isize; 2]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[isize; 2]>>
fn from_u32(n: u32) -> Option<AutoSimd<[isize; 2]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[isize; 2]>>
fn from_f32(n: f32) -> Option<AutoSimd<[isize; 2]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[isize; 2]>>
fn from_f64(n: f64) -> Option<AutoSimd<[isize; 2]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[isize; 4]>
impl FromPrimitive for AutoSimd<[isize; 4]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[isize; 4]>>
fn from_i64(n: i64) -> Option<AutoSimd<[isize; 4]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[isize; 4]>>
fn from_u64(n: u64) -> Option<AutoSimd<[isize; 4]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[isize; 4]>>
fn from_isize(n: isize) -> Option<AutoSimd<[isize; 4]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[isize; 4]>>
fn from_i8(n: i8) -> Option<AutoSimd<[isize; 4]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[isize; 4]>>
fn from_i16(n: i16) -> Option<AutoSimd<[isize; 4]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[isize; 4]>>
fn from_i32(n: i32) -> Option<AutoSimd<[isize; 4]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[isize; 4]>>
fn from_usize(n: usize) -> Option<AutoSimd<[isize; 4]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[isize; 4]>>
fn from_u8(n: u8) -> Option<AutoSimd<[isize; 4]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[isize; 4]>>
fn from_u16(n: u16) -> Option<AutoSimd<[isize; 4]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[isize; 4]>>
fn from_u32(n: u32) -> Option<AutoSimd<[isize; 4]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[isize; 4]>>
fn from_f32(n: f32) -> Option<AutoSimd<[isize; 4]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[isize; 4]>>
fn from_f64(n: f64) -> Option<AutoSimd<[isize; 4]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[isize; 8]>
impl FromPrimitive for AutoSimd<[isize; 8]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[isize; 8]>>
fn from_i64(n: i64) -> Option<AutoSimd<[isize; 8]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[isize; 8]>>
fn from_u64(n: u64) -> Option<AutoSimd<[isize; 8]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[isize; 8]>>
fn from_isize(n: isize) -> Option<AutoSimd<[isize; 8]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[isize; 8]>>
fn from_i8(n: i8) -> Option<AutoSimd<[isize; 8]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[isize; 8]>>
fn from_i16(n: i16) -> Option<AutoSimd<[isize; 8]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[isize; 8]>>
fn from_i32(n: i32) -> Option<AutoSimd<[isize; 8]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[isize; 8]>>
fn from_usize(n: usize) -> Option<AutoSimd<[isize; 8]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[isize; 8]>>
fn from_u8(n: u8) -> Option<AutoSimd<[isize; 8]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[isize; 8]>>
fn from_u16(n: u16) -> Option<AutoSimd<[isize; 8]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[isize; 8]>>
fn from_u32(n: u32) -> Option<AutoSimd<[isize; 8]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[isize; 8]>>
fn from_f32(n: f32) -> Option<AutoSimd<[isize; 8]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[isize; 8]>>
fn from_f64(n: f64) -> Option<AutoSimd<[isize; 8]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[u128; 1]>
impl FromPrimitive for AutoSimd<[u128; 1]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[u128; 1]>>
fn from_i64(n: i64) -> Option<AutoSimd<[u128; 1]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[u128; 1]>>
fn from_u64(n: u64) -> Option<AutoSimd<[u128; 1]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[u128; 1]>>
fn from_isize(n: isize) -> Option<AutoSimd<[u128; 1]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[u128; 1]>>
fn from_i8(n: i8) -> Option<AutoSimd<[u128; 1]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[u128; 1]>>
fn from_i16(n: i16) -> Option<AutoSimd<[u128; 1]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[u128; 1]>>
fn from_i32(n: i32) -> Option<AutoSimd<[u128; 1]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[u128; 1]>>
fn from_usize(n: usize) -> Option<AutoSimd<[u128; 1]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[u128; 1]>>
fn from_u8(n: u8) -> Option<AutoSimd<[u128; 1]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[u128; 1]>>
fn from_u16(n: u16) -> Option<AutoSimd<[u128; 1]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[u128; 1]>>
fn from_u32(n: u32) -> Option<AutoSimd<[u128; 1]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[u128; 1]>>
fn from_f32(n: f32) -> Option<AutoSimd<[u128; 1]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[u128; 1]>>
fn from_f64(n: f64) -> Option<AutoSimd<[u128; 1]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[u128; 2]>
impl FromPrimitive for AutoSimd<[u128; 2]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[u128; 2]>>
fn from_i64(n: i64) -> Option<AutoSimd<[u128; 2]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[u128; 2]>>
fn from_u64(n: u64) -> Option<AutoSimd<[u128; 2]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[u128; 2]>>
fn from_isize(n: isize) -> Option<AutoSimd<[u128; 2]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[u128; 2]>>
fn from_i8(n: i8) -> Option<AutoSimd<[u128; 2]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[u128; 2]>>
fn from_i16(n: i16) -> Option<AutoSimd<[u128; 2]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[u128; 2]>>
fn from_i32(n: i32) -> Option<AutoSimd<[u128; 2]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[u128; 2]>>
fn from_usize(n: usize) -> Option<AutoSimd<[u128; 2]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[u128; 2]>>
fn from_u8(n: u8) -> Option<AutoSimd<[u128; 2]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[u128; 2]>>
fn from_u16(n: u16) -> Option<AutoSimd<[u128; 2]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[u128; 2]>>
fn from_u32(n: u32) -> Option<AutoSimd<[u128; 2]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[u128; 2]>>
fn from_f32(n: f32) -> Option<AutoSimd<[u128; 2]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[u128; 2]>>
fn from_f64(n: f64) -> Option<AutoSimd<[u128; 2]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[u128; 4]>
impl FromPrimitive for AutoSimd<[u128; 4]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[u128; 4]>>
fn from_i64(n: i64) -> Option<AutoSimd<[u128; 4]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[u128; 4]>>
fn from_u64(n: u64) -> Option<AutoSimd<[u128; 4]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[u128; 4]>>
fn from_isize(n: isize) -> Option<AutoSimd<[u128; 4]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[u128; 4]>>
fn from_i8(n: i8) -> Option<AutoSimd<[u128; 4]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[u128; 4]>>
fn from_i16(n: i16) -> Option<AutoSimd<[u128; 4]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[u128; 4]>>
fn from_i32(n: i32) -> Option<AutoSimd<[u128; 4]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[u128; 4]>>
fn from_usize(n: usize) -> Option<AutoSimd<[u128; 4]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[u128; 4]>>
fn from_u8(n: u8) -> Option<AutoSimd<[u128; 4]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[u128; 4]>>
fn from_u16(n: u16) -> Option<AutoSimd<[u128; 4]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[u128; 4]>>
fn from_u32(n: u32) -> Option<AutoSimd<[u128; 4]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[u128; 4]>>
fn from_f32(n: f32) -> Option<AutoSimd<[u128; 4]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[u128; 4]>>
fn from_f64(n: f64) -> Option<AutoSimd<[u128; 4]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[u16; 2]>
impl FromPrimitive for AutoSimd<[u16; 2]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[u16; 2]>>
fn from_i64(n: i64) -> Option<AutoSimd<[u16; 2]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[u16; 2]>>
fn from_u64(n: u64) -> Option<AutoSimd<[u16; 2]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[u16; 2]>>
fn from_isize(n: isize) -> Option<AutoSimd<[u16; 2]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[u16; 2]>>
fn from_i8(n: i8) -> Option<AutoSimd<[u16; 2]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[u16; 2]>>
fn from_i16(n: i16) -> Option<AutoSimd<[u16; 2]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[u16; 2]>>
fn from_i32(n: i32) -> Option<AutoSimd<[u16; 2]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[u16; 2]>>
fn from_usize(n: usize) -> Option<AutoSimd<[u16; 2]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[u16; 2]>>
fn from_u8(n: u8) -> Option<AutoSimd<[u16; 2]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[u16; 2]>>
fn from_u16(n: u16) -> Option<AutoSimd<[u16; 2]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[u16; 2]>>
fn from_u32(n: u32) -> Option<AutoSimd<[u16; 2]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[u16; 2]>>
fn from_f32(n: f32) -> Option<AutoSimd<[u16; 2]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[u16; 2]>>
fn from_f64(n: f64) -> Option<AutoSimd<[u16; 2]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[u16; 4]>
impl FromPrimitive for AutoSimd<[u16; 4]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[u16; 4]>>
fn from_i64(n: i64) -> Option<AutoSimd<[u16; 4]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[u16; 4]>>
fn from_u64(n: u64) -> Option<AutoSimd<[u16; 4]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[u16; 4]>>
fn from_isize(n: isize) -> Option<AutoSimd<[u16; 4]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[u16; 4]>>
fn from_i8(n: i8) -> Option<AutoSimd<[u16; 4]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[u16; 4]>>
fn from_i16(n: i16) -> Option<AutoSimd<[u16; 4]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[u16; 4]>>
fn from_i32(n: i32) -> Option<AutoSimd<[u16; 4]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[u16; 4]>>
fn from_usize(n: usize) -> Option<AutoSimd<[u16; 4]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[u16; 4]>>
fn from_u8(n: u8) -> Option<AutoSimd<[u16; 4]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[u16; 4]>>
fn from_u16(n: u16) -> Option<AutoSimd<[u16; 4]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[u16; 4]>>
fn from_u32(n: u32) -> Option<AutoSimd<[u16; 4]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[u16; 4]>>
fn from_f32(n: f32) -> Option<AutoSimd<[u16; 4]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[u16; 4]>>
fn from_f64(n: f64) -> Option<AutoSimd<[u16; 4]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[u16; 8]>
impl FromPrimitive for AutoSimd<[u16; 8]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[u16; 8]>>
fn from_i64(n: i64) -> Option<AutoSimd<[u16; 8]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[u16; 8]>>
fn from_u64(n: u64) -> Option<AutoSimd<[u16; 8]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[u16; 8]>>
fn from_isize(n: isize) -> Option<AutoSimd<[u16; 8]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[u16; 8]>>
fn from_i8(n: i8) -> Option<AutoSimd<[u16; 8]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[u16; 8]>>
fn from_i16(n: i16) -> Option<AutoSimd<[u16; 8]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[u16; 8]>>
fn from_i32(n: i32) -> Option<AutoSimd<[u16; 8]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[u16; 8]>>
fn from_usize(n: usize) -> Option<AutoSimd<[u16; 8]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[u16; 8]>>
fn from_u8(n: u8) -> Option<AutoSimd<[u16; 8]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[u16; 8]>>
fn from_u16(n: u16) -> Option<AutoSimd<[u16; 8]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[u16; 8]>>
fn from_u32(n: u32) -> Option<AutoSimd<[u16; 8]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[u16; 8]>>
fn from_f32(n: f32) -> Option<AutoSimd<[u16; 8]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[u16; 8]>>
fn from_f64(n: f64) -> Option<AutoSimd<[u16; 8]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[u16; 16]>
impl FromPrimitive for AutoSimd<[u16; 16]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[u16; 16]>>
fn from_i64(n: i64) -> Option<AutoSimd<[u16; 16]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[u16; 16]>>
fn from_u64(n: u64) -> Option<AutoSimd<[u16; 16]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[u16; 16]>>
fn from_isize(n: isize) -> Option<AutoSimd<[u16; 16]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[u16; 16]>>
fn from_i8(n: i8) -> Option<AutoSimd<[u16; 16]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[u16; 16]>>
fn from_i16(n: i16) -> Option<AutoSimd<[u16; 16]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[u16; 16]>>
fn from_i32(n: i32) -> Option<AutoSimd<[u16; 16]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[u16; 16]>>
fn from_usize(n: usize) -> Option<AutoSimd<[u16; 16]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[u16; 16]>>
fn from_u8(n: u8) -> Option<AutoSimd<[u16; 16]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[u16; 16]>>
fn from_u16(n: u16) -> Option<AutoSimd<[u16; 16]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[u16; 16]>>
fn from_u32(n: u32) -> Option<AutoSimd<[u16; 16]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[u16; 16]>>
fn from_f32(n: f32) -> Option<AutoSimd<[u16; 16]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[u16; 16]>>
fn from_f64(n: f64) -> Option<AutoSimd<[u16; 16]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[u16; 32]>
impl FromPrimitive for AutoSimd<[u16; 32]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[u16; 32]>>
fn from_i64(n: i64) -> Option<AutoSimd<[u16; 32]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[u16; 32]>>
fn from_u64(n: u64) -> Option<AutoSimd<[u16; 32]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[u16; 32]>>
fn from_isize(n: isize) -> Option<AutoSimd<[u16; 32]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[u16; 32]>>
fn from_i8(n: i8) -> Option<AutoSimd<[u16; 32]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[u16; 32]>>
fn from_i16(n: i16) -> Option<AutoSimd<[u16; 32]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[u16; 32]>>
fn from_i32(n: i32) -> Option<AutoSimd<[u16; 32]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[u16; 32]>>
fn from_usize(n: usize) -> Option<AutoSimd<[u16; 32]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[u16; 32]>>
fn from_u8(n: u8) -> Option<AutoSimd<[u16; 32]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[u16; 32]>>
fn from_u16(n: u16) -> Option<AutoSimd<[u16; 32]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[u16; 32]>>
fn from_u32(n: u32) -> Option<AutoSimd<[u16; 32]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[u16; 32]>>
fn from_f32(n: f32) -> Option<AutoSimd<[u16; 32]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[u16; 32]>>
fn from_f64(n: f64) -> Option<AutoSimd<[u16; 32]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[u32; 2]>
impl FromPrimitive for AutoSimd<[u32; 2]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[u32; 2]>>
fn from_i64(n: i64) -> Option<AutoSimd<[u32; 2]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[u32; 2]>>
fn from_u64(n: u64) -> Option<AutoSimd<[u32; 2]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[u32; 2]>>
fn from_isize(n: isize) -> Option<AutoSimd<[u32; 2]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[u32; 2]>>
fn from_i8(n: i8) -> Option<AutoSimd<[u32; 2]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[u32; 2]>>
fn from_i16(n: i16) -> Option<AutoSimd<[u32; 2]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[u32; 2]>>
fn from_i32(n: i32) -> Option<AutoSimd<[u32; 2]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[u32; 2]>>
fn from_usize(n: usize) -> Option<AutoSimd<[u32; 2]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[u32; 2]>>
fn from_u8(n: u8) -> Option<AutoSimd<[u32; 2]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[u32; 2]>>
fn from_u16(n: u16) -> Option<AutoSimd<[u32; 2]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[u32; 2]>>
fn from_u32(n: u32) -> Option<AutoSimd<[u32; 2]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[u32; 2]>>
fn from_f32(n: f32) -> Option<AutoSimd<[u32; 2]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[u32; 2]>>
fn from_f64(n: f64) -> Option<AutoSimd<[u32; 2]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[u32; 4]>
impl FromPrimitive for AutoSimd<[u32; 4]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[u32; 4]>>
fn from_i64(n: i64) -> Option<AutoSimd<[u32; 4]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[u32; 4]>>
fn from_u64(n: u64) -> Option<AutoSimd<[u32; 4]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[u32; 4]>>
fn from_isize(n: isize) -> Option<AutoSimd<[u32; 4]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[u32; 4]>>
fn from_i8(n: i8) -> Option<AutoSimd<[u32; 4]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[u32; 4]>>
fn from_i16(n: i16) -> Option<AutoSimd<[u32; 4]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[u32; 4]>>
fn from_i32(n: i32) -> Option<AutoSimd<[u32; 4]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[u32; 4]>>
fn from_usize(n: usize) -> Option<AutoSimd<[u32; 4]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[u32; 4]>>
fn from_u8(n: u8) -> Option<AutoSimd<[u32; 4]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[u32; 4]>>
fn from_u16(n: u16) -> Option<AutoSimd<[u32; 4]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[u32; 4]>>
fn from_u32(n: u32) -> Option<AutoSimd<[u32; 4]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[u32; 4]>>
fn from_f32(n: f32) -> Option<AutoSimd<[u32; 4]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[u32; 4]>>
fn from_f64(n: f64) -> Option<AutoSimd<[u32; 4]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[u32; 8]>
impl FromPrimitive for AutoSimd<[u32; 8]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[u32; 8]>>
fn from_i64(n: i64) -> Option<AutoSimd<[u32; 8]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[u32; 8]>>
fn from_u64(n: u64) -> Option<AutoSimd<[u32; 8]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[u32; 8]>>
fn from_isize(n: isize) -> Option<AutoSimd<[u32; 8]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[u32; 8]>>
fn from_i8(n: i8) -> Option<AutoSimd<[u32; 8]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[u32; 8]>>
fn from_i16(n: i16) -> Option<AutoSimd<[u32; 8]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[u32; 8]>>
fn from_i32(n: i32) -> Option<AutoSimd<[u32; 8]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[u32; 8]>>
fn from_usize(n: usize) -> Option<AutoSimd<[u32; 8]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[u32; 8]>>
fn from_u8(n: u8) -> Option<AutoSimd<[u32; 8]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[u32; 8]>>
fn from_u16(n: u16) -> Option<AutoSimd<[u32; 8]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[u32; 8]>>
fn from_u32(n: u32) -> Option<AutoSimd<[u32; 8]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[u32; 8]>>
fn from_f32(n: f32) -> Option<AutoSimd<[u32; 8]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[u32; 8]>>
fn from_f64(n: f64) -> Option<AutoSimd<[u32; 8]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[u32; 16]>
impl FromPrimitive for AutoSimd<[u32; 16]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[u32; 16]>>
fn from_i64(n: i64) -> Option<AutoSimd<[u32; 16]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[u32; 16]>>
fn from_u64(n: u64) -> Option<AutoSimd<[u32; 16]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[u32; 16]>>
fn from_isize(n: isize) -> Option<AutoSimd<[u32; 16]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[u32; 16]>>
fn from_i8(n: i8) -> Option<AutoSimd<[u32; 16]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[u32; 16]>>
fn from_i16(n: i16) -> Option<AutoSimd<[u32; 16]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[u32; 16]>>
fn from_i32(n: i32) -> Option<AutoSimd<[u32; 16]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[u32; 16]>>
fn from_usize(n: usize) -> Option<AutoSimd<[u32; 16]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[u32; 16]>>
fn from_u8(n: u8) -> Option<AutoSimd<[u32; 16]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[u32; 16]>>
fn from_u16(n: u16) -> Option<AutoSimd<[u32; 16]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[u32; 16]>>
fn from_u32(n: u32) -> Option<AutoSimd<[u32; 16]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[u32; 16]>>
fn from_f32(n: f32) -> Option<AutoSimd<[u32; 16]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[u32; 16]>>
fn from_f64(n: f64) -> Option<AutoSimd<[u32; 16]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[u64; 2]>
impl FromPrimitive for AutoSimd<[u64; 2]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[u64; 2]>>
fn from_i64(n: i64) -> Option<AutoSimd<[u64; 2]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[u64; 2]>>
fn from_u64(n: u64) -> Option<AutoSimd<[u64; 2]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[u64; 2]>>
fn from_isize(n: isize) -> Option<AutoSimd<[u64; 2]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[u64; 2]>>
fn from_i8(n: i8) -> Option<AutoSimd<[u64; 2]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[u64; 2]>>
fn from_i16(n: i16) -> Option<AutoSimd<[u64; 2]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[u64; 2]>>
fn from_i32(n: i32) -> Option<AutoSimd<[u64; 2]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[u64; 2]>>
fn from_usize(n: usize) -> Option<AutoSimd<[u64; 2]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[u64; 2]>>
fn from_u8(n: u8) -> Option<AutoSimd<[u64; 2]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[u64; 2]>>
fn from_u16(n: u16) -> Option<AutoSimd<[u64; 2]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[u64; 2]>>
fn from_u32(n: u32) -> Option<AutoSimd<[u64; 2]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[u64; 2]>>
fn from_f32(n: f32) -> Option<AutoSimd<[u64; 2]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[u64; 2]>>
fn from_f64(n: f64) -> Option<AutoSimd<[u64; 2]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[u64; 4]>
impl FromPrimitive for AutoSimd<[u64; 4]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[u64; 4]>>
fn from_i64(n: i64) -> Option<AutoSimd<[u64; 4]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[u64; 4]>>
fn from_u64(n: u64) -> Option<AutoSimd<[u64; 4]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[u64; 4]>>
fn from_isize(n: isize) -> Option<AutoSimd<[u64; 4]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[u64; 4]>>
fn from_i8(n: i8) -> Option<AutoSimd<[u64; 4]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[u64; 4]>>
fn from_i16(n: i16) -> Option<AutoSimd<[u64; 4]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[u64; 4]>>
fn from_i32(n: i32) -> Option<AutoSimd<[u64; 4]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[u64; 4]>>
fn from_usize(n: usize) -> Option<AutoSimd<[u64; 4]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[u64; 4]>>
fn from_u8(n: u8) -> Option<AutoSimd<[u64; 4]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[u64; 4]>>
fn from_u16(n: u16) -> Option<AutoSimd<[u64; 4]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[u64; 4]>>
fn from_u32(n: u32) -> Option<AutoSimd<[u64; 4]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[u64; 4]>>
fn from_f32(n: f32) -> Option<AutoSimd<[u64; 4]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[u64; 4]>>
fn from_f64(n: f64) -> Option<AutoSimd<[u64; 4]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[u64; 8]>
impl FromPrimitive for AutoSimd<[u64; 8]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[u64; 8]>>
fn from_i64(n: i64) -> Option<AutoSimd<[u64; 8]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[u64; 8]>>
fn from_u64(n: u64) -> Option<AutoSimd<[u64; 8]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[u64; 8]>>
fn from_isize(n: isize) -> Option<AutoSimd<[u64; 8]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[u64; 8]>>
fn from_i8(n: i8) -> Option<AutoSimd<[u64; 8]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[u64; 8]>>
fn from_i16(n: i16) -> Option<AutoSimd<[u64; 8]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[u64; 8]>>
fn from_i32(n: i32) -> Option<AutoSimd<[u64; 8]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[u64; 8]>>
fn from_usize(n: usize) -> Option<AutoSimd<[u64; 8]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[u64; 8]>>
fn from_u8(n: u8) -> Option<AutoSimd<[u64; 8]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[u64; 8]>>
fn from_u16(n: u16) -> Option<AutoSimd<[u64; 8]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[u64; 8]>>
fn from_u32(n: u32) -> Option<AutoSimd<[u64; 8]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[u64; 8]>>
fn from_f32(n: f32) -> Option<AutoSimd<[u64; 8]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[u64; 8]>>
fn from_f64(n: f64) -> Option<AutoSimd<[u64; 8]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[u8; 2]>
impl FromPrimitive for AutoSimd<[u8; 2]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[u8; 2]>>
fn from_i64(n: i64) -> Option<AutoSimd<[u8; 2]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[u8; 2]>>
fn from_u64(n: u64) -> Option<AutoSimd<[u8; 2]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[u8; 2]>>
fn from_isize(n: isize) -> Option<AutoSimd<[u8; 2]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[u8; 2]>>
fn from_i8(n: i8) -> Option<AutoSimd<[u8; 2]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[u8; 2]>>
fn from_i16(n: i16) -> Option<AutoSimd<[u8; 2]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[u8; 2]>>
fn from_i32(n: i32) -> Option<AutoSimd<[u8; 2]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[u8; 2]>>
fn from_usize(n: usize) -> Option<AutoSimd<[u8; 2]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[u8; 2]>>
fn from_u8(n: u8) -> Option<AutoSimd<[u8; 2]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[u8; 2]>>
fn from_u16(n: u16) -> Option<AutoSimd<[u8; 2]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[u8; 2]>>
fn from_u32(n: u32) -> Option<AutoSimd<[u8; 2]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[u8; 2]>>
fn from_f32(n: f32) -> Option<AutoSimd<[u8; 2]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[u8; 2]>>
fn from_f64(n: f64) -> Option<AutoSimd<[u8; 2]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[u8; 4]>
impl FromPrimitive for AutoSimd<[u8; 4]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[u8; 4]>>
fn from_i64(n: i64) -> Option<AutoSimd<[u8; 4]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[u8; 4]>>
fn from_u64(n: u64) -> Option<AutoSimd<[u8; 4]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[u8; 4]>>
fn from_isize(n: isize) -> Option<AutoSimd<[u8; 4]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[u8; 4]>>
fn from_i8(n: i8) -> Option<AutoSimd<[u8; 4]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[u8; 4]>>
fn from_i16(n: i16) -> Option<AutoSimd<[u8; 4]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[u8; 4]>>
fn from_i32(n: i32) -> Option<AutoSimd<[u8; 4]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[u8; 4]>>
fn from_usize(n: usize) -> Option<AutoSimd<[u8; 4]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[u8; 4]>>
fn from_u8(n: u8) -> Option<AutoSimd<[u8; 4]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[u8; 4]>>
fn from_u16(n: u16) -> Option<AutoSimd<[u8; 4]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[u8; 4]>>
fn from_u32(n: u32) -> Option<AutoSimd<[u8; 4]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[u8; 4]>>
fn from_f32(n: f32) -> Option<AutoSimd<[u8; 4]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[u8; 4]>>
fn from_f64(n: f64) -> Option<AutoSimd<[u8; 4]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[u8; 8]>
impl FromPrimitive for AutoSimd<[u8; 8]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[u8; 8]>>
fn from_i64(n: i64) -> Option<AutoSimd<[u8; 8]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[u8; 8]>>
fn from_u64(n: u64) -> Option<AutoSimd<[u8; 8]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[u8; 8]>>
fn from_isize(n: isize) -> Option<AutoSimd<[u8; 8]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[u8; 8]>>
fn from_i8(n: i8) -> Option<AutoSimd<[u8; 8]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[u8; 8]>>
fn from_i16(n: i16) -> Option<AutoSimd<[u8; 8]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[u8; 8]>>
fn from_i32(n: i32) -> Option<AutoSimd<[u8; 8]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[u8; 8]>>
fn from_usize(n: usize) -> Option<AutoSimd<[u8; 8]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[u8; 8]>>
fn from_u8(n: u8) -> Option<AutoSimd<[u8; 8]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[u8; 8]>>
fn from_u16(n: u16) -> Option<AutoSimd<[u8; 8]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[u8; 8]>>
fn from_u32(n: u32) -> Option<AutoSimd<[u8; 8]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[u8; 8]>>
fn from_f32(n: f32) -> Option<AutoSimd<[u8; 8]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[u8; 8]>>
fn from_f64(n: f64) -> Option<AutoSimd<[u8; 8]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[u8; 16]>
impl FromPrimitive for AutoSimd<[u8; 16]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[u8; 16]>>
fn from_i64(n: i64) -> Option<AutoSimd<[u8; 16]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[u8; 16]>>
fn from_u64(n: u64) -> Option<AutoSimd<[u8; 16]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[u8; 16]>>
fn from_isize(n: isize) -> Option<AutoSimd<[u8; 16]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[u8; 16]>>
fn from_i8(n: i8) -> Option<AutoSimd<[u8; 16]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[u8; 16]>>
fn from_i16(n: i16) -> Option<AutoSimd<[u8; 16]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[u8; 16]>>
fn from_i32(n: i32) -> Option<AutoSimd<[u8; 16]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[u8; 16]>>
fn from_usize(n: usize) -> Option<AutoSimd<[u8; 16]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[u8; 16]>>
fn from_u8(n: u8) -> Option<AutoSimd<[u8; 16]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[u8; 16]>>
fn from_u16(n: u16) -> Option<AutoSimd<[u8; 16]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[u8; 16]>>
fn from_u32(n: u32) -> Option<AutoSimd<[u8; 16]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[u8; 16]>>
fn from_f32(n: f32) -> Option<AutoSimd<[u8; 16]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[u8; 16]>>
fn from_f64(n: f64) -> Option<AutoSimd<[u8; 16]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[u8; 32]>
impl FromPrimitive for AutoSimd<[u8; 32]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[u8; 32]>>
fn from_i64(n: i64) -> Option<AutoSimd<[u8; 32]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[u8; 32]>>
fn from_u64(n: u64) -> Option<AutoSimd<[u8; 32]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[u8; 32]>>
fn from_isize(n: isize) -> Option<AutoSimd<[u8; 32]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[u8; 32]>>
fn from_i8(n: i8) -> Option<AutoSimd<[u8; 32]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[u8; 32]>>
fn from_i16(n: i16) -> Option<AutoSimd<[u8; 32]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[u8; 32]>>
fn from_i32(n: i32) -> Option<AutoSimd<[u8; 32]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[u8; 32]>>
fn from_usize(n: usize) -> Option<AutoSimd<[u8; 32]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[u8; 32]>>
fn from_u8(n: u8) -> Option<AutoSimd<[u8; 32]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[u8; 32]>>
fn from_u16(n: u16) -> Option<AutoSimd<[u8; 32]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[u8; 32]>>
fn from_u32(n: u32) -> Option<AutoSimd<[u8; 32]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[u8; 32]>>
fn from_f32(n: f32) -> Option<AutoSimd<[u8; 32]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[u8; 32]>>
fn from_f64(n: f64) -> Option<AutoSimd<[u8; 32]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[usize; 2]>
impl FromPrimitive for AutoSimd<[usize; 2]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[usize; 2]>>
fn from_i64(n: i64) -> Option<AutoSimd<[usize; 2]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[usize; 2]>>
fn from_u64(n: u64) -> Option<AutoSimd<[usize; 2]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[usize; 2]>>
fn from_isize(n: isize) -> Option<AutoSimd<[usize; 2]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[usize; 2]>>
fn from_i8(n: i8) -> Option<AutoSimd<[usize; 2]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[usize; 2]>>
fn from_i16(n: i16) -> Option<AutoSimd<[usize; 2]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[usize; 2]>>
fn from_i32(n: i32) -> Option<AutoSimd<[usize; 2]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[usize; 2]>>
fn from_usize(n: usize) -> Option<AutoSimd<[usize; 2]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[usize; 2]>>
fn from_u8(n: u8) -> Option<AutoSimd<[usize; 2]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[usize; 2]>>
fn from_u16(n: u16) -> Option<AutoSimd<[usize; 2]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[usize; 2]>>
fn from_u32(n: u32) -> Option<AutoSimd<[usize; 2]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[usize; 2]>>
fn from_f32(n: f32) -> Option<AutoSimd<[usize; 2]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[usize; 2]>>
fn from_f64(n: f64) -> Option<AutoSimd<[usize; 2]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[usize; 4]>
impl FromPrimitive for AutoSimd<[usize; 4]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[usize; 4]>>
fn from_i64(n: i64) -> Option<AutoSimd<[usize; 4]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[usize; 4]>>
fn from_u64(n: u64) -> Option<AutoSimd<[usize; 4]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[usize; 4]>>
fn from_isize(n: isize) -> Option<AutoSimd<[usize; 4]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[usize; 4]>>
fn from_i8(n: i8) -> Option<AutoSimd<[usize; 4]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[usize; 4]>>
fn from_i16(n: i16) -> Option<AutoSimd<[usize; 4]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[usize; 4]>>
fn from_i32(n: i32) -> Option<AutoSimd<[usize; 4]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[usize; 4]>>
fn from_usize(n: usize) -> Option<AutoSimd<[usize; 4]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[usize; 4]>>
fn from_u8(n: u8) -> Option<AutoSimd<[usize; 4]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[usize; 4]>>
fn from_u16(n: u16) -> Option<AutoSimd<[usize; 4]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[usize; 4]>>
fn from_u32(n: u32) -> Option<AutoSimd<[usize; 4]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[usize; 4]>>
fn from_f32(n: f32) -> Option<AutoSimd<[usize; 4]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[usize; 4]>>
fn from_f64(n: f64) -> Option<AutoSimd<[usize; 4]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl FromPrimitive for AutoSimd<[usize; 8]>
impl FromPrimitive for AutoSimd<[usize; 8]>
Source§fn from_i64(n: i64) -> Option<AutoSimd<[usize; 8]>>
fn from_i64(n: i64) -> Option<AutoSimd<[usize; 8]>>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<AutoSimd<[usize; 8]>>
fn from_u64(n: u64) -> Option<AutoSimd<[usize; 8]>>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<AutoSimd<[usize; 8]>>
fn from_isize(n: isize) -> Option<AutoSimd<[usize; 8]>>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<AutoSimd<[usize; 8]>>
fn from_i8(n: i8) -> Option<AutoSimd<[usize; 8]>>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<AutoSimd<[usize; 8]>>
fn from_i16(n: i16) -> Option<AutoSimd<[usize; 8]>>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<AutoSimd<[usize; 8]>>
fn from_i32(n: i32) -> Option<AutoSimd<[usize; 8]>>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_usize(n: usize) -> Option<AutoSimd<[usize; 8]>>
fn from_usize(n: usize) -> Option<AutoSimd<[usize; 8]>>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<AutoSimd<[usize; 8]>>
fn from_u8(n: u8) -> Option<AutoSimd<[usize; 8]>>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<AutoSimd<[usize; 8]>>
fn from_u16(n: u16) -> Option<AutoSimd<[usize; 8]>>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<AutoSimd<[usize; 8]>>
fn from_u32(n: u32) -> Option<AutoSimd<[usize; 8]>>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f32(n: f32) -> Option<AutoSimd<[usize; 8]>>
fn from_f32(n: f32) -> Option<AutoSimd<[usize; 8]>>
Converts a
f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_f64(n: f64) -> Option<AutoSimd<[usize; 8]>>
fn from_f64(n: f64) -> Option<AutoSimd<[usize; 8]>>
Converts a
f64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read moreSource§impl<N> PartialEq for AutoSimd<N>where
N: PartialEq,
impl<N> PartialEq for AutoSimd<N>where
N: PartialEq,
impl PrimitiveSimdValue for AutoSimd<[f32; 2]>
impl PrimitiveSimdValue for AutoSimd<[f32; 4]>
impl PrimitiveSimdValue for AutoSimd<[f32; 8]>
impl PrimitiveSimdValue for AutoSimd<[f32; 16]>
impl PrimitiveSimdValue for AutoSimd<[f64; 2]>
impl PrimitiveSimdValue for AutoSimd<[f64; 4]>
impl PrimitiveSimdValue for AutoSimd<[f64; 8]>
impl PrimitiveSimdValue for AutoSimd<[i128; 1]>
impl PrimitiveSimdValue for AutoSimd<[i128; 2]>
impl PrimitiveSimdValue for AutoSimd<[i128; 4]>
impl PrimitiveSimdValue for AutoSimd<[i16; 2]>
impl PrimitiveSimdValue for AutoSimd<[i16; 4]>
impl PrimitiveSimdValue for AutoSimd<[i16; 8]>
impl PrimitiveSimdValue for AutoSimd<[i16; 16]>
impl PrimitiveSimdValue for AutoSimd<[i16; 32]>
impl PrimitiveSimdValue for AutoSimd<[i32; 2]>
impl PrimitiveSimdValue for AutoSimd<[i32; 4]>
impl PrimitiveSimdValue for AutoSimd<[i32; 8]>
impl PrimitiveSimdValue for AutoSimd<[i32; 16]>
impl PrimitiveSimdValue for AutoSimd<[i64; 2]>
impl PrimitiveSimdValue for AutoSimd<[i64; 4]>
impl PrimitiveSimdValue for AutoSimd<[i64; 8]>
impl PrimitiveSimdValue for AutoSimd<[i8; 2]>
impl PrimitiveSimdValue for AutoSimd<[i8; 4]>
impl PrimitiveSimdValue for AutoSimd<[i8; 8]>
impl PrimitiveSimdValue for AutoSimd<[i8; 16]>
impl PrimitiveSimdValue for AutoSimd<[i8; 32]>
impl PrimitiveSimdValue for AutoSimd<[isize; 2]>
impl PrimitiveSimdValue for AutoSimd<[isize; 4]>
impl PrimitiveSimdValue for AutoSimd<[isize; 8]>
impl PrimitiveSimdValue for AutoSimd<[u128; 1]>
impl PrimitiveSimdValue for AutoSimd<[u128; 2]>
impl PrimitiveSimdValue for AutoSimd<[u128; 4]>
impl PrimitiveSimdValue for AutoSimd<[u16; 2]>
impl PrimitiveSimdValue for AutoSimd<[u16; 4]>
impl PrimitiveSimdValue for AutoSimd<[u16; 8]>
impl PrimitiveSimdValue for AutoSimd<[u16; 16]>
impl PrimitiveSimdValue for AutoSimd<[u16; 32]>
impl PrimitiveSimdValue for AutoSimd<[u32; 2]>
impl PrimitiveSimdValue for AutoSimd<[u32; 4]>
impl PrimitiveSimdValue for AutoSimd<[u32; 8]>
impl PrimitiveSimdValue for AutoSimd<[u32; 16]>
impl PrimitiveSimdValue for AutoSimd<[u64; 2]>
impl PrimitiveSimdValue for AutoSimd<[u64; 4]>
impl PrimitiveSimdValue for AutoSimd<[u64; 8]>
impl PrimitiveSimdValue for AutoSimd<[u8; 2]>
impl PrimitiveSimdValue for AutoSimd<[u8; 4]>
impl PrimitiveSimdValue for AutoSimd<[u8; 8]>
impl PrimitiveSimdValue for AutoSimd<[u8; 16]>
impl PrimitiveSimdValue for AutoSimd<[u8; 32]>
impl PrimitiveSimdValue for AutoSimd<[usize; 2]>
impl PrimitiveSimdValue for AutoSimd<[usize; 4]>
impl PrimitiveSimdValue for AutoSimd<[usize; 8]>
impl PrimitiveSimdValue for AutoSimd<[bool; 1]>
impl PrimitiveSimdValue for AutoSimd<[bool; 2]>
impl PrimitiveSimdValue for AutoSimd<[bool; 4]>
impl PrimitiveSimdValue for AutoSimd<[bool; 8]>
impl PrimitiveSimdValue for AutoSimd<[bool; 16]>
impl PrimitiveSimdValue for AutoSimd<[bool; 32]>
Source§impl SimdBool for AutoSimd<[bool; 1]>
impl SimdBool for AutoSimd<[bool; 1]>
Source§fn bitmask(self) -> u64
fn bitmask(self) -> u64
A bit mask representing the boolean state of each lanes of
self. Read moreSource§fn if_else<Res>(
self,
if_value: impl FnOnce() -> Res,
else_value: impl FnOnce() -> Res,
) -> Res
fn if_else<Res>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res
Source§fn if_else2<Res>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> AutoSimd<[bool; 1]>, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res,
) -> Res
fn if_else2<Res>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> AutoSimd<[bool; 1]>, impl FnOnce() -> Res), else_value: impl FnOnce() -> Res, ) -> Res
Merges the value of
if_value() and else_if.1() and else_value() depending on the lanes of self and else_if.0(). Read moreSource§fn if_else3<Res>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> AutoSimd<[bool; 1]>, impl FnOnce() -> Res),
else_else_if: (impl FnOnce() -> AutoSimd<[bool; 1]>, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res,
) -> Res
fn if_else3<Res>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> AutoSimd<[bool; 1]>, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> AutoSimd<[bool; 1]>, impl FnOnce() -> Res), else_value: impl FnOnce() -> Res, ) -> Res
Merges the value of
if_value() and else_if.1() and else_else_if.1() and else_value() depending on the lanes of self and else_if.0() and else_else_if.0(). Read moreSource§impl SimdBool for AutoSimd<[bool; 2]>
impl SimdBool for AutoSimd<[bool; 2]>
Source§fn bitmask(self) -> u64
fn bitmask(self) -> u64
A bit mask representing the boolean state of each lanes of
self. Read moreSource§fn if_else<Res>(
self,
if_value: impl FnOnce() -> Res,
else_value: impl FnOnce() -> Res,
) -> Res
fn if_else<Res>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res
Source§fn if_else2<Res>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> AutoSimd<[bool; 2]>, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res,
) -> Res
fn if_else2<Res>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> AutoSimd<[bool; 2]>, impl FnOnce() -> Res), else_value: impl FnOnce() -> Res, ) -> Res
Merges the value of
if_value() and else_if.1() and else_value() depending on the lanes of self and else_if.0(). Read moreSource§fn if_else3<Res>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> AutoSimd<[bool; 2]>, impl FnOnce() -> Res),
else_else_if: (impl FnOnce() -> AutoSimd<[bool; 2]>, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res,
) -> Res
fn if_else3<Res>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> AutoSimd<[bool; 2]>, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> AutoSimd<[bool; 2]>, impl FnOnce() -> Res), else_value: impl FnOnce() -> Res, ) -> Res
Merges the value of
if_value() and else_if.1() and else_else_if.1() and else_value() depending on the lanes of self and else_if.0() and else_else_if.0(). Read moreSource§impl SimdBool for AutoSimd<[bool; 4]>
impl SimdBool for AutoSimd<[bool; 4]>
Source§fn bitmask(self) -> u64
fn bitmask(self) -> u64
A bit mask representing the boolean state of each lanes of
self. Read moreSource§fn if_else<Res>(
self,
if_value: impl FnOnce() -> Res,
else_value: impl FnOnce() -> Res,
) -> Res
fn if_else<Res>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res
Source§fn if_else2<Res>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> AutoSimd<[bool; 4]>, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res,
) -> Res
fn if_else2<Res>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> AutoSimd<[bool; 4]>, impl FnOnce() -> Res), else_value: impl FnOnce() -> Res, ) -> Res
Merges the value of
if_value() and else_if.1() and else_value() depending on the lanes of self and else_if.0(). Read moreSource§fn if_else3<Res>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> AutoSimd<[bool; 4]>, impl FnOnce() -> Res),
else_else_if: (impl FnOnce() -> AutoSimd<[bool; 4]>, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res,
) -> Res
fn if_else3<Res>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> AutoSimd<[bool; 4]>, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> AutoSimd<[bool; 4]>, impl FnOnce() -> Res), else_value: impl FnOnce() -> Res, ) -> Res
Merges the value of
if_value() and else_if.1() and else_else_if.1() and else_value() depending on the lanes of self and else_if.0() and else_else_if.0(). Read moreSource§impl SimdBool for AutoSimd<[bool; 8]>
impl SimdBool for AutoSimd<[bool; 8]>
Source§fn bitmask(self) -> u64
fn bitmask(self) -> u64
A bit mask representing the boolean state of each lanes of
self. Read moreSource§fn if_else<Res>(
self,
if_value: impl FnOnce() -> Res,
else_value: impl FnOnce() -> Res,
) -> Res
fn if_else<Res>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res
Source§fn if_else2<Res>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> AutoSimd<[bool; 8]>, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res,
) -> Res
fn if_else2<Res>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> AutoSimd<[bool; 8]>, impl FnOnce() -> Res), else_value: impl FnOnce() -> Res, ) -> Res
Merges the value of
if_value() and else_if.1() and else_value() depending on the lanes of self and else_if.0(). Read moreSource§fn if_else3<Res>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> AutoSimd<[bool; 8]>, impl FnOnce() -> Res),
else_else_if: (impl FnOnce() -> AutoSimd<[bool; 8]>, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res,
) -> Res
fn if_else3<Res>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> AutoSimd<[bool; 8]>, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> AutoSimd<[bool; 8]>, impl FnOnce() -> Res), else_value: impl FnOnce() -> Res, ) -> Res
Merges the value of
if_value() and else_if.1() and else_else_if.1() and else_value() depending on the lanes of self and else_if.0() and else_else_if.0(). Read moreSource§impl SimdBool for AutoSimd<[bool; 16]>
impl SimdBool for AutoSimd<[bool; 16]>
Source§fn bitmask(self) -> u64
fn bitmask(self) -> u64
A bit mask representing the boolean state of each lanes of
self. Read moreSource§fn if_else<Res>(
self,
if_value: impl FnOnce() -> Res,
else_value: impl FnOnce() -> Res,
) -> Res
fn if_else<Res>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res
Source§fn if_else2<Res>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> AutoSimd<[bool; 16]>, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res,
) -> Res
fn if_else2<Res>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> AutoSimd<[bool; 16]>, impl FnOnce() -> Res), else_value: impl FnOnce() -> Res, ) -> Res
Merges the value of
if_value() and else_if.1() and else_value() depending on the lanes of self and else_if.0(). Read moreSource§fn if_else3<Res>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> AutoSimd<[bool; 16]>, impl FnOnce() -> Res),
else_else_if: (impl FnOnce() -> AutoSimd<[bool; 16]>, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res,
) -> Res
fn if_else3<Res>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> AutoSimd<[bool; 16]>, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> AutoSimd<[bool; 16]>, impl FnOnce() -> Res), else_value: impl FnOnce() -> Res, ) -> Res
Merges the value of
if_value() and else_if.1() and else_else_if.1() and else_value() depending on the lanes of self and else_if.0() and else_else_if.0(). Read moreSource§impl SimdBool for AutoSimd<[bool; 32]>
impl SimdBool for AutoSimd<[bool; 32]>
Source§fn bitmask(self) -> u64
fn bitmask(self) -> u64
A bit mask representing the boolean state of each lanes of
self. Read moreSource§fn if_else<Res>(
self,
if_value: impl FnOnce() -> Res,
else_value: impl FnOnce() -> Res,
) -> Res
fn if_else<Res>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res
Source§fn if_else2<Res>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> AutoSimd<[bool; 32]>, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res,
) -> Res
fn if_else2<Res>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> AutoSimd<[bool; 32]>, impl FnOnce() -> Res), else_value: impl FnOnce() -> Res, ) -> Res
Merges the value of
if_value() and else_if.1() and else_value() depending on the lanes of self and else_if.0(). Read moreSource§fn if_else3<Res>(
self,
if_value: impl FnOnce() -> Res,
else_if: (impl FnOnce() -> AutoSimd<[bool; 32]>, impl FnOnce() -> Res),
else_else_if: (impl FnOnce() -> AutoSimd<[bool; 32]>, impl FnOnce() -> Res),
else_value: impl FnOnce() -> Res,
) -> Res
fn if_else3<Res>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> AutoSimd<[bool; 32]>, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> AutoSimd<[bool; 32]>, impl FnOnce() -> Res), else_value: impl FnOnce() -> Res, ) -> Res
Merges the value of
if_value() and else_if.1() and else_else_if.1() and else_value() depending on the lanes of self and else_if.0() and else_else_if.0(). Read moreSource§impl SimdComplexField for AutoSimd<[f32; 2]>
Available on crate features libm_force or libm or std only.
impl SimdComplexField for AutoSimd<[f32; 2]>
Available on crate features
libm_force or libm or std only.Source§fn simd_horizontal_sum(self) -> <AutoSimd<[f32; 2]> as SimdValue>::Element
fn simd_horizontal_sum(self) -> <AutoSimd<[f32; 2]> as SimdValue>::Element
Computes the sum of all the lanes of
self.Source§fn simd_horizontal_product(self) -> <AutoSimd<[f32; 2]> as SimdValue>::Element
fn simd_horizontal_product(self) -> <AutoSimd<[f32; 2]> as SimdValue>::Element
Computes the product of all the lanes of
self.Source§fn from_simd_real(
re: <AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField,
) -> AutoSimd<[f32; 2]>
fn from_simd_real( re: <AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f32; 2]>
Builds a pure-real complex number from the given value.
Source§fn simd_real(self) -> <AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField
fn simd_real(self) -> <AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField
The real part of this complex number.
Source§fn simd_imaginary(
self,
) -> <AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField
fn simd_imaginary( self, ) -> <AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField
The imaginary part of this complex number.
Source§fn simd_norm1(self) -> <AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField
fn simd_norm1(self) -> <AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField
The sum of the absolute value of this complex number’s real and imaginary part.
Source§fn simd_modulus(self) -> <AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField
fn simd_modulus(self) -> <AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField
The modulus of this complex number.
Source§fn simd_modulus_squared(
self,
) -> <AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField
fn simd_modulus_squared( self, ) -> <AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField
The squared modulus of this complex number.
Source§fn simd_argument(
self,
) -> <AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField
fn simd_argument( self, ) -> <AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField
The argument of this complex number.
Source§fn simd_to_exp(
self,
) -> (<AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField, AutoSimd<[f32; 2]>)
fn simd_to_exp( self, ) -> (<AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField, AutoSimd<[f32; 2]>)
The exponential form of this complex number: (modulus, e^{i arg})
fn simd_recip(self) -> AutoSimd<[f32; 2]>
fn simd_conjugate(self) -> AutoSimd<[f32; 2]>
Source§fn simd_scale(
self,
factor: <AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField,
) -> AutoSimd<[f32; 2]>
fn simd_scale( self, factor: <AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f32; 2]>
Multiplies this complex number by
factor.Source§fn simd_unscale(
self,
factor: <AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField,
) -> AutoSimd<[f32; 2]>
fn simd_unscale( self, factor: <AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f32; 2]>
Divides this complex number by
factor.fn simd_floor(self) -> AutoSimd<[f32; 2]>
fn simd_ceil(self) -> AutoSimd<[f32; 2]>
fn simd_round(self) -> AutoSimd<[f32; 2]>
fn simd_trunc(self) -> AutoSimd<[f32; 2]>
fn simd_fract(self) -> AutoSimd<[f32; 2]>
Source§fn simd_abs(self) -> AutoSimd<[f32; 2]>
fn simd_abs(self) -> AutoSimd<[f32; 2]>
The absolute value of this complex number:
self / self.signum(). Read moreSource§fn simd_signum(self) -> AutoSimd<[f32; 2]>
fn simd_signum(self) -> AutoSimd<[f32; 2]>
The exponential part of this complex number:
self / self.modulus()fn simd_mul_add( self, a: AutoSimd<[f32; 2]>, b: AutoSimd<[f32; 2]>, ) -> AutoSimd<[f32; 2]>
fn simd_powi(self, n: i32) -> AutoSimd<[f32; 2]>
fn simd_powf(self, n: AutoSimd<[f32; 2]>) -> AutoSimd<[f32; 2]>
fn simd_powc(self, n: AutoSimd<[f32; 2]>) -> AutoSimd<[f32; 2]>
fn simd_sqrt(self) -> AutoSimd<[f32; 2]>
fn simd_exp(self) -> AutoSimd<[f32; 2]>
fn simd_exp2(self) -> AutoSimd<[f32; 2]>
fn simd_exp_m1(self) -> AutoSimd<[f32; 2]>
fn simd_ln_1p(self) -> AutoSimd<[f32; 2]>
fn simd_ln(self) -> AutoSimd<[f32; 2]>
fn simd_log(self, base: AutoSimd<[f32; 2]>) -> AutoSimd<[f32; 2]>
fn simd_log2(self) -> AutoSimd<[f32; 2]>
fn simd_log10(self) -> AutoSimd<[f32; 2]>
fn simd_cbrt(self) -> AutoSimd<[f32; 2]>
Source§fn simd_hypot(
self,
other: AutoSimd<[f32; 2]>,
) -> <AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField
fn simd_hypot( self, other: AutoSimd<[f32; 2]>, ) -> <AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField
Computes (self.conjugate() * self + other.conjugate() * other).sqrt()
fn simd_sin(self) -> AutoSimd<[f32; 2]>
fn simd_cos(self) -> AutoSimd<[f32; 2]>
fn simd_tan(self) -> AutoSimd<[f32; 2]>
fn simd_asin(self) -> AutoSimd<[f32; 2]>
fn simd_acos(self) -> AutoSimd<[f32; 2]>
fn simd_atan(self) -> AutoSimd<[f32; 2]>
fn simd_sin_cos(self) -> (AutoSimd<[f32; 2]>, AutoSimd<[f32; 2]>)
fn simd_sinh(self) -> AutoSimd<[f32; 2]>
fn simd_cosh(self) -> AutoSimd<[f32; 2]>
fn simd_tanh(self) -> AutoSimd<[f32; 2]>
fn simd_asinh(self) -> AutoSimd<[f32; 2]>
fn simd_acosh(self) -> AutoSimd<[f32; 2]>
fn simd_atanh(self) -> AutoSimd<[f32; 2]>
Source§fn simd_to_polar(self) -> (Self::SimdRealField, Self::SimdRealField)
fn simd_to_polar(self) -> (Self::SimdRealField, Self::SimdRealField)
The polar form of this complex number: (modulus, arg)
fn simd_sinh_cosh(self) -> (Self, Self)
fn simd_sinhc(self) -> Self
fn simd_coshc(self) -> Self
Source§impl SimdComplexField for AutoSimd<[f32; 4]>
Available on crate features libm_force or libm or std only.
impl SimdComplexField for AutoSimd<[f32; 4]>
Available on crate features
libm_force or libm or std only.Source§fn simd_horizontal_sum(self) -> <AutoSimd<[f32; 4]> as SimdValue>::Element
fn simd_horizontal_sum(self) -> <AutoSimd<[f32; 4]> as SimdValue>::Element
Computes the sum of all the lanes of
self.Source§fn simd_horizontal_product(self) -> <AutoSimd<[f32; 4]> as SimdValue>::Element
fn simd_horizontal_product(self) -> <AutoSimd<[f32; 4]> as SimdValue>::Element
Computes the product of all the lanes of
self.Source§fn from_simd_real(
re: <AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField,
) -> AutoSimd<[f32; 4]>
fn from_simd_real( re: <AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f32; 4]>
Builds a pure-real complex number from the given value.
Source§fn simd_real(self) -> <AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField
fn simd_real(self) -> <AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField
The real part of this complex number.
Source§fn simd_imaginary(
self,
) -> <AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField
fn simd_imaginary( self, ) -> <AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField
The imaginary part of this complex number.
Source§fn simd_norm1(self) -> <AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField
fn simd_norm1(self) -> <AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField
The sum of the absolute value of this complex number’s real and imaginary part.
Source§fn simd_modulus(self) -> <AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField
fn simd_modulus(self) -> <AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField
The modulus of this complex number.
Source§fn simd_modulus_squared(
self,
) -> <AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField
fn simd_modulus_squared( self, ) -> <AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField
The squared modulus of this complex number.
Source§fn simd_argument(
self,
) -> <AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField
fn simd_argument( self, ) -> <AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField
The argument of this complex number.
Source§fn simd_to_exp(
self,
) -> (<AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField, AutoSimd<[f32; 4]>)
fn simd_to_exp( self, ) -> (<AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField, AutoSimd<[f32; 4]>)
The exponential form of this complex number: (modulus, e^{i arg})
fn simd_recip(self) -> AutoSimd<[f32; 4]>
fn simd_conjugate(self) -> AutoSimd<[f32; 4]>
Source§fn simd_scale(
self,
factor: <AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField,
) -> AutoSimd<[f32; 4]>
fn simd_scale( self, factor: <AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f32; 4]>
Multiplies this complex number by
factor.Source§fn simd_unscale(
self,
factor: <AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField,
) -> AutoSimd<[f32; 4]>
fn simd_unscale( self, factor: <AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f32; 4]>
Divides this complex number by
factor.fn simd_floor(self) -> AutoSimd<[f32; 4]>
fn simd_ceil(self) -> AutoSimd<[f32; 4]>
fn simd_round(self) -> AutoSimd<[f32; 4]>
fn simd_trunc(self) -> AutoSimd<[f32; 4]>
fn simd_fract(self) -> AutoSimd<[f32; 4]>
Source§fn simd_abs(self) -> AutoSimd<[f32; 4]>
fn simd_abs(self) -> AutoSimd<[f32; 4]>
The absolute value of this complex number:
self / self.signum(). Read moreSource§fn simd_signum(self) -> AutoSimd<[f32; 4]>
fn simd_signum(self) -> AutoSimd<[f32; 4]>
The exponential part of this complex number:
self / self.modulus()fn simd_mul_add( self, a: AutoSimd<[f32; 4]>, b: AutoSimd<[f32; 4]>, ) -> AutoSimd<[f32; 4]>
fn simd_powi(self, n: i32) -> AutoSimd<[f32; 4]>
fn simd_powf(self, n: AutoSimd<[f32; 4]>) -> AutoSimd<[f32; 4]>
fn simd_powc(self, n: AutoSimd<[f32; 4]>) -> AutoSimd<[f32; 4]>
fn simd_sqrt(self) -> AutoSimd<[f32; 4]>
fn simd_exp(self) -> AutoSimd<[f32; 4]>
fn simd_exp2(self) -> AutoSimd<[f32; 4]>
fn simd_exp_m1(self) -> AutoSimd<[f32; 4]>
fn simd_ln_1p(self) -> AutoSimd<[f32; 4]>
fn simd_ln(self) -> AutoSimd<[f32; 4]>
fn simd_log(self, base: AutoSimd<[f32; 4]>) -> AutoSimd<[f32; 4]>
fn simd_log2(self) -> AutoSimd<[f32; 4]>
fn simd_log10(self) -> AutoSimd<[f32; 4]>
fn simd_cbrt(self) -> AutoSimd<[f32; 4]>
Source§fn simd_hypot(
self,
other: AutoSimd<[f32; 4]>,
) -> <AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField
fn simd_hypot( self, other: AutoSimd<[f32; 4]>, ) -> <AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField
Computes (self.conjugate() * self + other.conjugate() * other).sqrt()
fn simd_sin(self) -> AutoSimd<[f32; 4]>
fn simd_cos(self) -> AutoSimd<[f32; 4]>
fn simd_tan(self) -> AutoSimd<[f32; 4]>
fn simd_asin(self) -> AutoSimd<[f32; 4]>
fn simd_acos(self) -> AutoSimd<[f32; 4]>
fn simd_atan(self) -> AutoSimd<[f32; 4]>
fn simd_sin_cos(self) -> (AutoSimd<[f32; 4]>, AutoSimd<[f32; 4]>)
fn simd_sinh(self) -> AutoSimd<[f32; 4]>
fn simd_cosh(self) -> AutoSimd<[f32; 4]>
fn simd_tanh(self) -> AutoSimd<[f32; 4]>
fn simd_asinh(self) -> AutoSimd<[f32; 4]>
fn simd_acosh(self) -> AutoSimd<[f32; 4]>
fn simd_atanh(self) -> AutoSimd<[f32; 4]>
Source§fn simd_to_polar(self) -> (Self::SimdRealField, Self::SimdRealField)
fn simd_to_polar(self) -> (Self::SimdRealField, Self::SimdRealField)
The polar form of this complex number: (modulus, arg)
fn simd_sinh_cosh(self) -> (Self, Self)
fn simd_sinhc(self) -> Self
fn simd_coshc(self) -> Self
Source§impl SimdComplexField for AutoSimd<[f32; 8]>
Available on crate features libm_force or libm or std only.
impl SimdComplexField for AutoSimd<[f32; 8]>
Available on crate features
libm_force or libm or std only.Source§fn simd_horizontal_sum(self) -> <AutoSimd<[f32; 8]> as SimdValue>::Element
fn simd_horizontal_sum(self) -> <AutoSimd<[f32; 8]> as SimdValue>::Element
Computes the sum of all the lanes of
self.Source§fn simd_horizontal_product(self) -> <AutoSimd<[f32; 8]> as SimdValue>::Element
fn simd_horizontal_product(self) -> <AutoSimd<[f32; 8]> as SimdValue>::Element
Computes the product of all the lanes of
self.Source§fn from_simd_real(
re: <AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField,
) -> AutoSimd<[f32; 8]>
fn from_simd_real( re: <AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f32; 8]>
Builds a pure-real complex number from the given value.
Source§fn simd_real(self) -> <AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField
fn simd_real(self) -> <AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField
The real part of this complex number.
Source§fn simd_imaginary(
self,
) -> <AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField
fn simd_imaginary( self, ) -> <AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField
The imaginary part of this complex number.
Source§fn simd_norm1(self) -> <AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField
fn simd_norm1(self) -> <AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField
The sum of the absolute value of this complex number’s real and imaginary part.
Source§fn simd_modulus(self) -> <AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField
fn simd_modulus(self) -> <AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField
The modulus of this complex number.
Source§fn simd_modulus_squared(
self,
) -> <AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField
fn simd_modulus_squared( self, ) -> <AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField
The squared modulus of this complex number.
Source§fn simd_argument(
self,
) -> <AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField
fn simd_argument( self, ) -> <AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField
The argument of this complex number.
Source§fn simd_to_exp(
self,
) -> (<AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField, AutoSimd<[f32; 8]>)
fn simd_to_exp( self, ) -> (<AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField, AutoSimd<[f32; 8]>)
The exponential form of this complex number: (modulus, e^{i arg})
fn simd_recip(self) -> AutoSimd<[f32; 8]>
fn simd_conjugate(self) -> AutoSimd<[f32; 8]>
Source§fn simd_scale(
self,
factor: <AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField,
) -> AutoSimd<[f32; 8]>
fn simd_scale( self, factor: <AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f32; 8]>
Multiplies this complex number by
factor.Source§fn simd_unscale(
self,
factor: <AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField,
) -> AutoSimd<[f32; 8]>
fn simd_unscale( self, factor: <AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f32; 8]>
Divides this complex number by
factor.fn simd_floor(self) -> AutoSimd<[f32; 8]>
fn simd_ceil(self) -> AutoSimd<[f32; 8]>
fn simd_round(self) -> AutoSimd<[f32; 8]>
fn simd_trunc(self) -> AutoSimd<[f32; 8]>
fn simd_fract(self) -> AutoSimd<[f32; 8]>
Source§fn simd_abs(self) -> AutoSimd<[f32; 8]>
fn simd_abs(self) -> AutoSimd<[f32; 8]>
The absolute value of this complex number:
self / self.signum(). Read moreSource§fn simd_signum(self) -> AutoSimd<[f32; 8]>
fn simd_signum(self) -> AutoSimd<[f32; 8]>
The exponential part of this complex number:
self / self.modulus()fn simd_mul_add( self, a: AutoSimd<[f32; 8]>, b: AutoSimd<[f32; 8]>, ) -> AutoSimd<[f32; 8]>
fn simd_powi(self, n: i32) -> AutoSimd<[f32; 8]>
fn simd_powf(self, n: AutoSimd<[f32; 8]>) -> AutoSimd<[f32; 8]>
fn simd_powc(self, n: AutoSimd<[f32; 8]>) -> AutoSimd<[f32; 8]>
fn simd_sqrt(self) -> AutoSimd<[f32; 8]>
fn simd_exp(self) -> AutoSimd<[f32; 8]>
fn simd_exp2(self) -> AutoSimd<[f32; 8]>
fn simd_exp_m1(self) -> AutoSimd<[f32; 8]>
fn simd_ln_1p(self) -> AutoSimd<[f32; 8]>
fn simd_ln(self) -> AutoSimd<[f32; 8]>
fn simd_log(self, base: AutoSimd<[f32; 8]>) -> AutoSimd<[f32; 8]>
fn simd_log2(self) -> AutoSimd<[f32; 8]>
fn simd_log10(self) -> AutoSimd<[f32; 8]>
fn simd_cbrt(self) -> AutoSimd<[f32; 8]>
Source§fn simd_hypot(
self,
other: AutoSimd<[f32; 8]>,
) -> <AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField
fn simd_hypot( self, other: AutoSimd<[f32; 8]>, ) -> <AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField
Computes (self.conjugate() * self + other.conjugate() * other).sqrt()
fn simd_sin(self) -> AutoSimd<[f32; 8]>
fn simd_cos(self) -> AutoSimd<[f32; 8]>
fn simd_tan(self) -> AutoSimd<[f32; 8]>
fn simd_asin(self) -> AutoSimd<[f32; 8]>
fn simd_acos(self) -> AutoSimd<[f32; 8]>
fn simd_atan(self) -> AutoSimd<[f32; 8]>
fn simd_sin_cos(self) -> (AutoSimd<[f32; 8]>, AutoSimd<[f32; 8]>)
fn simd_sinh(self) -> AutoSimd<[f32; 8]>
fn simd_cosh(self) -> AutoSimd<[f32; 8]>
fn simd_tanh(self) -> AutoSimd<[f32; 8]>
fn simd_asinh(self) -> AutoSimd<[f32; 8]>
fn simd_acosh(self) -> AutoSimd<[f32; 8]>
fn simd_atanh(self) -> AutoSimd<[f32; 8]>
Source§fn simd_to_polar(self) -> (Self::SimdRealField, Self::SimdRealField)
fn simd_to_polar(self) -> (Self::SimdRealField, Self::SimdRealField)
The polar form of this complex number: (modulus, arg)
fn simd_sinh_cosh(self) -> (Self, Self)
fn simd_sinhc(self) -> Self
fn simd_coshc(self) -> Self
Source§impl SimdComplexField for AutoSimd<[f32; 16]>
Available on crate features libm_force or libm or std only.
impl SimdComplexField for AutoSimd<[f32; 16]>
Available on crate features
libm_force or libm or std only.Source§fn simd_horizontal_sum(self) -> <AutoSimd<[f32; 16]> as SimdValue>::Element
fn simd_horizontal_sum(self) -> <AutoSimd<[f32; 16]> as SimdValue>::Element
Computes the sum of all the lanes of
self.Source§fn simd_horizontal_product(self) -> <AutoSimd<[f32; 16]> as SimdValue>::Element
fn simd_horizontal_product(self) -> <AutoSimd<[f32; 16]> as SimdValue>::Element
Computes the product of all the lanes of
self.Source§fn from_simd_real(
re: <AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField,
) -> AutoSimd<[f32; 16]>
fn from_simd_real( re: <AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f32; 16]>
Builds a pure-real complex number from the given value.
Source§fn simd_real(self) -> <AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField
fn simd_real(self) -> <AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField
The real part of this complex number.
Source§fn simd_imaginary(
self,
) -> <AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField
fn simd_imaginary( self, ) -> <AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField
The imaginary part of this complex number.
Source§fn simd_norm1(self) -> <AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField
fn simd_norm1(self) -> <AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField
The sum of the absolute value of this complex number’s real and imaginary part.
Source§fn simd_modulus(
self,
) -> <AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField
fn simd_modulus( self, ) -> <AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField
The modulus of this complex number.
Source§fn simd_modulus_squared(
self,
) -> <AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField
fn simd_modulus_squared( self, ) -> <AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField
The squared modulus of this complex number.
Source§fn simd_argument(
self,
) -> <AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField
fn simd_argument( self, ) -> <AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField
The argument of this complex number.
Source§fn simd_to_exp(
self,
) -> (<AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField, AutoSimd<[f32; 16]>)
fn simd_to_exp( self, ) -> (<AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField, AutoSimd<[f32; 16]>)
The exponential form of this complex number: (modulus, e^{i arg})
fn simd_recip(self) -> AutoSimd<[f32; 16]>
fn simd_conjugate(self) -> AutoSimd<[f32; 16]>
Source§fn simd_scale(
self,
factor: <AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField,
) -> AutoSimd<[f32; 16]>
fn simd_scale( self, factor: <AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f32; 16]>
Multiplies this complex number by
factor.Source§fn simd_unscale(
self,
factor: <AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField,
) -> AutoSimd<[f32; 16]>
fn simd_unscale( self, factor: <AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f32; 16]>
Divides this complex number by
factor.fn simd_floor(self) -> AutoSimd<[f32; 16]>
fn simd_ceil(self) -> AutoSimd<[f32; 16]>
fn simd_round(self) -> AutoSimd<[f32; 16]>
fn simd_trunc(self) -> AutoSimd<[f32; 16]>
fn simd_fract(self) -> AutoSimd<[f32; 16]>
Source§fn simd_abs(self) -> AutoSimd<[f32; 16]>
fn simd_abs(self) -> AutoSimd<[f32; 16]>
The absolute value of this complex number:
self / self.signum(). Read moreSource§fn simd_signum(self) -> AutoSimd<[f32; 16]>
fn simd_signum(self) -> AutoSimd<[f32; 16]>
The exponential part of this complex number:
self / self.modulus()fn simd_mul_add( self, a: AutoSimd<[f32; 16]>, b: AutoSimd<[f32; 16]>, ) -> AutoSimd<[f32; 16]>
fn simd_powi(self, n: i32) -> AutoSimd<[f32; 16]>
fn simd_powf(self, n: AutoSimd<[f32; 16]>) -> AutoSimd<[f32; 16]>
fn simd_powc(self, n: AutoSimd<[f32; 16]>) -> AutoSimd<[f32; 16]>
fn simd_sqrt(self) -> AutoSimd<[f32; 16]>
fn simd_exp(self) -> AutoSimd<[f32; 16]>
fn simd_exp2(self) -> AutoSimd<[f32; 16]>
fn simd_exp_m1(self) -> AutoSimd<[f32; 16]>
fn simd_ln_1p(self) -> AutoSimd<[f32; 16]>
fn simd_ln(self) -> AutoSimd<[f32; 16]>
fn simd_log(self, base: AutoSimd<[f32; 16]>) -> AutoSimd<[f32; 16]>
fn simd_log2(self) -> AutoSimd<[f32; 16]>
fn simd_log10(self) -> AutoSimd<[f32; 16]>
fn simd_cbrt(self) -> AutoSimd<[f32; 16]>
Source§fn simd_hypot(
self,
other: AutoSimd<[f32; 16]>,
) -> <AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField
fn simd_hypot( self, other: AutoSimd<[f32; 16]>, ) -> <AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField
Computes (self.conjugate() * self + other.conjugate() * other).sqrt()
fn simd_sin(self) -> AutoSimd<[f32; 16]>
fn simd_cos(self) -> AutoSimd<[f32; 16]>
fn simd_tan(self) -> AutoSimd<[f32; 16]>
fn simd_asin(self) -> AutoSimd<[f32; 16]>
fn simd_acos(self) -> AutoSimd<[f32; 16]>
fn simd_atan(self) -> AutoSimd<[f32; 16]>
fn simd_sin_cos(self) -> (AutoSimd<[f32; 16]>, AutoSimd<[f32; 16]>)
fn simd_sinh(self) -> AutoSimd<[f32; 16]>
fn simd_cosh(self) -> AutoSimd<[f32; 16]>
fn simd_tanh(self) -> AutoSimd<[f32; 16]>
fn simd_asinh(self) -> AutoSimd<[f32; 16]>
fn simd_acosh(self) -> AutoSimd<[f32; 16]>
fn simd_atanh(self) -> AutoSimd<[f32; 16]>
Source§fn simd_to_polar(self) -> (Self::SimdRealField, Self::SimdRealField)
fn simd_to_polar(self) -> (Self::SimdRealField, Self::SimdRealField)
The polar form of this complex number: (modulus, arg)
fn simd_sinh_cosh(self) -> (Self, Self)
fn simd_sinhc(self) -> Self
fn simd_coshc(self) -> Self
Source§impl SimdComplexField for AutoSimd<[f64; 2]>
Available on crate features libm_force or libm or std only.
impl SimdComplexField for AutoSimd<[f64; 2]>
Available on crate features
libm_force or libm or std only.Source§fn simd_horizontal_sum(self) -> <AutoSimd<[f64; 2]> as SimdValue>::Element
fn simd_horizontal_sum(self) -> <AutoSimd<[f64; 2]> as SimdValue>::Element
Computes the sum of all the lanes of
self.Source§fn simd_horizontal_product(self) -> <AutoSimd<[f64; 2]> as SimdValue>::Element
fn simd_horizontal_product(self) -> <AutoSimd<[f64; 2]> as SimdValue>::Element
Computes the product of all the lanes of
self.Source§fn from_simd_real(
re: <AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField,
) -> AutoSimd<[f64; 2]>
fn from_simd_real( re: <AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f64; 2]>
Builds a pure-real complex number from the given value.
Source§fn simd_real(self) -> <AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField
fn simd_real(self) -> <AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField
The real part of this complex number.
Source§fn simd_imaginary(
self,
) -> <AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField
fn simd_imaginary( self, ) -> <AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField
The imaginary part of this complex number.
Source§fn simd_norm1(self) -> <AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField
fn simd_norm1(self) -> <AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField
The sum of the absolute value of this complex number’s real and imaginary part.
Source§fn simd_modulus(self) -> <AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField
fn simd_modulus(self) -> <AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField
The modulus of this complex number.
Source§fn simd_modulus_squared(
self,
) -> <AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField
fn simd_modulus_squared( self, ) -> <AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField
The squared modulus of this complex number.
Source§fn simd_argument(
self,
) -> <AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField
fn simd_argument( self, ) -> <AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField
The argument of this complex number.
Source§fn simd_to_exp(
self,
) -> (<AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField, AutoSimd<[f64; 2]>)
fn simd_to_exp( self, ) -> (<AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField, AutoSimd<[f64; 2]>)
The exponential form of this complex number: (modulus, e^{i arg})
fn simd_recip(self) -> AutoSimd<[f64; 2]>
fn simd_conjugate(self) -> AutoSimd<[f64; 2]>
Source§fn simd_scale(
self,
factor: <AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField,
) -> AutoSimd<[f64; 2]>
fn simd_scale( self, factor: <AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f64; 2]>
Multiplies this complex number by
factor.Source§fn simd_unscale(
self,
factor: <AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField,
) -> AutoSimd<[f64; 2]>
fn simd_unscale( self, factor: <AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f64; 2]>
Divides this complex number by
factor.fn simd_floor(self) -> AutoSimd<[f64; 2]>
fn simd_ceil(self) -> AutoSimd<[f64; 2]>
fn simd_round(self) -> AutoSimd<[f64; 2]>
fn simd_trunc(self) -> AutoSimd<[f64; 2]>
fn simd_fract(self) -> AutoSimd<[f64; 2]>
Source§fn simd_abs(self) -> AutoSimd<[f64; 2]>
fn simd_abs(self) -> AutoSimd<[f64; 2]>
The absolute value of this complex number:
self / self.signum(). Read moreSource§fn simd_signum(self) -> AutoSimd<[f64; 2]>
fn simd_signum(self) -> AutoSimd<[f64; 2]>
The exponential part of this complex number:
self / self.modulus()fn simd_mul_add( self, a: AutoSimd<[f64; 2]>, b: AutoSimd<[f64; 2]>, ) -> AutoSimd<[f64; 2]>
fn simd_powi(self, n: i32) -> AutoSimd<[f64; 2]>
fn simd_powf(self, n: AutoSimd<[f64; 2]>) -> AutoSimd<[f64; 2]>
fn simd_powc(self, n: AutoSimd<[f64; 2]>) -> AutoSimd<[f64; 2]>
fn simd_sqrt(self) -> AutoSimd<[f64; 2]>
fn simd_exp(self) -> AutoSimd<[f64; 2]>
fn simd_exp2(self) -> AutoSimd<[f64; 2]>
fn simd_exp_m1(self) -> AutoSimd<[f64; 2]>
fn simd_ln_1p(self) -> AutoSimd<[f64; 2]>
fn simd_ln(self) -> AutoSimd<[f64; 2]>
fn simd_log(self, base: AutoSimd<[f64; 2]>) -> AutoSimd<[f64; 2]>
fn simd_log2(self) -> AutoSimd<[f64; 2]>
fn simd_log10(self) -> AutoSimd<[f64; 2]>
fn simd_cbrt(self) -> AutoSimd<[f64; 2]>
Source§fn simd_hypot(
self,
other: AutoSimd<[f64; 2]>,
) -> <AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField
fn simd_hypot( self, other: AutoSimd<[f64; 2]>, ) -> <AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField
Computes (self.conjugate() * self + other.conjugate() * other).sqrt()
fn simd_sin(self) -> AutoSimd<[f64; 2]>
fn simd_cos(self) -> AutoSimd<[f64; 2]>
fn simd_tan(self) -> AutoSimd<[f64; 2]>
fn simd_asin(self) -> AutoSimd<[f64; 2]>
fn simd_acos(self) -> AutoSimd<[f64; 2]>
fn simd_atan(self) -> AutoSimd<[f64; 2]>
fn simd_sin_cos(self) -> (AutoSimd<[f64; 2]>, AutoSimd<[f64; 2]>)
fn simd_sinh(self) -> AutoSimd<[f64; 2]>
fn simd_cosh(self) -> AutoSimd<[f64; 2]>
fn simd_tanh(self) -> AutoSimd<[f64; 2]>
fn simd_asinh(self) -> AutoSimd<[f64; 2]>
fn simd_acosh(self) -> AutoSimd<[f64; 2]>
fn simd_atanh(self) -> AutoSimd<[f64; 2]>
Source§fn simd_to_polar(self) -> (Self::SimdRealField, Self::SimdRealField)
fn simd_to_polar(self) -> (Self::SimdRealField, Self::SimdRealField)
The polar form of this complex number: (modulus, arg)
fn simd_sinh_cosh(self) -> (Self, Self)
fn simd_sinhc(self) -> Self
fn simd_coshc(self) -> Self
Source§impl SimdComplexField for AutoSimd<[f64; 4]>
Available on crate features libm_force or libm or std only.
impl SimdComplexField for AutoSimd<[f64; 4]>
Available on crate features
libm_force or libm or std only.Source§fn simd_horizontal_sum(self) -> <AutoSimd<[f64; 4]> as SimdValue>::Element
fn simd_horizontal_sum(self) -> <AutoSimd<[f64; 4]> as SimdValue>::Element
Computes the sum of all the lanes of
self.Source§fn simd_horizontal_product(self) -> <AutoSimd<[f64; 4]> as SimdValue>::Element
fn simd_horizontal_product(self) -> <AutoSimd<[f64; 4]> as SimdValue>::Element
Computes the product of all the lanes of
self.Source§fn from_simd_real(
re: <AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField,
) -> AutoSimd<[f64; 4]>
fn from_simd_real( re: <AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f64; 4]>
Builds a pure-real complex number from the given value.
Source§fn simd_real(self) -> <AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField
fn simd_real(self) -> <AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField
The real part of this complex number.
Source§fn simd_imaginary(
self,
) -> <AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField
fn simd_imaginary( self, ) -> <AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField
The imaginary part of this complex number.
Source§fn simd_norm1(self) -> <AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField
fn simd_norm1(self) -> <AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField
The sum of the absolute value of this complex number’s real and imaginary part.
Source§fn simd_modulus(self) -> <AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField
fn simd_modulus(self) -> <AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField
The modulus of this complex number.
Source§fn simd_modulus_squared(
self,
) -> <AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField
fn simd_modulus_squared( self, ) -> <AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField
The squared modulus of this complex number.
Source§fn simd_argument(
self,
) -> <AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField
fn simd_argument( self, ) -> <AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField
The argument of this complex number.
Source§fn simd_to_exp(
self,
) -> (<AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField, AutoSimd<[f64; 4]>)
fn simd_to_exp( self, ) -> (<AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField, AutoSimd<[f64; 4]>)
The exponential form of this complex number: (modulus, e^{i arg})
fn simd_recip(self) -> AutoSimd<[f64; 4]>
fn simd_conjugate(self) -> AutoSimd<[f64; 4]>
Source§fn simd_scale(
self,
factor: <AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField,
) -> AutoSimd<[f64; 4]>
fn simd_scale( self, factor: <AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f64; 4]>
Multiplies this complex number by
factor.Source§fn simd_unscale(
self,
factor: <AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField,
) -> AutoSimd<[f64; 4]>
fn simd_unscale( self, factor: <AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f64; 4]>
Divides this complex number by
factor.fn simd_floor(self) -> AutoSimd<[f64; 4]>
fn simd_ceil(self) -> AutoSimd<[f64; 4]>
fn simd_round(self) -> AutoSimd<[f64; 4]>
fn simd_trunc(self) -> AutoSimd<[f64; 4]>
fn simd_fract(self) -> AutoSimd<[f64; 4]>
Source§fn simd_abs(self) -> AutoSimd<[f64; 4]>
fn simd_abs(self) -> AutoSimd<[f64; 4]>
The absolute value of this complex number:
self / self.signum(). Read moreSource§fn simd_signum(self) -> AutoSimd<[f64; 4]>
fn simd_signum(self) -> AutoSimd<[f64; 4]>
The exponential part of this complex number:
self / self.modulus()fn simd_mul_add( self, a: AutoSimd<[f64; 4]>, b: AutoSimd<[f64; 4]>, ) -> AutoSimd<[f64; 4]>
fn simd_powi(self, n: i32) -> AutoSimd<[f64; 4]>
fn simd_powf(self, n: AutoSimd<[f64; 4]>) -> AutoSimd<[f64; 4]>
fn simd_powc(self, n: AutoSimd<[f64; 4]>) -> AutoSimd<[f64; 4]>
fn simd_sqrt(self) -> AutoSimd<[f64; 4]>
fn simd_exp(self) -> AutoSimd<[f64; 4]>
fn simd_exp2(self) -> AutoSimd<[f64; 4]>
fn simd_exp_m1(self) -> AutoSimd<[f64; 4]>
fn simd_ln_1p(self) -> AutoSimd<[f64; 4]>
fn simd_ln(self) -> AutoSimd<[f64; 4]>
fn simd_log(self, base: AutoSimd<[f64; 4]>) -> AutoSimd<[f64; 4]>
fn simd_log2(self) -> AutoSimd<[f64; 4]>
fn simd_log10(self) -> AutoSimd<[f64; 4]>
fn simd_cbrt(self) -> AutoSimd<[f64; 4]>
Source§fn simd_hypot(
self,
other: AutoSimd<[f64; 4]>,
) -> <AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField
fn simd_hypot( self, other: AutoSimd<[f64; 4]>, ) -> <AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField
Computes (self.conjugate() * self + other.conjugate() * other).sqrt()
fn simd_sin(self) -> AutoSimd<[f64; 4]>
fn simd_cos(self) -> AutoSimd<[f64; 4]>
fn simd_tan(self) -> AutoSimd<[f64; 4]>
fn simd_asin(self) -> AutoSimd<[f64; 4]>
fn simd_acos(self) -> AutoSimd<[f64; 4]>
fn simd_atan(self) -> AutoSimd<[f64; 4]>
fn simd_sin_cos(self) -> (AutoSimd<[f64; 4]>, AutoSimd<[f64; 4]>)
fn simd_sinh(self) -> AutoSimd<[f64; 4]>
fn simd_cosh(self) -> AutoSimd<[f64; 4]>
fn simd_tanh(self) -> AutoSimd<[f64; 4]>
fn simd_asinh(self) -> AutoSimd<[f64; 4]>
fn simd_acosh(self) -> AutoSimd<[f64; 4]>
fn simd_atanh(self) -> AutoSimd<[f64; 4]>
Source§fn simd_to_polar(self) -> (Self::SimdRealField, Self::SimdRealField)
fn simd_to_polar(self) -> (Self::SimdRealField, Self::SimdRealField)
The polar form of this complex number: (modulus, arg)
fn simd_sinh_cosh(self) -> (Self, Self)
fn simd_sinhc(self) -> Self
fn simd_coshc(self) -> Self
Source§impl SimdComplexField for AutoSimd<[f64; 8]>
Available on crate features libm_force or libm or std only.
impl SimdComplexField for AutoSimd<[f64; 8]>
Available on crate features
libm_force or libm or std only.Source§fn simd_horizontal_sum(self) -> <AutoSimd<[f64; 8]> as SimdValue>::Element
fn simd_horizontal_sum(self) -> <AutoSimd<[f64; 8]> as SimdValue>::Element
Computes the sum of all the lanes of
self.Source§fn simd_horizontal_product(self) -> <AutoSimd<[f64; 8]> as SimdValue>::Element
fn simd_horizontal_product(self) -> <AutoSimd<[f64; 8]> as SimdValue>::Element
Computes the product of all the lanes of
self.Source§fn from_simd_real(
re: <AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField,
) -> AutoSimd<[f64; 8]>
fn from_simd_real( re: <AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f64; 8]>
Builds a pure-real complex number from the given value.
Source§fn simd_real(self) -> <AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField
fn simd_real(self) -> <AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField
The real part of this complex number.
Source§fn simd_imaginary(
self,
) -> <AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField
fn simd_imaginary( self, ) -> <AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField
The imaginary part of this complex number.
Source§fn simd_norm1(self) -> <AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField
fn simd_norm1(self) -> <AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField
The sum of the absolute value of this complex number’s real and imaginary part.
Source§fn simd_modulus(self) -> <AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField
fn simd_modulus(self) -> <AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField
The modulus of this complex number.
Source§fn simd_modulus_squared(
self,
) -> <AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField
fn simd_modulus_squared( self, ) -> <AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField
The squared modulus of this complex number.
Source§fn simd_argument(
self,
) -> <AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField
fn simd_argument( self, ) -> <AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField
The argument of this complex number.
Source§fn simd_to_exp(
self,
) -> (<AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField, AutoSimd<[f64; 8]>)
fn simd_to_exp( self, ) -> (<AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField, AutoSimd<[f64; 8]>)
The exponential form of this complex number: (modulus, e^{i arg})
fn simd_recip(self) -> AutoSimd<[f64; 8]>
fn simd_conjugate(self) -> AutoSimd<[f64; 8]>
Source§fn simd_scale(
self,
factor: <AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField,
) -> AutoSimd<[f64; 8]>
fn simd_scale( self, factor: <AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f64; 8]>
Multiplies this complex number by
factor.Source§fn simd_unscale(
self,
factor: <AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField,
) -> AutoSimd<[f64; 8]>
fn simd_unscale( self, factor: <AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f64; 8]>
Divides this complex number by
factor.fn simd_floor(self) -> AutoSimd<[f64; 8]>
fn simd_ceil(self) -> AutoSimd<[f64; 8]>
fn simd_round(self) -> AutoSimd<[f64; 8]>
fn simd_trunc(self) -> AutoSimd<[f64; 8]>
fn simd_fract(self) -> AutoSimd<[f64; 8]>
Source§fn simd_abs(self) -> AutoSimd<[f64; 8]>
fn simd_abs(self) -> AutoSimd<[f64; 8]>
The absolute value of this complex number:
self / self.signum(). Read moreSource§fn simd_signum(self) -> AutoSimd<[f64; 8]>
fn simd_signum(self) -> AutoSimd<[f64; 8]>
The exponential part of this complex number:
self / self.modulus()fn simd_mul_add( self, a: AutoSimd<[f64; 8]>, b: AutoSimd<[f64; 8]>, ) -> AutoSimd<[f64; 8]>
fn simd_powi(self, n: i32) -> AutoSimd<[f64; 8]>
fn simd_powf(self, n: AutoSimd<[f64; 8]>) -> AutoSimd<[f64; 8]>
fn simd_powc(self, n: AutoSimd<[f64; 8]>) -> AutoSimd<[f64; 8]>
fn simd_sqrt(self) -> AutoSimd<[f64; 8]>
fn simd_exp(self) -> AutoSimd<[f64; 8]>
fn simd_exp2(self) -> AutoSimd<[f64; 8]>
fn simd_exp_m1(self) -> AutoSimd<[f64; 8]>
fn simd_ln_1p(self) -> AutoSimd<[f64; 8]>
fn simd_ln(self) -> AutoSimd<[f64; 8]>
fn simd_log(self, base: AutoSimd<[f64; 8]>) -> AutoSimd<[f64; 8]>
fn simd_log2(self) -> AutoSimd<[f64; 8]>
fn simd_log10(self) -> AutoSimd<[f64; 8]>
fn simd_cbrt(self) -> AutoSimd<[f64; 8]>
Source§fn simd_hypot(
self,
other: AutoSimd<[f64; 8]>,
) -> <AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField
fn simd_hypot( self, other: AutoSimd<[f64; 8]>, ) -> <AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField
Computes (self.conjugate() * self + other.conjugate() * other).sqrt()
fn simd_sin(self) -> AutoSimd<[f64; 8]>
fn simd_cos(self) -> AutoSimd<[f64; 8]>
fn simd_tan(self) -> AutoSimd<[f64; 8]>
fn simd_asin(self) -> AutoSimd<[f64; 8]>
fn simd_acos(self) -> AutoSimd<[f64; 8]>
fn simd_atan(self) -> AutoSimd<[f64; 8]>
fn simd_sin_cos(self) -> (AutoSimd<[f64; 8]>, AutoSimd<[f64; 8]>)
fn simd_sinh(self) -> AutoSimd<[f64; 8]>
fn simd_cosh(self) -> AutoSimd<[f64; 8]>
fn simd_tanh(self) -> AutoSimd<[f64; 8]>
fn simd_asinh(self) -> AutoSimd<[f64; 8]>
fn simd_acosh(self) -> AutoSimd<[f64; 8]>
fn simd_atanh(self) -> AutoSimd<[f64; 8]>
Source§fn simd_to_polar(self) -> (Self::SimdRealField, Self::SimdRealField)
fn simd_to_polar(self) -> (Self::SimdRealField, Self::SimdRealField)
The polar form of this complex number: (modulus, arg)
fn simd_sinh_cosh(self) -> (Self, Self)
fn simd_sinhc(self) -> Self
fn simd_coshc(self) -> Self
Source§impl SimdPartialOrd for AutoSimd<[f32; 2]>
impl SimdPartialOrd for AutoSimd<[f32; 2]>
Source§fn simd_gt(
self,
other: AutoSimd<[f32; 2]>,
) -> <AutoSimd<[f32; 2]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[f32; 2]>, ) -> <AutoSimd<[f32; 2]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[f32; 2]>,
) -> <AutoSimd<[f32; 2]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[f32; 2]>, ) -> <AutoSimd<[f32; 2]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[f32; 2]>,
) -> <AutoSimd<[f32; 2]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[f32; 2]>, ) -> <AutoSimd<[f32; 2]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[f32; 2]>,
) -> <AutoSimd<[f32; 2]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[f32; 2]>, ) -> <AutoSimd<[f32; 2]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[f32; 2]>,
) -> <AutoSimd<[f32; 2]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[f32; 2]>, ) -> <AutoSimd<[f32; 2]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[f32; 2]>,
) -> <AutoSimd<[f32; 2]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[f32; 2]>, ) -> <AutoSimd<[f32; 2]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[f32; 2]>,
max: AutoSimd<[f32; 2]>,
) -> AutoSimd<[f32; 2]>
fn simd_clamp( self, min: AutoSimd<[f32; 2]>, max: AutoSimd<[f32; 2]>, ) -> AutoSimd<[f32; 2]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[f32; 4]>
impl SimdPartialOrd for AutoSimd<[f32; 4]>
Source§fn simd_gt(
self,
other: AutoSimd<[f32; 4]>,
) -> <AutoSimd<[f32; 4]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[f32; 4]>, ) -> <AutoSimd<[f32; 4]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[f32; 4]>,
) -> <AutoSimd<[f32; 4]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[f32; 4]>, ) -> <AutoSimd<[f32; 4]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[f32; 4]>,
) -> <AutoSimd<[f32; 4]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[f32; 4]>, ) -> <AutoSimd<[f32; 4]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[f32; 4]>,
) -> <AutoSimd<[f32; 4]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[f32; 4]>, ) -> <AutoSimd<[f32; 4]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[f32; 4]>,
) -> <AutoSimd<[f32; 4]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[f32; 4]>, ) -> <AutoSimd<[f32; 4]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[f32; 4]>,
) -> <AutoSimd<[f32; 4]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[f32; 4]>, ) -> <AutoSimd<[f32; 4]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[f32; 4]>,
max: AutoSimd<[f32; 4]>,
) -> AutoSimd<[f32; 4]>
fn simd_clamp( self, min: AutoSimd<[f32; 4]>, max: AutoSimd<[f32; 4]>, ) -> AutoSimd<[f32; 4]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[f32; 8]>
impl SimdPartialOrd for AutoSimd<[f32; 8]>
Source§fn simd_gt(
self,
other: AutoSimd<[f32; 8]>,
) -> <AutoSimd<[f32; 8]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[f32; 8]>, ) -> <AutoSimd<[f32; 8]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[f32; 8]>,
) -> <AutoSimd<[f32; 8]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[f32; 8]>, ) -> <AutoSimd<[f32; 8]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[f32; 8]>,
) -> <AutoSimd<[f32; 8]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[f32; 8]>, ) -> <AutoSimd<[f32; 8]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[f32; 8]>,
) -> <AutoSimd<[f32; 8]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[f32; 8]>, ) -> <AutoSimd<[f32; 8]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[f32; 8]>,
) -> <AutoSimd<[f32; 8]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[f32; 8]>, ) -> <AutoSimd<[f32; 8]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[f32; 8]>,
) -> <AutoSimd<[f32; 8]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[f32; 8]>, ) -> <AutoSimd<[f32; 8]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[f32; 8]>,
max: AutoSimd<[f32; 8]>,
) -> AutoSimd<[f32; 8]>
fn simd_clamp( self, min: AutoSimd<[f32; 8]>, max: AutoSimd<[f32; 8]>, ) -> AutoSimd<[f32; 8]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[f32; 16]>
impl SimdPartialOrd for AutoSimd<[f32; 16]>
Source§fn simd_gt(
self,
other: AutoSimd<[f32; 16]>,
) -> <AutoSimd<[f32; 16]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[f32; 16]>, ) -> <AutoSimd<[f32; 16]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[f32; 16]>,
) -> <AutoSimd<[f32; 16]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[f32; 16]>, ) -> <AutoSimd<[f32; 16]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[f32; 16]>,
) -> <AutoSimd<[f32; 16]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[f32; 16]>, ) -> <AutoSimd<[f32; 16]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[f32; 16]>,
) -> <AutoSimd<[f32; 16]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[f32; 16]>, ) -> <AutoSimd<[f32; 16]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[f32; 16]>,
) -> <AutoSimd<[f32; 16]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[f32; 16]>, ) -> <AutoSimd<[f32; 16]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[f32; 16]>,
) -> <AutoSimd<[f32; 16]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[f32; 16]>, ) -> <AutoSimd<[f32; 16]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[f32; 16]>,
max: AutoSimd<[f32; 16]>,
) -> AutoSimd<[f32; 16]>
fn simd_clamp( self, min: AutoSimd<[f32; 16]>, max: AutoSimd<[f32; 16]>, ) -> AutoSimd<[f32; 16]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[f64; 2]>
impl SimdPartialOrd for AutoSimd<[f64; 2]>
Source§fn simd_gt(
self,
other: AutoSimd<[f64; 2]>,
) -> <AutoSimd<[f64; 2]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[f64; 2]>, ) -> <AutoSimd<[f64; 2]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[f64; 2]>,
) -> <AutoSimd<[f64; 2]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[f64; 2]>, ) -> <AutoSimd<[f64; 2]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[f64; 2]>,
) -> <AutoSimd<[f64; 2]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[f64; 2]>, ) -> <AutoSimd<[f64; 2]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[f64; 2]>,
) -> <AutoSimd<[f64; 2]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[f64; 2]>, ) -> <AutoSimd<[f64; 2]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[f64; 2]>,
) -> <AutoSimd<[f64; 2]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[f64; 2]>, ) -> <AutoSimd<[f64; 2]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[f64; 2]>,
) -> <AutoSimd<[f64; 2]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[f64; 2]>, ) -> <AutoSimd<[f64; 2]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[f64; 2]>,
max: AutoSimd<[f64; 2]>,
) -> AutoSimd<[f64; 2]>
fn simd_clamp( self, min: AutoSimd<[f64; 2]>, max: AutoSimd<[f64; 2]>, ) -> AutoSimd<[f64; 2]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[f64; 4]>
impl SimdPartialOrd for AutoSimd<[f64; 4]>
Source§fn simd_gt(
self,
other: AutoSimd<[f64; 4]>,
) -> <AutoSimd<[f64; 4]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[f64; 4]>, ) -> <AutoSimd<[f64; 4]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[f64; 4]>,
) -> <AutoSimd<[f64; 4]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[f64; 4]>, ) -> <AutoSimd<[f64; 4]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[f64; 4]>,
) -> <AutoSimd<[f64; 4]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[f64; 4]>, ) -> <AutoSimd<[f64; 4]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[f64; 4]>,
) -> <AutoSimd<[f64; 4]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[f64; 4]>, ) -> <AutoSimd<[f64; 4]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[f64; 4]>,
) -> <AutoSimd<[f64; 4]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[f64; 4]>, ) -> <AutoSimd<[f64; 4]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[f64; 4]>,
) -> <AutoSimd<[f64; 4]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[f64; 4]>, ) -> <AutoSimd<[f64; 4]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[f64; 4]>,
max: AutoSimd<[f64; 4]>,
) -> AutoSimd<[f64; 4]>
fn simd_clamp( self, min: AutoSimd<[f64; 4]>, max: AutoSimd<[f64; 4]>, ) -> AutoSimd<[f64; 4]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[f64; 8]>
impl SimdPartialOrd for AutoSimd<[f64; 8]>
Source§fn simd_gt(
self,
other: AutoSimd<[f64; 8]>,
) -> <AutoSimd<[f64; 8]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[f64; 8]>, ) -> <AutoSimd<[f64; 8]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[f64; 8]>,
) -> <AutoSimd<[f64; 8]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[f64; 8]>, ) -> <AutoSimd<[f64; 8]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[f64; 8]>,
) -> <AutoSimd<[f64; 8]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[f64; 8]>, ) -> <AutoSimd<[f64; 8]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[f64; 8]>,
) -> <AutoSimd<[f64; 8]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[f64; 8]>, ) -> <AutoSimd<[f64; 8]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[f64; 8]>,
) -> <AutoSimd<[f64; 8]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[f64; 8]>, ) -> <AutoSimd<[f64; 8]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[f64; 8]>,
) -> <AutoSimd<[f64; 8]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[f64; 8]>, ) -> <AutoSimd<[f64; 8]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[f64; 8]>,
max: AutoSimd<[f64; 8]>,
) -> AutoSimd<[f64; 8]>
fn simd_clamp( self, min: AutoSimd<[f64; 8]>, max: AutoSimd<[f64; 8]>, ) -> AutoSimd<[f64; 8]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[i128; 1]>
impl SimdPartialOrd for AutoSimd<[i128; 1]>
Source§fn simd_gt(
self,
other: AutoSimd<[i128; 1]>,
) -> <AutoSimd<[i128; 1]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[i128; 1]>, ) -> <AutoSimd<[i128; 1]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[i128; 1]>,
) -> <AutoSimd<[i128; 1]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[i128; 1]>, ) -> <AutoSimd<[i128; 1]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[i128; 1]>,
) -> <AutoSimd<[i128; 1]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[i128; 1]>, ) -> <AutoSimd<[i128; 1]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[i128; 1]>,
) -> <AutoSimd<[i128; 1]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[i128; 1]>, ) -> <AutoSimd<[i128; 1]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[i128; 1]>,
) -> <AutoSimd<[i128; 1]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[i128; 1]>, ) -> <AutoSimd<[i128; 1]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[i128; 1]>,
) -> <AutoSimd<[i128; 1]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[i128; 1]>, ) -> <AutoSimd<[i128; 1]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[i128; 1]>,
max: AutoSimd<[i128; 1]>,
) -> AutoSimd<[i128; 1]>
fn simd_clamp( self, min: AutoSimd<[i128; 1]>, max: AutoSimd<[i128; 1]>, ) -> AutoSimd<[i128; 1]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[i128; 2]>
impl SimdPartialOrd for AutoSimd<[i128; 2]>
Source§fn simd_gt(
self,
other: AutoSimd<[i128; 2]>,
) -> <AutoSimd<[i128; 2]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[i128; 2]>, ) -> <AutoSimd<[i128; 2]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[i128; 2]>,
) -> <AutoSimd<[i128; 2]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[i128; 2]>, ) -> <AutoSimd<[i128; 2]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[i128; 2]>,
) -> <AutoSimd<[i128; 2]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[i128; 2]>, ) -> <AutoSimd<[i128; 2]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[i128; 2]>,
) -> <AutoSimd<[i128; 2]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[i128; 2]>, ) -> <AutoSimd<[i128; 2]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[i128; 2]>,
) -> <AutoSimd<[i128; 2]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[i128; 2]>, ) -> <AutoSimd<[i128; 2]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[i128; 2]>,
) -> <AutoSimd<[i128; 2]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[i128; 2]>, ) -> <AutoSimd<[i128; 2]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[i128; 2]>,
max: AutoSimd<[i128; 2]>,
) -> AutoSimd<[i128; 2]>
fn simd_clamp( self, min: AutoSimd<[i128; 2]>, max: AutoSimd<[i128; 2]>, ) -> AutoSimd<[i128; 2]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[i128; 4]>
impl SimdPartialOrd for AutoSimd<[i128; 4]>
Source§fn simd_gt(
self,
other: AutoSimd<[i128; 4]>,
) -> <AutoSimd<[i128; 4]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[i128; 4]>, ) -> <AutoSimd<[i128; 4]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[i128; 4]>,
) -> <AutoSimd<[i128; 4]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[i128; 4]>, ) -> <AutoSimd<[i128; 4]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[i128; 4]>,
) -> <AutoSimd<[i128; 4]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[i128; 4]>, ) -> <AutoSimd<[i128; 4]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[i128; 4]>,
) -> <AutoSimd<[i128; 4]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[i128; 4]>, ) -> <AutoSimd<[i128; 4]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[i128; 4]>,
) -> <AutoSimd<[i128; 4]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[i128; 4]>, ) -> <AutoSimd<[i128; 4]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[i128; 4]>,
) -> <AutoSimd<[i128; 4]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[i128; 4]>, ) -> <AutoSimd<[i128; 4]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[i128; 4]>,
max: AutoSimd<[i128; 4]>,
) -> AutoSimd<[i128; 4]>
fn simd_clamp( self, min: AutoSimd<[i128; 4]>, max: AutoSimd<[i128; 4]>, ) -> AutoSimd<[i128; 4]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[i16; 2]>
impl SimdPartialOrd for AutoSimd<[i16; 2]>
Source§fn simd_gt(
self,
other: AutoSimd<[i16; 2]>,
) -> <AutoSimd<[i16; 2]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[i16; 2]>, ) -> <AutoSimd<[i16; 2]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[i16; 2]>,
) -> <AutoSimd<[i16; 2]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[i16; 2]>, ) -> <AutoSimd<[i16; 2]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[i16; 2]>,
) -> <AutoSimd<[i16; 2]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[i16; 2]>, ) -> <AutoSimd<[i16; 2]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[i16; 2]>,
) -> <AutoSimd<[i16; 2]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[i16; 2]>, ) -> <AutoSimd<[i16; 2]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[i16; 2]>,
) -> <AutoSimd<[i16; 2]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[i16; 2]>, ) -> <AutoSimd<[i16; 2]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[i16; 2]>,
) -> <AutoSimd<[i16; 2]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[i16; 2]>, ) -> <AutoSimd<[i16; 2]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[i16; 2]>,
max: AutoSimd<[i16; 2]>,
) -> AutoSimd<[i16; 2]>
fn simd_clamp( self, min: AutoSimd<[i16; 2]>, max: AutoSimd<[i16; 2]>, ) -> AutoSimd<[i16; 2]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[i16; 4]>
impl SimdPartialOrd for AutoSimd<[i16; 4]>
Source§fn simd_gt(
self,
other: AutoSimd<[i16; 4]>,
) -> <AutoSimd<[i16; 4]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[i16; 4]>, ) -> <AutoSimd<[i16; 4]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[i16; 4]>,
) -> <AutoSimd<[i16; 4]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[i16; 4]>, ) -> <AutoSimd<[i16; 4]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[i16; 4]>,
) -> <AutoSimd<[i16; 4]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[i16; 4]>, ) -> <AutoSimd<[i16; 4]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[i16; 4]>,
) -> <AutoSimd<[i16; 4]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[i16; 4]>, ) -> <AutoSimd<[i16; 4]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[i16; 4]>,
) -> <AutoSimd<[i16; 4]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[i16; 4]>, ) -> <AutoSimd<[i16; 4]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[i16; 4]>,
) -> <AutoSimd<[i16; 4]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[i16; 4]>, ) -> <AutoSimd<[i16; 4]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[i16; 4]>,
max: AutoSimd<[i16; 4]>,
) -> AutoSimd<[i16; 4]>
fn simd_clamp( self, min: AutoSimd<[i16; 4]>, max: AutoSimd<[i16; 4]>, ) -> AutoSimd<[i16; 4]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[i16; 8]>
impl SimdPartialOrd for AutoSimd<[i16; 8]>
Source§fn simd_gt(
self,
other: AutoSimd<[i16; 8]>,
) -> <AutoSimd<[i16; 8]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[i16; 8]>, ) -> <AutoSimd<[i16; 8]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[i16; 8]>,
) -> <AutoSimd<[i16; 8]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[i16; 8]>, ) -> <AutoSimd<[i16; 8]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[i16; 8]>,
) -> <AutoSimd<[i16; 8]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[i16; 8]>, ) -> <AutoSimd<[i16; 8]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[i16; 8]>,
) -> <AutoSimd<[i16; 8]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[i16; 8]>, ) -> <AutoSimd<[i16; 8]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[i16; 8]>,
) -> <AutoSimd<[i16; 8]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[i16; 8]>, ) -> <AutoSimd<[i16; 8]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[i16; 8]>,
) -> <AutoSimd<[i16; 8]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[i16; 8]>, ) -> <AutoSimd<[i16; 8]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[i16; 8]>,
max: AutoSimd<[i16; 8]>,
) -> AutoSimd<[i16; 8]>
fn simd_clamp( self, min: AutoSimd<[i16; 8]>, max: AutoSimd<[i16; 8]>, ) -> AutoSimd<[i16; 8]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[i16; 16]>
impl SimdPartialOrd for AutoSimd<[i16; 16]>
Source§fn simd_gt(
self,
other: AutoSimd<[i16; 16]>,
) -> <AutoSimd<[i16; 16]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[i16; 16]>, ) -> <AutoSimd<[i16; 16]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[i16; 16]>,
) -> <AutoSimd<[i16; 16]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[i16; 16]>, ) -> <AutoSimd<[i16; 16]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[i16; 16]>,
) -> <AutoSimd<[i16; 16]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[i16; 16]>, ) -> <AutoSimd<[i16; 16]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[i16; 16]>,
) -> <AutoSimd<[i16; 16]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[i16; 16]>, ) -> <AutoSimd<[i16; 16]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[i16; 16]>,
) -> <AutoSimd<[i16; 16]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[i16; 16]>, ) -> <AutoSimd<[i16; 16]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[i16; 16]>,
) -> <AutoSimd<[i16; 16]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[i16; 16]>, ) -> <AutoSimd<[i16; 16]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[i16; 16]>,
max: AutoSimd<[i16; 16]>,
) -> AutoSimd<[i16; 16]>
fn simd_clamp( self, min: AutoSimd<[i16; 16]>, max: AutoSimd<[i16; 16]>, ) -> AutoSimd<[i16; 16]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[i16; 32]>
impl SimdPartialOrd for AutoSimd<[i16; 32]>
Source§fn simd_gt(
self,
other: AutoSimd<[i16; 32]>,
) -> <AutoSimd<[i16; 32]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[i16; 32]>, ) -> <AutoSimd<[i16; 32]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[i16; 32]>,
) -> <AutoSimd<[i16; 32]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[i16; 32]>, ) -> <AutoSimd<[i16; 32]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[i16; 32]>,
) -> <AutoSimd<[i16; 32]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[i16; 32]>, ) -> <AutoSimd<[i16; 32]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[i16; 32]>,
) -> <AutoSimd<[i16; 32]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[i16; 32]>, ) -> <AutoSimd<[i16; 32]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[i16; 32]>,
) -> <AutoSimd<[i16; 32]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[i16; 32]>, ) -> <AutoSimd<[i16; 32]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[i16; 32]>,
) -> <AutoSimd<[i16; 32]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[i16; 32]>, ) -> <AutoSimd<[i16; 32]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[i16; 32]>,
max: AutoSimd<[i16; 32]>,
) -> AutoSimd<[i16; 32]>
fn simd_clamp( self, min: AutoSimd<[i16; 32]>, max: AutoSimd<[i16; 32]>, ) -> AutoSimd<[i16; 32]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[i32; 2]>
impl SimdPartialOrd for AutoSimd<[i32; 2]>
Source§fn simd_gt(
self,
other: AutoSimd<[i32; 2]>,
) -> <AutoSimd<[i32; 2]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[i32; 2]>, ) -> <AutoSimd<[i32; 2]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[i32; 2]>,
) -> <AutoSimd<[i32; 2]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[i32; 2]>, ) -> <AutoSimd<[i32; 2]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[i32; 2]>,
) -> <AutoSimd<[i32; 2]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[i32; 2]>, ) -> <AutoSimd<[i32; 2]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[i32; 2]>,
) -> <AutoSimd<[i32; 2]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[i32; 2]>, ) -> <AutoSimd<[i32; 2]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[i32; 2]>,
) -> <AutoSimd<[i32; 2]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[i32; 2]>, ) -> <AutoSimd<[i32; 2]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[i32; 2]>,
) -> <AutoSimd<[i32; 2]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[i32; 2]>, ) -> <AutoSimd<[i32; 2]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[i32; 2]>,
max: AutoSimd<[i32; 2]>,
) -> AutoSimd<[i32; 2]>
fn simd_clamp( self, min: AutoSimd<[i32; 2]>, max: AutoSimd<[i32; 2]>, ) -> AutoSimd<[i32; 2]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[i32; 4]>
impl SimdPartialOrd for AutoSimd<[i32; 4]>
Source§fn simd_gt(
self,
other: AutoSimd<[i32; 4]>,
) -> <AutoSimd<[i32; 4]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[i32; 4]>, ) -> <AutoSimd<[i32; 4]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[i32; 4]>,
) -> <AutoSimd<[i32; 4]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[i32; 4]>, ) -> <AutoSimd<[i32; 4]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[i32; 4]>,
) -> <AutoSimd<[i32; 4]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[i32; 4]>, ) -> <AutoSimd<[i32; 4]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[i32; 4]>,
) -> <AutoSimd<[i32; 4]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[i32; 4]>, ) -> <AutoSimd<[i32; 4]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[i32; 4]>,
) -> <AutoSimd<[i32; 4]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[i32; 4]>, ) -> <AutoSimd<[i32; 4]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[i32; 4]>,
) -> <AutoSimd<[i32; 4]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[i32; 4]>, ) -> <AutoSimd<[i32; 4]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[i32; 4]>,
max: AutoSimd<[i32; 4]>,
) -> AutoSimd<[i32; 4]>
fn simd_clamp( self, min: AutoSimd<[i32; 4]>, max: AutoSimd<[i32; 4]>, ) -> AutoSimd<[i32; 4]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[i32; 8]>
impl SimdPartialOrd for AutoSimd<[i32; 8]>
Source§fn simd_gt(
self,
other: AutoSimd<[i32; 8]>,
) -> <AutoSimd<[i32; 8]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[i32; 8]>, ) -> <AutoSimd<[i32; 8]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[i32; 8]>,
) -> <AutoSimd<[i32; 8]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[i32; 8]>, ) -> <AutoSimd<[i32; 8]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[i32; 8]>,
) -> <AutoSimd<[i32; 8]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[i32; 8]>, ) -> <AutoSimd<[i32; 8]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[i32; 8]>,
) -> <AutoSimd<[i32; 8]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[i32; 8]>, ) -> <AutoSimd<[i32; 8]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[i32; 8]>,
) -> <AutoSimd<[i32; 8]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[i32; 8]>, ) -> <AutoSimd<[i32; 8]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[i32; 8]>,
) -> <AutoSimd<[i32; 8]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[i32; 8]>, ) -> <AutoSimd<[i32; 8]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[i32; 8]>,
max: AutoSimd<[i32; 8]>,
) -> AutoSimd<[i32; 8]>
fn simd_clamp( self, min: AutoSimd<[i32; 8]>, max: AutoSimd<[i32; 8]>, ) -> AutoSimd<[i32; 8]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[i32; 16]>
impl SimdPartialOrd for AutoSimd<[i32; 16]>
Source§fn simd_gt(
self,
other: AutoSimd<[i32; 16]>,
) -> <AutoSimd<[i32; 16]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[i32; 16]>, ) -> <AutoSimd<[i32; 16]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[i32; 16]>,
) -> <AutoSimd<[i32; 16]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[i32; 16]>, ) -> <AutoSimd<[i32; 16]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[i32; 16]>,
) -> <AutoSimd<[i32; 16]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[i32; 16]>, ) -> <AutoSimd<[i32; 16]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[i32; 16]>,
) -> <AutoSimd<[i32; 16]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[i32; 16]>, ) -> <AutoSimd<[i32; 16]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[i32; 16]>,
) -> <AutoSimd<[i32; 16]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[i32; 16]>, ) -> <AutoSimd<[i32; 16]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[i32; 16]>,
) -> <AutoSimd<[i32; 16]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[i32; 16]>, ) -> <AutoSimd<[i32; 16]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[i32; 16]>,
max: AutoSimd<[i32; 16]>,
) -> AutoSimd<[i32; 16]>
fn simd_clamp( self, min: AutoSimd<[i32; 16]>, max: AutoSimd<[i32; 16]>, ) -> AutoSimd<[i32; 16]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[i64; 2]>
impl SimdPartialOrd for AutoSimd<[i64; 2]>
Source§fn simd_gt(
self,
other: AutoSimd<[i64; 2]>,
) -> <AutoSimd<[i64; 2]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[i64; 2]>, ) -> <AutoSimd<[i64; 2]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[i64; 2]>,
) -> <AutoSimd<[i64; 2]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[i64; 2]>, ) -> <AutoSimd<[i64; 2]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[i64; 2]>,
) -> <AutoSimd<[i64; 2]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[i64; 2]>, ) -> <AutoSimd<[i64; 2]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[i64; 2]>,
) -> <AutoSimd<[i64; 2]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[i64; 2]>, ) -> <AutoSimd<[i64; 2]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[i64; 2]>,
) -> <AutoSimd<[i64; 2]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[i64; 2]>, ) -> <AutoSimd<[i64; 2]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[i64; 2]>,
) -> <AutoSimd<[i64; 2]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[i64; 2]>, ) -> <AutoSimd<[i64; 2]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[i64; 2]>,
max: AutoSimd<[i64; 2]>,
) -> AutoSimd<[i64; 2]>
fn simd_clamp( self, min: AutoSimd<[i64; 2]>, max: AutoSimd<[i64; 2]>, ) -> AutoSimd<[i64; 2]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[i64; 4]>
impl SimdPartialOrd for AutoSimd<[i64; 4]>
Source§fn simd_gt(
self,
other: AutoSimd<[i64; 4]>,
) -> <AutoSimd<[i64; 4]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[i64; 4]>, ) -> <AutoSimd<[i64; 4]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[i64; 4]>,
) -> <AutoSimd<[i64; 4]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[i64; 4]>, ) -> <AutoSimd<[i64; 4]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[i64; 4]>,
) -> <AutoSimd<[i64; 4]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[i64; 4]>, ) -> <AutoSimd<[i64; 4]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[i64; 4]>,
) -> <AutoSimd<[i64; 4]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[i64; 4]>, ) -> <AutoSimd<[i64; 4]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[i64; 4]>,
) -> <AutoSimd<[i64; 4]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[i64; 4]>, ) -> <AutoSimd<[i64; 4]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[i64; 4]>,
) -> <AutoSimd<[i64; 4]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[i64; 4]>, ) -> <AutoSimd<[i64; 4]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[i64; 4]>,
max: AutoSimd<[i64; 4]>,
) -> AutoSimd<[i64; 4]>
fn simd_clamp( self, min: AutoSimd<[i64; 4]>, max: AutoSimd<[i64; 4]>, ) -> AutoSimd<[i64; 4]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[i64; 8]>
impl SimdPartialOrd for AutoSimd<[i64; 8]>
Source§fn simd_gt(
self,
other: AutoSimd<[i64; 8]>,
) -> <AutoSimd<[i64; 8]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[i64; 8]>, ) -> <AutoSimd<[i64; 8]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[i64; 8]>,
) -> <AutoSimd<[i64; 8]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[i64; 8]>, ) -> <AutoSimd<[i64; 8]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[i64; 8]>,
) -> <AutoSimd<[i64; 8]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[i64; 8]>, ) -> <AutoSimd<[i64; 8]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[i64; 8]>,
) -> <AutoSimd<[i64; 8]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[i64; 8]>, ) -> <AutoSimd<[i64; 8]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[i64; 8]>,
) -> <AutoSimd<[i64; 8]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[i64; 8]>, ) -> <AutoSimd<[i64; 8]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[i64; 8]>,
) -> <AutoSimd<[i64; 8]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[i64; 8]>, ) -> <AutoSimd<[i64; 8]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[i64; 8]>,
max: AutoSimd<[i64; 8]>,
) -> AutoSimd<[i64; 8]>
fn simd_clamp( self, min: AutoSimd<[i64; 8]>, max: AutoSimd<[i64; 8]>, ) -> AutoSimd<[i64; 8]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[i8; 2]>
impl SimdPartialOrd for AutoSimd<[i8; 2]>
Source§fn simd_gt(
self,
other: AutoSimd<[i8; 2]>,
) -> <AutoSimd<[i8; 2]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[i8; 2]>, ) -> <AutoSimd<[i8; 2]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[i8; 2]>,
) -> <AutoSimd<[i8; 2]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[i8; 2]>, ) -> <AutoSimd<[i8; 2]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[i8; 2]>,
) -> <AutoSimd<[i8; 2]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[i8; 2]>, ) -> <AutoSimd<[i8; 2]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[i8; 2]>,
) -> <AutoSimd<[i8; 2]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[i8; 2]>, ) -> <AutoSimd<[i8; 2]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[i8; 2]>,
) -> <AutoSimd<[i8; 2]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[i8; 2]>, ) -> <AutoSimd<[i8; 2]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[i8; 2]>,
) -> <AutoSimd<[i8; 2]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[i8; 2]>, ) -> <AutoSimd<[i8; 2]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[i8; 2]>,
max: AutoSimd<[i8; 2]>,
) -> AutoSimd<[i8; 2]>
fn simd_clamp( self, min: AutoSimd<[i8; 2]>, max: AutoSimd<[i8; 2]>, ) -> AutoSimd<[i8; 2]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[i8; 4]>
impl SimdPartialOrd for AutoSimd<[i8; 4]>
Source§fn simd_gt(
self,
other: AutoSimd<[i8; 4]>,
) -> <AutoSimd<[i8; 4]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[i8; 4]>, ) -> <AutoSimd<[i8; 4]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[i8; 4]>,
) -> <AutoSimd<[i8; 4]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[i8; 4]>, ) -> <AutoSimd<[i8; 4]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[i8; 4]>,
) -> <AutoSimd<[i8; 4]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[i8; 4]>, ) -> <AutoSimd<[i8; 4]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[i8; 4]>,
) -> <AutoSimd<[i8; 4]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[i8; 4]>, ) -> <AutoSimd<[i8; 4]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[i8; 4]>,
) -> <AutoSimd<[i8; 4]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[i8; 4]>, ) -> <AutoSimd<[i8; 4]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[i8; 4]>,
) -> <AutoSimd<[i8; 4]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[i8; 4]>, ) -> <AutoSimd<[i8; 4]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[i8; 4]>,
max: AutoSimd<[i8; 4]>,
) -> AutoSimd<[i8; 4]>
fn simd_clamp( self, min: AutoSimd<[i8; 4]>, max: AutoSimd<[i8; 4]>, ) -> AutoSimd<[i8; 4]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[i8; 8]>
impl SimdPartialOrd for AutoSimd<[i8; 8]>
Source§fn simd_gt(
self,
other: AutoSimd<[i8; 8]>,
) -> <AutoSimd<[i8; 8]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[i8; 8]>, ) -> <AutoSimd<[i8; 8]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[i8; 8]>,
) -> <AutoSimd<[i8; 8]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[i8; 8]>, ) -> <AutoSimd<[i8; 8]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[i8; 8]>,
) -> <AutoSimd<[i8; 8]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[i8; 8]>, ) -> <AutoSimd<[i8; 8]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[i8; 8]>,
) -> <AutoSimd<[i8; 8]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[i8; 8]>, ) -> <AutoSimd<[i8; 8]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[i8; 8]>,
) -> <AutoSimd<[i8; 8]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[i8; 8]>, ) -> <AutoSimd<[i8; 8]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[i8; 8]>,
) -> <AutoSimd<[i8; 8]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[i8; 8]>, ) -> <AutoSimd<[i8; 8]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[i8; 8]>,
max: AutoSimd<[i8; 8]>,
) -> AutoSimd<[i8; 8]>
fn simd_clamp( self, min: AutoSimd<[i8; 8]>, max: AutoSimd<[i8; 8]>, ) -> AutoSimd<[i8; 8]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[i8; 16]>
impl SimdPartialOrd for AutoSimd<[i8; 16]>
Source§fn simd_gt(
self,
other: AutoSimd<[i8; 16]>,
) -> <AutoSimd<[i8; 16]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[i8; 16]>, ) -> <AutoSimd<[i8; 16]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[i8; 16]>,
) -> <AutoSimd<[i8; 16]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[i8; 16]>, ) -> <AutoSimd<[i8; 16]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[i8; 16]>,
) -> <AutoSimd<[i8; 16]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[i8; 16]>, ) -> <AutoSimd<[i8; 16]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[i8; 16]>,
) -> <AutoSimd<[i8; 16]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[i8; 16]>, ) -> <AutoSimd<[i8; 16]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[i8; 16]>,
) -> <AutoSimd<[i8; 16]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[i8; 16]>, ) -> <AutoSimd<[i8; 16]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[i8; 16]>,
) -> <AutoSimd<[i8; 16]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[i8; 16]>, ) -> <AutoSimd<[i8; 16]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[i8; 16]>,
max: AutoSimd<[i8; 16]>,
) -> AutoSimd<[i8; 16]>
fn simd_clamp( self, min: AutoSimd<[i8; 16]>, max: AutoSimd<[i8; 16]>, ) -> AutoSimd<[i8; 16]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[i8; 32]>
impl SimdPartialOrd for AutoSimd<[i8; 32]>
Source§fn simd_gt(
self,
other: AutoSimd<[i8; 32]>,
) -> <AutoSimd<[i8; 32]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[i8; 32]>, ) -> <AutoSimd<[i8; 32]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[i8; 32]>,
) -> <AutoSimd<[i8; 32]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[i8; 32]>, ) -> <AutoSimd<[i8; 32]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[i8; 32]>,
) -> <AutoSimd<[i8; 32]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[i8; 32]>, ) -> <AutoSimd<[i8; 32]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[i8; 32]>,
) -> <AutoSimd<[i8; 32]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[i8; 32]>, ) -> <AutoSimd<[i8; 32]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[i8; 32]>,
) -> <AutoSimd<[i8; 32]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[i8; 32]>, ) -> <AutoSimd<[i8; 32]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[i8; 32]>,
) -> <AutoSimd<[i8; 32]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[i8; 32]>, ) -> <AutoSimd<[i8; 32]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[i8; 32]>,
max: AutoSimd<[i8; 32]>,
) -> AutoSimd<[i8; 32]>
fn simd_clamp( self, min: AutoSimd<[i8; 32]>, max: AutoSimd<[i8; 32]>, ) -> AutoSimd<[i8; 32]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[isize; 2]>
impl SimdPartialOrd for AutoSimd<[isize; 2]>
Source§fn simd_gt(
self,
other: AutoSimd<[isize; 2]>,
) -> <AutoSimd<[isize; 2]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[isize; 2]>, ) -> <AutoSimd<[isize; 2]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[isize; 2]>,
) -> <AutoSimd<[isize; 2]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[isize; 2]>, ) -> <AutoSimd<[isize; 2]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[isize; 2]>,
) -> <AutoSimd<[isize; 2]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[isize; 2]>, ) -> <AutoSimd<[isize; 2]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[isize; 2]>,
) -> <AutoSimd<[isize; 2]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[isize; 2]>, ) -> <AutoSimd<[isize; 2]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[isize; 2]>,
) -> <AutoSimd<[isize; 2]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[isize; 2]>, ) -> <AutoSimd<[isize; 2]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[isize; 2]>,
) -> <AutoSimd<[isize; 2]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[isize; 2]>, ) -> <AutoSimd<[isize; 2]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[isize; 2]>,
max: AutoSimd<[isize; 2]>,
) -> AutoSimd<[isize; 2]>
fn simd_clamp( self, min: AutoSimd<[isize; 2]>, max: AutoSimd<[isize; 2]>, ) -> AutoSimd<[isize; 2]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[isize; 4]>
impl SimdPartialOrd for AutoSimd<[isize; 4]>
Source§fn simd_gt(
self,
other: AutoSimd<[isize; 4]>,
) -> <AutoSimd<[isize; 4]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[isize; 4]>, ) -> <AutoSimd<[isize; 4]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[isize; 4]>,
) -> <AutoSimd<[isize; 4]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[isize; 4]>, ) -> <AutoSimd<[isize; 4]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[isize; 4]>,
) -> <AutoSimd<[isize; 4]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[isize; 4]>, ) -> <AutoSimd<[isize; 4]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[isize; 4]>,
) -> <AutoSimd<[isize; 4]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[isize; 4]>, ) -> <AutoSimd<[isize; 4]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[isize; 4]>,
) -> <AutoSimd<[isize; 4]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[isize; 4]>, ) -> <AutoSimd<[isize; 4]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[isize; 4]>,
) -> <AutoSimd<[isize; 4]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[isize; 4]>, ) -> <AutoSimd<[isize; 4]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[isize; 4]>,
max: AutoSimd<[isize; 4]>,
) -> AutoSimd<[isize; 4]>
fn simd_clamp( self, min: AutoSimd<[isize; 4]>, max: AutoSimd<[isize; 4]>, ) -> AutoSimd<[isize; 4]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[isize; 8]>
impl SimdPartialOrd for AutoSimd<[isize; 8]>
Source§fn simd_gt(
self,
other: AutoSimd<[isize; 8]>,
) -> <AutoSimd<[isize; 8]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[isize; 8]>, ) -> <AutoSimd<[isize; 8]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[isize; 8]>,
) -> <AutoSimd<[isize; 8]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[isize; 8]>, ) -> <AutoSimd<[isize; 8]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[isize; 8]>,
) -> <AutoSimd<[isize; 8]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[isize; 8]>, ) -> <AutoSimd<[isize; 8]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[isize; 8]>,
) -> <AutoSimd<[isize; 8]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[isize; 8]>, ) -> <AutoSimd<[isize; 8]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[isize; 8]>,
) -> <AutoSimd<[isize; 8]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[isize; 8]>, ) -> <AutoSimd<[isize; 8]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[isize; 8]>,
) -> <AutoSimd<[isize; 8]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[isize; 8]>, ) -> <AutoSimd<[isize; 8]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[isize; 8]>,
max: AutoSimd<[isize; 8]>,
) -> AutoSimd<[isize; 8]>
fn simd_clamp( self, min: AutoSimd<[isize; 8]>, max: AutoSimd<[isize; 8]>, ) -> AutoSimd<[isize; 8]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[u128; 1]>
impl SimdPartialOrd for AutoSimd<[u128; 1]>
Source§fn simd_gt(
self,
other: AutoSimd<[u128; 1]>,
) -> <AutoSimd<[u128; 1]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[u128; 1]>, ) -> <AutoSimd<[u128; 1]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[u128; 1]>,
) -> <AutoSimd<[u128; 1]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[u128; 1]>, ) -> <AutoSimd<[u128; 1]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[u128; 1]>,
) -> <AutoSimd<[u128; 1]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[u128; 1]>, ) -> <AutoSimd<[u128; 1]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[u128; 1]>,
) -> <AutoSimd<[u128; 1]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[u128; 1]>, ) -> <AutoSimd<[u128; 1]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[u128; 1]>,
) -> <AutoSimd<[u128; 1]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[u128; 1]>, ) -> <AutoSimd<[u128; 1]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[u128; 1]>,
) -> <AutoSimd<[u128; 1]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[u128; 1]>, ) -> <AutoSimd<[u128; 1]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[u128; 1]>,
max: AutoSimd<[u128; 1]>,
) -> AutoSimd<[u128; 1]>
fn simd_clamp( self, min: AutoSimd<[u128; 1]>, max: AutoSimd<[u128; 1]>, ) -> AutoSimd<[u128; 1]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[u128; 2]>
impl SimdPartialOrd for AutoSimd<[u128; 2]>
Source§fn simd_gt(
self,
other: AutoSimd<[u128; 2]>,
) -> <AutoSimd<[u128; 2]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[u128; 2]>, ) -> <AutoSimd<[u128; 2]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[u128; 2]>,
) -> <AutoSimd<[u128; 2]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[u128; 2]>, ) -> <AutoSimd<[u128; 2]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[u128; 2]>,
) -> <AutoSimd<[u128; 2]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[u128; 2]>, ) -> <AutoSimd<[u128; 2]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[u128; 2]>,
) -> <AutoSimd<[u128; 2]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[u128; 2]>, ) -> <AutoSimd<[u128; 2]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[u128; 2]>,
) -> <AutoSimd<[u128; 2]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[u128; 2]>, ) -> <AutoSimd<[u128; 2]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[u128; 2]>,
) -> <AutoSimd<[u128; 2]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[u128; 2]>, ) -> <AutoSimd<[u128; 2]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[u128; 2]>,
max: AutoSimd<[u128; 2]>,
) -> AutoSimd<[u128; 2]>
fn simd_clamp( self, min: AutoSimd<[u128; 2]>, max: AutoSimd<[u128; 2]>, ) -> AutoSimd<[u128; 2]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[u128; 4]>
impl SimdPartialOrd for AutoSimd<[u128; 4]>
Source§fn simd_gt(
self,
other: AutoSimd<[u128; 4]>,
) -> <AutoSimd<[u128; 4]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[u128; 4]>, ) -> <AutoSimd<[u128; 4]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[u128; 4]>,
) -> <AutoSimd<[u128; 4]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[u128; 4]>, ) -> <AutoSimd<[u128; 4]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[u128; 4]>,
) -> <AutoSimd<[u128; 4]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[u128; 4]>, ) -> <AutoSimd<[u128; 4]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[u128; 4]>,
) -> <AutoSimd<[u128; 4]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[u128; 4]>, ) -> <AutoSimd<[u128; 4]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[u128; 4]>,
) -> <AutoSimd<[u128; 4]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[u128; 4]>, ) -> <AutoSimd<[u128; 4]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[u128; 4]>,
) -> <AutoSimd<[u128; 4]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[u128; 4]>, ) -> <AutoSimd<[u128; 4]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[u128; 4]>,
max: AutoSimd<[u128; 4]>,
) -> AutoSimd<[u128; 4]>
fn simd_clamp( self, min: AutoSimd<[u128; 4]>, max: AutoSimd<[u128; 4]>, ) -> AutoSimd<[u128; 4]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[u16; 2]>
impl SimdPartialOrd for AutoSimd<[u16; 2]>
Source§fn simd_gt(
self,
other: AutoSimd<[u16; 2]>,
) -> <AutoSimd<[u16; 2]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[u16; 2]>, ) -> <AutoSimd<[u16; 2]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[u16; 2]>,
) -> <AutoSimd<[u16; 2]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[u16; 2]>, ) -> <AutoSimd<[u16; 2]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[u16; 2]>,
) -> <AutoSimd<[u16; 2]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[u16; 2]>, ) -> <AutoSimd<[u16; 2]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[u16; 2]>,
) -> <AutoSimd<[u16; 2]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[u16; 2]>, ) -> <AutoSimd<[u16; 2]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[u16; 2]>,
) -> <AutoSimd<[u16; 2]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[u16; 2]>, ) -> <AutoSimd<[u16; 2]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[u16; 2]>,
) -> <AutoSimd<[u16; 2]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[u16; 2]>, ) -> <AutoSimd<[u16; 2]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[u16; 2]>,
max: AutoSimd<[u16; 2]>,
) -> AutoSimd<[u16; 2]>
fn simd_clamp( self, min: AutoSimd<[u16; 2]>, max: AutoSimd<[u16; 2]>, ) -> AutoSimd<[u16; 2]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[u16; 4]>
impl SimdPartialOrd for AutoSimd<[u16; 4]>
Source§fn simd_gt(
self,
other: AutoSimd<[u16; 4]>,
) -> <AutoSimd<[u16; 4]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[u16; 4]>, ) -> <AutoSimd<[u16; 4]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[u16; 4]>,
) -> <AutoSimd<[u16; 4]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[u16; 4]>, ) -> <AutoSimd<[u16; 4]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[u16; 4]>,
) -> <AutoSimd<[u16; 4]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[u16; 4]>, ) -> <AutoSimd<[u16; 4]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[u16; 4]>,
) -> <AutoSimd<[u16; 4]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[u16; 4]>, ) -> <AutoSimd<[u16; 4]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[u16; 4]>,
) -> <AutoSimd<[u16; 4]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[u16; 4]>, ) -> <AutoSimd<[u16; 4]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[u16; 4]>,
) -> <AutoSimd<[u16; 4]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[u16; 4]>, ) -> <AutoSimd<[u16; 4]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[u16; 4]>,
max: AutoSimd<[u16; 4]>,
) -> AutoSimd<[u16; 4]>
fn simd_clamp( self, min: AutoSimd<[u16; 4]>, max: AutoSimd<[u16; 4]>, ) -> AutoSimd<[u16; 4]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[u16; 8]>
impl SimdPartialOrd for AutoSimd<[u16; 8]>
Source§fn simd_gt(
self,
other: AutoSimd<[u16; 8]>,
) -> <AutoSimd<[u16; 8]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[u16; 8]>, ) -> <AutoSimd<[u16; 8]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[u16; 8]>,
) -> <AutoSimd<[u16; 8]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[u16; 8]>, ) -> <AutoSimd<[u16; 8]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[u16; 8]>,
) -> <AutoSimd<[u16; 8]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[u16; 8]>, ) -> <AutoSimd<[u16; 8]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[u16; 8]>,
) -> <AutoSimd<[u16; 8]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[u16; 8]>, ) -> <AutoSimd<[u16; 8]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[u16; 8]>,
) -> <AutoSimd<[u16; 8]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[u16; 8]>, ) -> <AutoSimd<[u16; 8]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[u16; 8]>,
) -> <AutoSimd<[u16; 8]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[u16; 8]>, ) -> <AutoSimd<[u16; 8]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[u16; 8]>,
max: AutoSimd<[u16; 8]>,
) -> AutoSimd<[u16; 8]>
fn simd_clamp( self, min: AutoSimd<[u16; 8]>, max: AutoSimd<[u16; 8]>, ) -> AutoSimd<[u16; 8]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[u16; 16]>
impl SimdPartialOrd for AutoSimd<[u16; 16]>
Source§fn simd_gt(
self,
other: AutoSimd<[u16; 16]>,
) -> <AutoSimd<[u16; 16]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[u16; 16]>, ) -> <AutoSimd<[u16; 16]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[u16; 16]>,
) -> <AutoSimd<[u16; 16]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[u16; 16]>, ) -> <AutoSimd<[u16; 16]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[u16; 16]>,
) -> <AutoSimd<[u16; 16]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[u16; 16]>, ) -> <AutoSimd<[u16; 16]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[u16; 16]>,
) -> <AutoSimd<[u16; 16]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[u16; 16]>, ) -> <AutoSimd<[u16; 16]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[u16; 16]>,
) -> <AutoSimd<[u16; 16]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[u16; 16]>, ) -> <AutoSimd<[u16; 16]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[u16; 16]>,
) -> <AutoSimd<[u16; 16]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[u16; 16]>, ) -> <AutoSimd<[u16; 16]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[u16; 16]>,
max: AutoSimd<[u16; 16]>,
) -> AutoSimd<[u16; 16]>
fn simd_clamp( self, min: AutoSimd<[u16; 16]>, max: AutoSimd<[u16; 16]>, ) -> AutoSimd<[u16; 16]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[u16; 32]>
impl SimdPartialOrd for AutoSimd<[u16; 32]>
Source§fn simd_gt(
self,
other: AutoSimd<[u16; 32]>,
) -> <AutoSimd<[u16; 32]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[u16; 32]>, ) -> <AutoSimd<[u16; 32]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[u16; 32]>,
) -> <AutoSimd<[u16; 32]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[u16; 32]>, ) -> <AutoSimd<[u16; 32]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[u16; 32]>,
) -> <AutoSimd<[u16; 32]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[u16; 32]>, ) -> <AutoSimd<[u16; 32]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[u16; 32]>,
) -> <AutoSimd<[u16; 32]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[u16; 32]>, ) -> <AutoSimd<[u16; 32]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[u16; 32]>,
) -> <AutoSimd<[u16; 32]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[u16; 32]>, ) -> <AutoSimd<[u16; 32]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[u16; 32]>,
) -> <AutoSimd<[u16; 32]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[u16; 32]>, ) -> <AutoSimd<[u16; 32]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[u16; 32]>,
max: AutoSimd<[u16; 32]>,
) -> AutoSimd<[u16; 32]>
fn simd_clamp( self, min: AutoSimd<[u16; 32]>, max: AutoSimd<[u16; 32]>, ) -> AutoSimd<[u16; 32]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[u32; 2]>
impl SimdPartialOrd for AutoSimd<[u32; 2]>
Source§fn simd_gt(
self,
other: AutoSimd<[u32; 2]>,
) -> <AutoSimd<[u32; 2]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[u32; 2]>, ) -> <AutoSimd<[u32; 2]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[u32; 2]>,
) -> <AutoSimd<[u32; 2]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[u32; 2]>, ) -> <AutoSimd<[u32; 2]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[u32; 2]>,
) -> <AutoSimd<[u32; 2]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[u32; 2]>, ) -> <AutoSimd<[u32; 2]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[u32; 2]>,
) -> <AutoSimd<[u32; 2]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[u32; 2]>, ) -> <AutoSimd<[u32; 2]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[u32; 2]>,
) -> <AutoSimd<[u32; 2]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[u32; 2]>, ) -> <AutoSimd<[u32; 2]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[u32; 2]>,
) -> <AutoSimd<[u32; 2]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[u32; 2]>, ) -> <AutoSimd<[u32; 2]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[u32; 2]>,
max: AutoSimd<[u32; 2]>,
) -> AutoSimd<[u32; 2]>
fn simd_clamp( self, min: AutoSimd<[u32; 2]>, max: AutoSimd<[u32; 2]>, ) -> AutoSimd<[u32; 2]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[u32; 4]>
impl SimdPartialOrd for AutoSimd<[u32; 4]>
Source§fn simd_gt(
self,
other: AutoSimd<[u32; 4]>,
) -> <AutoSimd<[u32; 4]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[u32; 4]>, ) -> <AutoSimd<[u32; 4]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[u32; 4]>,
) -> <AutoSimd<[u32; 4]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[u32; 4]>, ) -> <AutoSimd<[u32; 4]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[u32; 4]>,
) -> <AutoSimd<[u32; 4]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[u32; 4]>, ) -> <AutoSimd<[u32; 4]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[u32; 4]>,
) -> <AutoSimd<[u32; 4]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[u32; 4]>, ) -> <AutoSimd<[u32; 4]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[u32; 4]>,
) -> <AutoSimd<[u32; 4]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[u32; 4]>, ) -> <AutoSimd<[u32; 4]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[u32; 4]>,
) -> <AutoSimd<[u32; 4]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[u32; 4]>, ) -> <AutoSimd<[u32; 4]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[u32; 4]>,
max: AutoSimd<[u32; 4]>,
) -> AutoSimd<[u32; 4]>
fn simd_clamp( self, min: AutoSimd<[u32; 4]>, max: AutoSimd<[u32; 4]>, ) -> AutoSimd<[u32; 4]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[u32; 8]>
impl SimdPartialOrd for AutoSimd<[u32; 8]>
Source§fn simd_gt(
self,
other: AutoSimd<[u32; 8]>,
) -> <AutoSimd<[u32; 8]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[u32; 8]>, ) -> <AutoSimd<[u32; 8]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[u32; 8]>,
) -> <AutoSimd<[u32; 8]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[u32; 8]>, ) -> <AutoSimd<[u32; 8]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[u32; 8]>,
) -> <AutoSimd<[u32; 8]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[u32; 8]>, ) -> <AutoSimd<[u32; 8]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[u32; 8]>,
) -> <AutoSimd<[u32; 8]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[u32; 8]>, ) -> <AutoSimd<[u32; 8]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[u32; 8]>,
) -> <AutoSimd<[u32; 8]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[u32; 8]>, ) -> <AutoSimd<[u32; 8]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[u32; 8]>,
) -> <AutoSimd<[u32; 8]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[u32; 8]>, ) -> <AutoSimd<[u32; 8]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[u32; 8]>,
max: AutoSimd<[u32; 8]>,
) -> AutoSimd<[u32; 8]>
fn simd_clamp( self, min: AutoSimd<[u32; 8]>, max: AutoSimd<[u32; 8]>, ) -> AutoSimd<[u32; 8]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[u32; 16]>
impl SimdPartialOrd for AutoSimd<[u32; 16]>
Source§fn simd_gt(
self,
other: AutoSimd<[u32; 16]>,
) -> <AutoSimd<[u32; 16]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[u32; 16]>, ) -> <AutoSimd<[u32; 16]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[u32; 16]>,
) -> <AutoSimd<[u32; 16]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[u32; 16]>, ) -> <AutoSimd<[u32; 16]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[u32; 16]>,
) -> <AutoSimd<[u32; 16]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[u32; 16]>, ) -> <AutoSimd<[u32; 16]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[u32; 16]>,
) -> <AutoSimd<[u32; 16]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[u32; 16]>, ) -> <AutoSimd<[u32; 16]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[u32; 16]>,
) -> <AutoSimd<[u32; 16]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[u32; 16]>, ) -> <AutoSimd<[u32; 16]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[u32; 16]>,
) -> <AutoSimd<[u32; 16]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[u32; 16]>, ) -> <AutoSimd<[u32; 16]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[u32; 16]>,
max: AutoSimd<[u32; 16]>,
) -> AutoSimd<[u32; 16]>
fn simd_clamp( self, min: AutoSimd<[u32; 16]>, max: AutoSimd<[u32; 16]>, ) -> AutoSimd<[u32; 16]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[u64; 2]>
impl SimdPartialOrd for AutoSimd<[u64; 2]>
Source§fn simd_gt(
self,
other: AutoSimd<[u64; 2]>,
) -> <AutoSimd<[u64; 2]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[u64; 2]>, ) -> <AutoSimd<[u64; 2]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[u64; 2]>,
) -> <AutoSimd<[u64; 2]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[u64; 2]>, ) -> <AutoSimd<[u64; 2]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[u64; 2]>,
) -> <AutoSimd<[u64; 2]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[u64; 2]>, ) -> <AutoSimd<[u64; 2]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[u64; 2]>,
) -> <AutoSimd<[u64; 2]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[u64; 2]>, ) -> <AutoSimd<[u64; 2]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[u64; 2]>,
) -> <AutoSimd<[u64; 2]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[u64; 2]>, ) -> <AutoSimd<[u64; 2]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[u64; 2]>,
) -> <AutoSimd<[u64; 2]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[u64; 2]>, ) -> <AutoSimd<[u64; 2]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[u64; 2]>,
max: AutoSimd<[u64; 2]>,
) -> AutoSimd<[u64; 2]>
fn simd_clamp( self, min: AutoSimd<[u64; 2]>, max: AutoSimd<[u64; 2]>, ) -> AutoSimd<[u64; 2]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[u64; 4]>
impl SimdPartialOrd for AutoSimd<[u64; 4]>
Source§fn simd_gt(
self,
other: AutoSimd<[u64; 4]>,
) -> <AutoSimd<[u64; 4]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[u64; 4]>, ) -> <AutoSimd<[u64; 4]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[u64; 4]>,
) -> <AutoSimd<[u64; 4]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[u64; 4]>, ) -> <AutoSimd<[u64; 4]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[u64; 4]>,
) -> <AutoSimd<[u64; 4]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[u64; 4]>, ) -> <AutoSimd<[u64; 4]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[u64; 4]>,
) -> <AutoSimd<[u64; 4]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[u64; 4]>, ) -> <AutoSimd<[u64; 4]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[u64; 4]>,
) -> <AutoSimd<[u64; 4]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[u64; 4]>, ) -> <AutoSimd<[u64; 4]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[u64; 4]>,
) -> <AutoSimd<[u64; 4]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[u64; 4]>, ) -> <AutoSimd<[u64; 4]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[u64; 4]>,
max: AutoSimd<[u64; 4]>,
) -> AutoSimd<[u64; 4]>
fn simd_clamp( self, min: AutoSimd<[u64; 4]>, max: AutoSimd<[u64; 4]>, ) -> AutoSimd<[u64; 4]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[u64; 8]>
impl SimdPartialOrd for AutoSimd<[u64; 8]>
Source§fn simd_gt(
self,
other: AutoSimd<[u64; 8]>,
) -> <AutoSimd<[u64; 8]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[u64; 8]>, ) -> <AutoSimd<[u64; 8]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[u64; 8]>,
) -> <AutoSimd<[u64; 8]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[u64; 8]>, ) -> <AutoSimd<[u64; 8]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[u64; 8]>,
) -> <AutoSimd<[u64; 8]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[u64; 8]>, ) -> <AutoSimd<[u64; 8]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[u64; 8]>,
) -> <AutoSimd<[u64; 8]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[u64; 8]>, ) -> <AutoSimd<[u64; 8]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[u64; 8]>,
) -> <AutoSimd<[u64; 8]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[u64; 8]>, ) -> <AutoSimd<[u64; 8]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[u64; 8]>,
) -> <AutoSimd<[u64; 8]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[u64; 8]>, ) -> <AutoSimd<[u64; 8]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[u64; 8]>,
max: AutoSimd<[u64; 8]>,
) -> AutoSimd<[u64; 8]>
fn simd_clamp( self, min: AutoSimd<[u64; 8]>, max: AutoSimd<[u64; 8]>, ) -> AutoSimd<[u64; 8]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[u8; 2]>
impl SimdPartialOrd for AutoSimd<[u8; 2]>
Source§fn simd_gt(
self,
other: AutoSimd<[u8; 2]>,
) -> <AutoSimd<[u8; 2]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[u8; 2]>, ) -> <AutoSimd<[u8; 2]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[u8; 2]>,
) -> <AutoSimd<[u8; 2]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[u8; 2]>, ) -> <AutoSimd<[u8; 2]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[u8; 2]>,
) -> <AutoSimd<[u8; 2]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[u8; 2]>, ) -> <AutoSimd<[u8; 2]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[u8; 2]>,
) -> <AutoSimd<[u8; 2]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[u8; 2]>, ) -> <AutoSimd<[u8; 2]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[u8; 2]>,
) -> <AutoSimd<[u8; 2]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[u8; 2]>, ) -> <AutoSimd<[u8; 2]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[u8; 2]>,
) -> <AutoSimd<[u8; 2]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[u8; 2]>, ) -> <AutoSimd<[u8; 2]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[u8; 2]>,
max: AutoSimd<[u8; 2]>,
) -> AutoSimd<[u8; 2]>
fn simd_clamp( self, min: AutoSimd<[u8; 2]>, max: AutoSimd<[u8; 2]>, ) -> AutoSimd<[u8; 2]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[u8; 4]>
impl SimdPartialOrd for AutoSimd<[u8; 4]>
Source§fn simd_gt(
self,
other: AutoSimd<[u8; 4]>,
) -> <AutoSimd<[u8; 4]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[u8; 4]>, ) -> <AutoSimd<[u8; 4]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[u8; 4]>,
) -> <AutoSimd<[u8; 4]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[u8; 4]>, ) -> <AutoSimd<[u8; 4]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[u8; 4]>,
) -> <AutoSimd<[u8; 4]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[u8; 4]>, ) -> <AutoSimd<[u8; 4]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[u8; 4]>,
) -> <AutoSimd<[u8; 4]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[u8; 4]>, ) -> <AutoSimd<[u8; 4]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[u8; 4]>,
) -> <AutoSimd<[u8; 4]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[u8; 4]>, ) -> <AutoSimd<[u8; 4]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[u8; 4]>,
) -> <AutoSimd<[u8; 4]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[u8; 4]>, ) -> <AutoSimd<[u8; 4]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[u8; 4]>,
max: AutoSimd<[u8; 4]>,
) -> AutoSimd<[u8; 4]>
fn simd_clamp( self, min: AutoSimd<[u8; 4]>, max: AutoSimd<[u8; 4]>, ) -> AutoSimd<[u8; 4]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[u8; 8]>
impl SimdPartialOrd for AutoSimd<[u8; 8]>
Source§fn simd_gt(
self,
other: AutoSimd<[u8; 8]>,
) -> <AutoSimd<[u8; 8]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[u8; 8]>, ) -> <AutoSimd<[u8; 8]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[u8; 8]>,
) -> <AutoSimd<[u8; 8]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[u8; 8]>, ) -> <AutoSimd<[u8; 8]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[u8; 8]>,
) -> <AutoSimd<[u8; 8]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[u8; 8]>, ) -> <AutoSimd<[u8; 8]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[u8; 8]>,
) -> <AutoSimd<[u8; 8]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[u8; 8]>, ) -> <AutoSimd<[u8; 8]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[u8; 8]>,
) -> <AutoSimd<[u8; 8]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[u8; 8]>, ) -> <AutoSimd<[u8; 8]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[u8; 8]>,
) -> <AutoSimd<[u8; 8]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[u8; 8]>, ) -> <AutoSimd<[u8; 8]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[u8; 8]>,
max: AutoSimd<[u8; 8]>,
) -> AutoSimd<[u8; 8]>
fn simd_clamp( self, min: AutoSimd<[u8; 8]>, max: AutoSimd<[u8; 8]>, ) -> AutoSimd<[u8; 8]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[u8; 16]>
impl SimdPartialOrd for AutoSimd<[u8; 16]>
Source§fn simd_gt(
self,
other: AutoSimd<[u8; 16]>,
) -> <AutoSimd<[u8; 16]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[u8; 16]>, ) -> <AutoSimd<[u8; 16]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[u8; 16]>,
) -> <AutoSimd<[u8; 16]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[u8; 16]>, ) -> <AutoSimd<[u8; 16]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[u8; 16]>,
) -> <AutoSimd<[u8; 16]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[u8; 16]>, ) -> <AutoSimd<[u8; 16]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[u8; 16]>,
) -> <AutoSimd<[u8; 16]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[u8; 16]>, ) -> <AutoSimd<[u8; 16]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[u8; 16]>,
) -> <AutoSimd<[u8; 16]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[u8; 16]>, ) -> <AutoSimd<[u8; 16]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[u8; 16]>,
) -> <AutoSimd<[u8; 16]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[u8; 16]>, ) -> <AutoSimd<[u8; 16]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[u8; 16]>,
max: AutoSimd<[u8; 16]>,
) -> AutoSimd<[u8; 16]>
fn simd_clamp( self, min: AutoSimd<[u8; 16]>, max: AutoSimd<[u8; 16]>, ) -> AutoSimd<[u8; 16]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[u8; 32]>
impl SimdPartialOrd for AutoSimd<[u8; 32]>
Source§fn simd_gt(
self,
other: AutoSimd<[u8; 32]>,
) -> <AutoSimd<[u8; 32]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[u8; 32]>, ) -> <AutoSimd<[u8; 32]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[u8; 32]>,
) -> <AutoSimd<[u8; 32]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[u8; 32]>, ) -> <AutoSimd<[u8; 32]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[u8; 32]>,
) -> <AutoSimd<[u8; 32]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[u8; 32]>, ) -> <AutoSimd<[u8; 32]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[u8; 32]>,
) -> <AutoSimd<[u8; 32]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[u8; 32]>, ) -> <AutoSimd<[u8; 32]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[u8; 32]>,
) -> <AutoSimd<[u8; 32]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[u8; 32]>, ) -> <AutoSimd<[u8; 32]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[u8; 32]>,
) -> <AutoSimd<[u8; 32]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[u8; 32]>, ) -> <AutoSimd<[u8; 32]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[u8; 32]>,
max: AutoSimd<[u8; 32]>,
) -> AutoSimd<[u8; 32]>
fn simd_clamp( self, min: AutoSimd<[u8; 32]>, max: AutoSimd<[u8; 32]>, ) -> AutoSimd<[u8; 32]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[usize; 2]>
impl SimdPartialOrd for AutoSimd<[usize; 2]>
Source§fn simd_gt(
self,
other: AutoSimd<[usize; 2]>,
) -> <AutoSimd<[usize; 2]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[usize; 2]>, ) -> <AutoSimd<[usize; 2]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[usize; 2]>,
) -> <AutoSimd<[usize; 2]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[usize; 2]>, ) -> <AutoSimd<[usize; 2]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[usize; 2]>,
) -> <AutoSimd<[usize; 2]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[usize; 2]>, ) -> <AutoSimd<[usize; 2]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[usize; 2]>,
) -> <AutoSimd<[usize; 2]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[usize; 2]>, ) -> <AutoSimd<[usize; 2]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[usize; 2]>,
) -> <AutoSimd<[usize; 2]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[usize; 2]>, ) -> <AutoSimd<[usize; 2]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[usize; 2]>,
) -> <AutoSimd<[usize; 2]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[usize; 2]>, ) -> <AutoSimd<[usize; 2]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[usize; 2]>,
max: AutoSimd<[usize; 2]>,
) -> AutoSimd<[usize; 2]>
fn simd_clamp( self, min: AutoSimd<[usize; 2]>, max: AutoSimd<[usize; 2]>, ) -> AutoSimd<[usize; 2]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[usize; 4]>
impl SimdPartialOrd for AutoSimd<[usize; 4]>
Source§fn simd_gt(
self,
other: AutoSimd<[usize; 4]>,
) -> <AutoSimd<[usize; 4]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[usize; 4]>, ) -> <AutoSimd<[usize; 4]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[usize; 4]>,
) -> <AutoSimd<[usize; 4]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[usize; 4]>, ) -> <AutoSimd<[usize; 4]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[usize; 4]>,
) -> <AutoSimd<[usize; 4]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[usize; 4]>, ) -> <AutoSimd<[usize; 4]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[usize; 4]>,
) -> <AutoSimd<[usize; 4]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[usize; 4]>, ) -> <AutoSimd<[usize; 4]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[usize; 4]>,
) -> <AutoSimd<[usize; 4]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[usize; 4]>, ) -> <AutoSimd<[usize; 4]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[usize; 4]>,
) -> <AutoSimd<[usize; 4]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[usize; 4]>, ) -> <AutoSimd<[usize; 4]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[usize; 4]>,
max: AutoSimd<[usize; 4]>,
) -> AutoSimd<[usize; 4]>
fn simd_clamp( self, min: AutoSimd<[usize; 4]>, max: AutoSimd<[usize; 4]>, ) -> AutoSimd<[usize; 4]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdPartialOrd for AutoSimd<[usize; 8]>
impl SimdPartialOrd for AutoSimd<[usize; 8]>
Source§fn simd_gt(
self,
other: AutoSimd<[usize; 8]>,
) -> <AutoSimd<[usize; 8]> as SimdValue>::SimdBool
fn simd_gt( self, other: AutoSimd<[usize; 8]>, ) -> <AutoSimd<[usize; 8]> as SimdValue>::SimdBool
Lanewise greater than
> comparison.Source§fn simd_lt(
self,
other: AutoSimd<[usize; 8]>,
) -> <AutoSimd<[usize; 8]> as SimdValue>::SimdBool
fn simd_lt( self, other: AutoSimd<[usize; 8]>, ) -> <AutoSimd<[usize; 8]> as SimdValue>::SimdBool
Lanewise less than
< comparison.Source§fn simd_ge(
self,
other: AutoSimd<[usize; 8]>,
) -> <AutoSimd<[usize; 8]> as SimdValue>::SimdBool
fn simd_ge( self, other: AutoSimd<[usize; 8]>, ) -> <AutoSimd<[usize; 8]> as SimdValue>::SimdBool
Lanewise greater or equal
>= comparison.Source§fn simd_le(
self,
other: AutoSimd<[usize; 8]>,
) -> <AutoSimd<[usize; 8]> as SimdValue>::SimdBool
fn simd_le( self, other: AutoSimd<[usize; 8]>, ) -> <AutoSimd<[usize; 8]> as SimdValue>::SimdBool
Lanewise less or equal
<= comparison.Source§fn simd_eq(
self,
other: AutoSimd<[usize; 8]>,
) -> <AutoSimd<[usize; 8]> as SimdValue>::SimdBool
fn simd_eq( self, other: AutoSimd<[usize; 8]>, ) -> <AutoSimd<[usize; 8]> as SimdValue>::SimdBool
Lanewise equal
== comparison.Source§fn simd_ne(
self,
other: AutoSimd<[usize; 8]>,
) -> <AutoSimd<[usize; 8]> as SimdValue>::SimdBool
fn simd_ne( self, other: AutoSimd<[usize; 8]>, ) -> <AutoSimd<[usize; 8]> as SimdValue>::SimdBool
Lanewise not equal
!= comparison.Source§fn simd_clamp(
self,
min: AutoSimd<[usize; 8]>,
max: AutoSimd<[usize; 8]>,
) -> AutoSimd<[usize; 8]>
fn simd_clamp( self, min: AutoSimd<[usize; 8]>, max: AutoSimd<[usize; 8]>, ) -> AutoSimd<[usize; 8]>
Clamps each lane of
self between the corresponding lane of min and max.Source§impl SimdRealField for AutoSimd<[f32; 2]>
Available on crate features libm_force or libm or std only.
impl SimdRealField for AutoSimd<[f32; 2]>
Available on crate features
libm_force or libm or std only.fn simd_atan2(self, other: AutoSimd<[f32; 2]>) -> AutoSimd<[f32; 2]>
fn simd_default_epsilon() -> AutoSimd<[f32; 2]>
fn simd_pi() -> AutoSimd<[f32; 2]>
fn simd_two_pi() -> AutoSimd<[f32; 2]>
fn simd_frac_pi_2() -> AutoSimd<[f32; 2]>
fn simd_frac_pi_3() -> AutoSimd<[f32; 2]>
fn simd_frac_pi_4() -> AutoSimd<[f32; 2]>
fn simd_frac_pi_6() -> AutoSimd<[f32; 2]>
fn simd_frac_pi_8() -> AutoSimd<[f32; 2]>
fn simd_frac_1_pi() -> AutoSimd<[f32; 2]>
fn simd_frac_2_pi() -> AutoSimd<[f32; 2]>
fn simd_frac_2_sqrt_pi() -> AutoSimd<[f32; 2]>
fn simd_e() -> AutoSimd<[f32; 2]>
fn simd_log2_e() -> AutoSimd<[f32; 2]>
fn simd_log10_e() -> AutoSimd<[f32; 2]>
fn simd_ln_2() -> AutoSimd<[f32; 2]>
fn simd_ln_10() -> AutoSimd<[f32; 2]>
Source§impl SimdRealField for AutoSimd<[f32; 4]>
Available on crate features libm_force or libm or std only.
impl SimdRealField for AutoSimd<[f32; 4]>
Available on crate features
libm_force or libm or std only.fn simd_atan2(self, other: AutoSimd<[f32; 4]>) -> AutoSimd<[f32; 4]>
fn simd_default_epsilon() -> AutoSimd<[f32; 4]>
fn simd_pi() -> AutoSimd<[f32; 4]>
fn simd_two_pi() -> AutoSimd<[f32; 4]>
fn simd_frac_pi_2() -> AutoSimd<[f32; 4]>
fn simd_frac_pi_3() -> AutoSimd<[f32; 4]>
fn simd_frac_pi_4() -> AutoSimd<[f32; 4]>
fn simd_frac_pi_6() -> AutoSimd<[f32; 4]>
fn simd_frac_pi_8() -> AutoSimd<[f32; 4]>
fn simd_frac_1_pi() -> AutoSimd<[f32; 4]>
fn simd_frac_2_pi() -> AutoSimd<[f32; 4]>
fn simd_frac_2_sqrt_pi() -> AutoSimd<[f32; 4]>
fn simd_e() -> AutoSimd<[f32; 4]>
fn simd_log2_e() -> AutoSimd<[f32; 4]>
fn simd_log10_e() -> AutoSimd<[f32; 4]>
fn simd_ln_2() -> AutoSimd<[f32; 4]>
fn simd_ln_10() -> AutoSimd<[f32; 4]>
Source§impl SimdRealField for AutoSimd<[f32; 8]>
Available on crate features libm_force or libm or std only.
impl SimdRealField for AutoSimd<[f32; 8]>
Available on crate features
libm_force or libm or std only.fn simd_atan2(self, other: AutoSimd<[f32; 8]>) -> AutoSimd<[f32; 8]>
fn simd_default_epsilon() -> AutoSimd<[f32; 8]>
fn simd_pi() -> AutoSimd<[f32; 8]>
fn simd_two_pi() -> AutoSimd<[f32; 8]>
fn simd_frac_pi_2() -> AutoSimd<[f32; 8]>
fn simd_frac_pi_3() -> AutoSimd<[f32; 8]>
fn simd_frac_pi_4() -> AutoSimd<[f32; 8]>
fn simd_frac_pi_6() -> AutoSimd<[f32; 8]>
fn simd_frac_pi_8() -> AutoSimd<[f32; 8]>
fn simd_frac_1_pi() -> AutoSimd<[f32; 8]>
fn simd_frac_2_pi() -> AutoSimd<[f32; 8]>
fn simd_frac_2_sqrt_pi() -> AutoSimd<[f32; 8]>
fn simd_e() -> AutoSimd<[f32; 8]>
fn simd_log2_e() -> AutoSimd<[f32; 8]>
fn simd_log10_e() -> AutoSimd<[f32; 8]>
fn simd_ln_2() -> AutoSimd<[f32; 8]>
fn simd_ln_10() -> AutoSimd<[f32; 8]>
Source§impl SimdRealField for AutoSimd<[f32; 16]>
Available on crate features libm_force or libm or std only.
impl SimdRealField for AutoSimd<[f32; 16]>
Available on crate features
libm_force or libm or std only.fn simd_atan2(self, other: AutoSimd<[f32; 16]>) -> AutoSimd<[f32; 16]>
fn simd_default_epsilon() -> AutoSimd<[f32; 16]>
fn simd_pi() -> AutoSimd<[f32; 16]>
fn simd_two_pi() -> AutoSimd<[f32; 16]>
fn simd_frac_pi_2() -> AutoSimd<[f32; 16]>
fn simd_frac_pi_3() -> AutoSimd<[f32; 16]>
fn simd_frac_pi_4() -> AutoSimd<[f32; 16]>
fn simd_frac_pi_6() -> AutoSimd<[f32; 16]>
fn simd_frac_pi_8() -> AutoSimd<[f32; 16]>
fn simd_frac_1_pi() -> AutoSimd<[f32; 16]>
fn simd_frac_2_pi() -> AutoSimd<[f32; 16]>
fn simd_frac_2_sqrt_pi() -> AutoSimd<[f32; 16]>
fn simd_e() -> AutoSimd<[f32; 16]>
fn simd_log2_e() -> AutoSimd<[f32; 16]>
fn simd_log10_e() -> AutoSimd<[f32; 16]>
fn simd_ln_2() -> AutoSimd<[f32; 16]>
fn simd_ln_10() -> AutoSimd<[f32; 16]>
Source§impl SimdRealField for AutoSimd<[f64; 2]>
Available on crate features libm_force or libm or std only.
impl SimdRealField for AutoSimd<[f64; 2]>
Available on crate features
libm_force or libm or std only.fn simd_atan2(self, other: AutoSimd<[f64; 2]>) -> AutoSimd<[f64; 2]>
fn simd_default_epsilon() -> AutoSimd<[f64; 2]>
fn simd_pi() -> AutoSimd<[f64; 2]>
fn simd_two_pi() -> AutoSimd<[f64; 2]>
fn simd_frac_pi_2() -> AutoSimd<[f64; 2]>
fn simd_frac_pi_3() -> AutoSimd<[f64; 2]>
fn simd_frac_pi_4() -> AutoSimd<[f64; 2]>
fn simd_frac_pi_6() -> AutoSimd<[f64; 2]>
fn simd_frac_pi_8() -> AutoSimd<[f64; 2]>
fn simd_frac_1_pi() -> AutoSimd<[f64; 2]>
fn simd_frac_2_pi() -> AutoSimd<[f64; 2]>
fn simd_frac_2_sqrt_pi() -> AutoSimd<[f64; 2]>
fn simd_e() -> AutoSimd<[f64; 2]>
fn simd_log2_e() -> AutoSimd<[f64; 2]>
fn simd_log10_e() -> AutoSimd<[f64; 2]>
fn simd_ln_2() -> AutoSimd<[f64; 2]>
fn simd_ln_10() -> AutoSimd<[f64; 2]>
Source§impl SimdRealField for AutoSimd<[f64; 4]>
Available on crate features libm_force or libm or std only.
impl SimdRealField for AutoSimd<[f64; 4]>
Available on crate features
libm_force or libm or std only.fn simd_atan2(self, other: AutoSimd<[f64; 4]>) -> AutoSimd<[f64; 4]>
fn simd_default_epsilon() -> AutoSimd<[f64; 4]>
fn simd_pi() -> AutoSimd<[f64; 4]>
fn simd_two_pi() -> AutoSimd<[f64; 4]>
fn simd_frac_pi_2() -> AutoSimd<[f64; 4]>
fn simd_frac_pi_3() -> AutoSimd<[f64; 4]>
fn simd_frac_pi_4() -> AutoSimd<[f64; 4]>
fn simd_frac_pi_6() -> AutoSimd<[f64; 4]>
fn simd_frac_pi_8() -> AutoSimd<[f64; 4]>
fn simd_frac_1_pi() -> AutoSimd<[f64; 4]>
fn simd_frac_2_pi() -> AutoSimd<[f64; 4]>
fn simd_frac_2_sqrt_pi() -> AutoSimd<[f64; 4]>
fn simd_e() -> AutoSimd<[f64; 4]>
fn simd_log2_e() -> AutoSimd<[f64; 4]>
fn simd_log10_e() -> AutoSimd<[f64; 4]>
fn simd_ln_2() -> AutoSimd<[f64; 4]>
fn simd_ln_10() -> AutoSimd<[f64; 4]>
Source§impl SimdRealField for AutoSimd<[f64; 8]>
Available on crate features libm_force or libm or std only.
impl SimdRealField for AutoSimd<[f64; 8]>
Available on crate features
libm_force or libm or std only.fn simd_atan2(self, other: AutoSimd<[f64; 8]>) -> AutoSimd<[f64; 8]>
fn simd_default_epsilon() -> AutoSimd<[f64; 8]>
fn simd_pi() -> AutoSimd<[f64; 8]>
fn simd_two_pi() -> AutoSimd<[f64; 8]>
fn simd_frac_pi_2() -> AutoSimd<[f64; 8]>
fn simd_frac_pi_3() -> AutoSimd<[f64; 8]>
fn simd_frac_pi_4() -> AutoSimd<[f64; 8]>
fn simd_frac_pi_6() -> AutoSimd<[f64; 8]>
fn simd_frac_pi_8() -> AutoSimd<[f64; 8]>
fn simd_frac_1_pi() -> AutoSimd<[f64; 8]>
fn simd_frac_2_pi() -> AutoSimd<[f64; 8]>
fn simd_frac_2_sqrt_pi() -> AutoSimd<[f64; 8]>
fn simd_e() -> AutoSimd<[f64; 8]>
fn simd_log2_e() -> AutoSimd<[f64; 8]>
fn simd_log10_e() -> AutoSimd<[f64; 8]>
fn simd_ln_2() -> AutoSimd<[f64; 8]>
fn simd_ln_10() -> AutoSimd<[f64; 8]>
Source§impl SimdSigned for AutoSimd<[f32; 2]>
impl SimdSigned for AutoSimd<[f32; 2]>
Source§impl SimdSigned for AutoSimd<[f32; 4]>
impl SimdSigned for AutoSimd<[f32; 4]>
Source§impl SimdSigned for AutoSimd<[f32; 8]>
impl SimdSigned for AutoSimd<[f32; 8]>
Source§impl SimdSigned for AutoSimd<[f32; 16]>
impl SimdSigned for AutoSimd<[f32; 16]>
Source§impl SimdSigned for AutoSimd<[f64; 2]>
impl SimdSigned for AutoSimd<[f64; 2]>
Source§impl SimdSigned for AutoSimd<[f64; 4]>
impl SimdSigned for AutoSimd<[f64; 4]>
Source§impl SimdSigned for AutoSimd<[f64; 8]>
impl SimdSigned for AutoSimd<[f64; 8]>
Source§impl SimdValue for AutoSimd<[f32; 2]>
impl SimdValue for AutoSimd<[f32; 2]>
Source§type SimdBool = AutoSimd<[bool; 2]>
type SimdBool = AutoSimd<[bool; 2]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[f32; 2]> as SimdValue>::Element) -> AutoSimd<[f32; 2]>
fn splat(val: <AutoSimd<[f32; 2]> as SimdValue>::Element) -> AutoSimd<[f32; 2]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[f32; 2]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[f32; 2]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[f32; 2]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[f32; 2]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[f32; 2]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[f32; 2]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[f32; 2]> as SimdValue>::SimdBool,
other: AutoSimd<[f32; 2]>,
) -> AutoSimd<[f32; 2]>
fn select( self, cond: <AutoSimd<[f32; 2]> as SimdValue>::SimdBool, other: AutoSimd<[f32; 2]>, ) -> AutoSimd<[f32; 2]>
Source§impl SimdValue for AutoSimd<[f32; 4]>
impl SimdValue for AutoSimd<[f32; 4]>
Source§type SimdBool = AutoSimd<[bool; 4]>
type SimdBool = AutoSimd<[bool; 4]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[f32; 4]> as SimdValue>::Element) -> AutoSimd<[f32; 4]>
fn splat(val: <AutoSimd<[f32; 4]> as SimdValue>::Element) -> AutoSimd<[f32; 4]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[f32; 4]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[f32; 4]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[f32; 4]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[f32; 4]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[f32; 4]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[f32; 4]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[f32; 4]> as SimdValue>::SimdBool,
other: AutoSimd<[f32; 4]>,
) -> AutoSimd<[f32; 4]>
fn select( self, cond: <AutoSimd<[f32; 4]> as SimdValue>::SimdBool, other: AutoSimd<[f32; 4]>, ) -> AutoSimd<[f32; 4]>
Source§impl SimdValue for AutoSimd<[f32; 8]>
impl SimdValue for AutoSimd<[f32; 8]>
Source§type SimdBool = AutoSimd<[bool; 8]>
type SimdBool = AutoSimd<[bool; 8]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[f32; 8]> as SimdValue>::Element) -> AutoSimd<[f32; 8]>
fn splat(val: <AutoSimd<[f32; 8]> as SimdValue>::Element) -> AutoSimd<[f32; 8]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[f32; 8]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[f32; 8]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[f32; 8]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[f32; 8]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[f32; 8]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[f32; 8]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[f32; 8]> as SimdValue>::SimdBool,
other: AutoSimd<[f32; 8]>,
) -> AutoSimd<[f32; 8]>
fn select( self, cond: <AutoSimd<[f32; 8]> as SimdValue>::SimdBool, other: AutoSimd<[f32; 8]>, ) -> AutoSimd<[f32; 8]>
Source§impl SimdValue for AutoSimd<[f32; 16]>
impl SimdValue for AutoSimd<[f32; 16]>
Source§type SimdBool = AutoSimd<[bool; 16]>
type SimdBool = AutoSimd<[bool; 16]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(
val: <AutoSimd<[f32; 16]> as SimdValue>::Element,
) -> AutoSimd<[f32; 16]>
fn splat( val: <AutoSimd<[f32; 16]> as SimdValue>::Element, ) -> AutoSimd<[f32; 16]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[f32; 16]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[f32; 16]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[f32; 16]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[f32; 16]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[f32; 16]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[f32; 16]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[f32; 16]> as SimdValue>::SimdBool,
other: AutoSimd<[f32; 16]>,
) -> AutoSimd<[f32; 16]>
fn select( self, cond: <AutoSimd<[f32; 16]> as SimdValue>::SimdBool, other: AutoSimd<[f32; 16]>, ) -> AutoSimd<[f32; 16]>
Source§impl SimdValue for AutoSimd<[f64; 2]>
impl SimdValue for AutoSimd<[f64; 2]>
Source§type SimdBool = AutoSimd<[bool; 2]>
type SimdBool = AutoSimd<[bool; 2]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[f64; 2]> as SimdValue>::Element) -> AutoSimd<[f64; 2]>
fn splat(val: <AutoSimd<[f64; 2]> as SimdValue>::Element) -> AutoSimd<[f64; 2]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[f64; 2]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[f64; 2]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[f64; 2]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[f64; 2]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[f64; 2]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[f64; 2]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[f64; 2]> as SimdValue>::SimdBool,
other: AutoSimd<[f64; 2]>,
) -> AutoSimd<[f64; 2]>
fn select( self, cond: <AutoSimd<[f64; 2]> as SimdValue>::SimdBool, other: AutoSimd<[f64; 2]>, ) -> AutoSimd<[f64; 2]>
Source§impl SimdValue for AutoSimd<[f64; 4]>
impl SimdValue for AutoSimd<[f64; 4]>
Source§type SimdBool = AutoSimd<[bool; 4]>
type SimdBool = AutoSimd<[bool; 4]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[f64; 4]> as SimdValue>::Element) -> AutoSimd<[f64; 4]>
fn splat(val: <AutoSimd<[f64; 4]> as SimdValue>::Element) -> AutoSimd<[f64; 4]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[f64; 4]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[f64; 4]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[f64; 4]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[f64; 4]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[f64; 4]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[f64; 4]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[f64; 4]> as SimdValue>::SimdBool,
other: AutoSimd<[f64; 4]>,
) -> AutoSimd<[f64; 4]>
fn select( self, cond: <AutoSimd<[f64; 4]> as SimdValue>::SimdBool, other: AutoSimd<[f64; 4]>, ) -> AutoSimd<[f64; 4]>
Source§impl SimdValue for AutoSimd<[f64; 8]>
impl SimdValue for AutoSimd<[f64; 8]>
Source§type SimdBool = AutoSimd<[bool; 8]>
type SimdBool = AutoSimd<[bool; 8]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[f64; 8]> as SimdValue>::Element) -> AutoSimd<[f64; 8]>
fn splat(val: <AutoSimd<[f64; 8]> as SimdValue>::Element) -> AutoSimd<[f64; 8]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[f64; 8]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[f64; 8]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[f64; 8]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[f64; 8]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[f64; 8]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[f64; 8]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[f64; 8]> as SimdValue>::SimdBool,
other: AutoSimd<[f64; 8]>,
) -> AutoSimd<[f64; 8]>
fn select( self, cond: <AutoSimd<[f64; 8]> as SimdValue>::SimdBool, other: AutoSimd<[f64; 8]>, ) -> AutoSimd<[f64; 8]>
Source§impl SimdValue for AutoSimd<[i128; 1]>
impl SimdValue for AutoSimd<[i128; 1]>
Source§type SimdBool = AutoSimd<[bool; 1]>
type SimdBool = AutoSimd<[bool; 1]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(
val: <AutoSimd<[i128; 1]> as SimdValue>::Element,
) -> AutoSimd<[i128; 1]>
fn splat( val: <AutoSimd<[i128; 1]> as SimdValue>::Element, ) -> AutoSimd<[i128; 1]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[i128; 1]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[i128; 1]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[i128; 1]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i128; 1]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[i128; 1]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i128; 1]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[i128; 1]> as SimdValue>::SimdBool,
other: AutoSimd<[i128; 1]>,
) -> AutoSimd<[i128; 1]>
fn select( self, cond: <AutoSimd<[i128; 1]> as SimdValue>::SimdBool, other: AutoSimd<[i128; 1]>, ) -> AutoSimd<[i128; 1]>
Source§impl SimdValue for AutoSimd<[i128; 2]>
impl SimdValue for AutoSimd<[i128; 2]>
Source§type SimdBool = AutoSimd<[bool; 2]>
type SimdBool = AutoSimd<[bool; 2]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(
val: <AutoSimd<[i128; 2]> as SimdValue>::Element,
) -> AutoSimd<[i128; 2]>
fn splat( val: <AutoSimd<[i128; 2]> as SimdValue>::Element, ) -> AutoSimd<[i128; 2]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[i128; 2]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[i128; 2]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[i128; 2]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i128; 2]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[i128; 2]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i128; 2]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[i128; 2]> as SimdValue>::SimdBool,
other: AutoSimd<[i128; 2]>,
) -> AutoSimd<[i128; 2]>
fn select( self, cond: <AutoSimd<[i128; 2]> as SimdValue>::SimdBool, other: AutoSimd<[i128; 2]>, ) -> AutoSimd<[i128; 2]>
Source§impl SimdValue for AutoSimd<[i128; 4]>
impl SimdValue for AutoSimd<[i128; 4]>
Source§type SimdBool = AutoSimd<[bool; 4]>
type SimdBool = AutoSimd<[bool; 4]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(
val: <AutoSimd<[i128; 4]> as SimdValue>::Element,
) -> AutoSimd<[i128; 4]>
fn splat( val: <AutoSimd<[i128; 4]> as SimdValue>::Element, ) -> AutoSimd<[i128; 4]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[i128; 4]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[i128; 4]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[i128; 4]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i128; 4]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[i128; 4]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i128; 4]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[i128; 4]> as SimdValue>::SimdBool,
other: AutoSimd<[i128; 4]>,
) -> AutoSimd<[i128; 4]>
fn select( self, cond: <AutoSimd<[i128; 4]> as SimdValue>::SimdBool, other: AutoSimd<[i128; 4]>, ) -> AutoSimd<[i128; 4]>
Source§impl SimdValue for AutoSimd<[i16; 2]>
impl SimdValue for AutoSimd<[i16; 2]>
Source§type SimdBool = AutoSimd<[bool; 2]>
type SimdBool = AutoSimd<[bool; 2]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[i16; 2]> as SimdValue>::Element) -> AutoSimd<[i16; 2]>
fn splat(val: <AutoSimd<[i16; 2]> as SimdValue>::Element) -> AutoSimd<[i16; 2]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[i16; 2]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[i16; 2]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[i16; 2]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i16; 2]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[i16; 2]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i16; 2]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[i16; 2]> as SimdValue>::SimdBool,
other: AutoSimd<[i16; 2]>,
) -> AutoSimd<[i16; 2]>
fn select( self, cond: <AutoSimd<[i16; 2]> as SimdValue>::SimdBool, other: AutoSimd<[i16; 2]>, ) -> AutoSimd<[i16; 2]>
Source§impl SimdValue for AutoSimd<[i16; 4]>
impl SimdValue for AutoSimd<[i16; 4]>
Source§type SimdBool = AutoSimd<[bool; 4]>
type SimdBool = AutoSimd<[bool; 4]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[i16; 4]> as SimdValue>::Element) -> AutoSimd<[i16; 4]>
fn splat(val: <AutoSimd<[i16; 4]> as SimdValue>::Element) -> AutoSimd<[i16; 4]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[i16; 4]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[i16; 4]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[i16; 4]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i16; 4]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[i16; 4]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i16; 4]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[i16; 4]> as SimdValue>::SimdBool,
other: AutoSimd<[i16; 4]>,
) -> AutoSimd<[i16; 4]>
fn select( self, cond: <AutoSimd<[i16; 4]> as SimdValue>::SimdBool, other: AutoSimd<[i16; 4]>, ) -> AutoSimd<[i16; 4]>
Source§impl SimdValue for AutoSimd<[i16; 8]>
impl SimdValue for AutoSimd<[i16; 8]>
Source§type SimdBool = AutoSimd<[bool; 8]>
type SimdBool = AutoSimd<[bool; 8]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[i16; 8]> as SimdValue>::Element) -> AutoSimd<[i16; 8]>
fn splat(val: <AutoSimd<[i16; 8]> as SimdValue>::Element) -> AutoSimd<[i16; 8]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[i16; 8]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[i16; 8]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[i16; 8]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i16; 8]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[i16; 8]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i16; 8]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[i16; 8]> as SimdValue>::SimdBool,
other: AutoSimd<[i16; 8]>,
) -> AutoSimd<[i16; 8]>
fn select( self, cond: <AutoSimd<[i16; 8]> as SimdValue>::SimdBool, other: AutoSimd<[i16; 8]>, ) -> AutoSimd<[i16; 8]>
Source§impl SimdValue for AutoSimd<[i16; 16]>
impl SimdValue for AutoSimd<[i16; 16]>
Source§type SimdBool = AutoSimd<[bool; 16]>
type SimdBool = AutoSimd<[bool; 16]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(
val: <AutoSimd<[i16; 16]> as SimdValue>::Element,
) -> AutoSimd<[i16; 16]>
fn splat( val: <AutoSimd<[i16; 16]> as SimdValue>::Element, ) -> AutoSimd<[i16; 16]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[i16; 16]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[i16; 16]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[i16; 16]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i16; 16]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[i16; 16]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i16; 16]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[i16; 16]> as SimdValue>::SimdBool,
other: AutoSimd<[i16; 16]>,
) -> AutoSimd<[i16; 16]>
fn select( self, cond: <AutoSimd<[i16; 16]> as SimdValue>::SimdBool, other: AutoSimd<[i16; 16]>, ) -> AutoSimd<[i16; 16]>
Source§impl SimdValue for AutoSimd<[i16; 32]>
impl SimdValue for AutoSimd<[i16; 32]>
Source§type SimdBool = AutoSimd<[bool; 32]>
type SimdBool = AutoSimd<[bool; 32]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(
val: <AutoSimd<[i16; 32]> as SimdValue>::Element,
) -> AutoSimd<[i16; 32]>
fn splat( val: <AutoSimd<[i16; 32]> as SimdValue>::Element, ) -> AutoSimd<[i16; 32]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[i16; 32]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[i16; 32]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[i16; 32]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i16; 32]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[i16; 32]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i16; 32]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[i16; 32]> as SimdValue>::SimdBool,
other: AutoSimd<[i16; 32]>,
) -> AutoSimd<[i16; 32]>
fn select( self, cond: <AutoSimd<[i16; 32]> as SimdValue>::SimdBool, other: AutoSimd<[i16; 32]>, ) -> AutoSimd<[i16; 32]>
Source§impl SimdValue for AutoSimd<[i32; 2]>
impl SimdValue for AutoSimd<[i32; 2]>
Source§type SimdBool = AutoSimd<[bool; 2]>
type SimdBool = AutoSimd<[bool; 2]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[i32; 2]> as SimdValue>::Element) -> AutoSimd<[i32; 2]>
fn splat(val: <AutoSimd<[i32; 2]> as SimdValue>::Element) -> AutoSimd<[i32; 2]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[i32; 2]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[i32; 2]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[i32; 2]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i32; 2]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[i32; 2]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i32; 2]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[i32; 2]> as SimdValue>::SimdBool,
other: AutoSimd<[i32; 2]>,
) -> AutoSimd<[i32; 2]>
fn select( self, cond: <AutoSimd<[i32; 2]> as SimdValue>::SimdBool, other: AutoSimd<[i32; 2]>, ) -> AutoSimd<[i32; 2]>
Source§impl SimdValue for AutoSimd<[i32; 4]>
impl SimdValue for AutoSimd<[i32; 4]>
Source§type SimdBool = AutoSimd<[bool; 4]>
type SimdBool = AutoSimd<[bool; 4]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[i32; 4]> as SimdValue>::Element) -> AutoSimd<[i32; 4]>
fn splat(val: <AutoSimd<[i32; 4]> as SimdValue>::Element) -> AutoSimd<[i32; 4]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[i32; 4]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[i32; 4]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[i32; 4]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i32; 4]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[i32; 4]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i32; 4]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[i32; 4]> as SimdValue>::SimdBool,
other: AutoSimd<[i32; 4]>,
) -> AutoSimd<[i32; 4]>
fn select( self, cond: <AutoSimd<[i32; 4]> as SimdValue>::SimdBool, other: AutoSimd<[i32; 4]>, ) -> AutoSimd<[i32; 4]>
Source§impl SimdValue for AutoSimd<[i32; 8]>
impl SimdValue for AutoSimd<[i32; 8]>
Source§type SimdBool = AutoSimd<[bool; 8]>
type SimdBool = AutoSimd<[bool; 8]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[i32; 8]> as SimdValue>::Element) -> AutoSimd<[i32; 8]>
fn splat(val: <AutoSimd<[i32; 8]> as SimdValue>::Element) -> AutoSimd<[i32; 8]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[i32; 8]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[i32; 8]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[i32; 8]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i32; 8]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[i32; 8]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i32; 8]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[i32; 8]> as SimdValue>::SimdBool,
other: AutoSimd<[i32; 8]>,
) -> AutoSimd<[i32; 8]>
fn select( self, cond: <AutoSimd<[i32; 8]> as SimdValue>::SimdBool, other: AutoSimd<[i32; 8]>, ) -> AutoSimd<[i32; 8]>
Source§impl SimdValue for AutoSimd<[i32; 16]>
impl SimdValue for AutoSimd<[i32; 16]>
Source§type SimdBool = AutoSimd<[bool; 16]>
type SimdBool = AutoSimd<[bool; 16]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(
val: <AutoSimd<[i32; 16]> as SimdValue>::Element,
) -> AutoSimd<[i32; 16]>
fn splat( val: <AutoSimd<[i32; 16]> as SimdValue>::Element, ) -> AutoSimd<[i32; 16]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[i32; 16]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[i32; 16]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[i32; 16]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i32; 16]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[i32; 16]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i32; 16]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[i32; 16]> as SimdValue>::SimdBool,
other: AutoSimd<[i32; 16]>,
) -> AutoSimd<[i32; 16]>
fn select( self, cond: <AutoSimd<[i32; 16]> as SimdValue>::SimdBool, other: AutoSimd<[i32; 16]>, ) -> AutoSimd<[i32; 16]>
Source§impl SimdValue for AutoSimd<[i64; 2]>
impl SimdValue for AutoSimd<[i64; 2]>
Source§type SimdBool = AutoSimd<[bool; 2]>
type SimdBool = AutoSimd<[bool; 2]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[i64; 2]> as SimdValue>::Element) -> AutoSimd<[i64; 2]>
fn splat(val: <AutoSimd<[i64; 2]> as SimdValue>::Element) -> AutoSimd<[i64; 2]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[i64; 2]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[i64; 2]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[i64; 2]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i64; 2]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[i64; 2]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i64; 2]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[i64; 2]> as SimdValue>::SimdBool,
other: AutoSimd<[i64; 2]>,
) -> AutoSimd<[i64; 2]>
fn select( self, cond: <AutoSimd<[i64; 2]> as SimdValue>::SimdBool, other: AutoSimd<[i64; 2]>, ) -> AutoSimd<[i64; 2]>
Source§impl SimdValue for AutoSimd<[i64; 4]>
impl SimdValue for AutoSimd<[i64; 4]>
Source§type SimdBool = AutoSimd<[bool; 4]>
type SimdBool = AutoSimd<[bool; 4]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[i64; 4]> as SimdValue>::Element) -> AutoSimd<[i64; 4]>
fn splat(val: <AutoSimd<[i64; 4]> as SimdValue>::Element) -> AutoSimd<[i64; 4]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[i64; 4]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[i64; 4]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[i64; 4]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i64; 4]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[i64; 4]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i64; 4]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[i64; 4]> as SimdValue>::SimdBool,
other: AutoSimd<[i64; 4]>,
) -> AutoSimd<[i64; 4]>
fn select( self, cond: <AutoSimd<[i64; 4]> as SimdValue>::SimdBool, other: AutoSimd<[i64; 4]>, ) -> AutoSimd<[i64; 4]>
Source§impl SimdValue for AutoSimd<[i64; 8]>
impl SimdValue for AutoSimd<[i64; 8]>
Source§type SimdBool = AutoSimd<[bool; 8]>
type SimdBool = AutoSimd<[bool; 8]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[i64; 8]> as SimdValue>::Element) -> AutoSimd<[i64; 8]>
fn splat(val: <AutoSimd<[i64; 8]> as SimdValue>::Element) -> AutoSimd<[i64; 8]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[i64; 8]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[i64; 8]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[i64; 8]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i64; 8]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[i64; 8]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i64; 8]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[i64; 8]> as SimdValue>::SimdBool,
other: AutoSimd<[i64; 8]>,
) -> AutoSimd<[i64; 8]>
fn select( self, cond: <AutoSimd<[i64; 8]> as SimdValue>::SimdBool, other: AutoSimd<[i64; 8]>, ) -> AutoSimd<[i64; 8]>
Source§impl SimdValue for AutoSimd<[i8; 2]>
impl SimdValue for AutoSimd<[i8; 2]>
Source§type SimdBool = AutoSimd<[bool; 2]>
type SimdBool = AutoSimd<[bool; 2]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[i8; 2]> as SimdValue>::Element) -> AutoSimd<[i8; 2]>
fn splat(val: <AutoSimd<[i8; 2]> as SimdValue>::Element) -> AutoSimd<[i8; 2]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[i8; 2]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[i8; 2]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[i8; 2]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i8; 2]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[i8; 2]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i8; 2]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[i8; 2]> as SimdValue>::SimdBool,
other: AutoSimd<[i8; 2]>,
) -> AutoSimd<[i8; 2]>
fn select( self, cond: <AutoSimd<[i8; 2]> as SimdValue>::SimdBool, other: AutoSimd<[i8; 2]>, ) -> AutoSimd<[i8; 2]>
Source§impl SimdValue for AutoSimd<[i8; 4]>
impl SimdValue for AutoSimd<[i8; 4]>
Source§type SimdBool = AutoSimd<[bool; 4]>
type SimdBool = AutoSimd<[bool; 4]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[i8; 4]> as SimdValue>::Element) -> AutoSimd<[i8; 4]>
fn splat(val: <AutoSimd<[i8; 4]> as SimdValue>::Element) -> AutoSimd<[i8; 4]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[i8; 4]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[i8; 4]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[i8; 4]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i8; 4]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[i8; 4]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i8; 4]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[i8; 4]> as SimdValue>::SimdBool,
other: AutoSimd<[i8; 4]>,
) -> AutoSimd<[i8; 4]>
fn select( self, cond: <AutoSimd<[i8; 4]> as SimdValue>::SimdBool, other: AutoSimd<[i8; 4]>, ) -> AutoSimd<[i8; 4]>
Source§impl SimdValue for AutoSimd<[i8; 8]>
impl SimdValue for AutoSimd<[i8; 8]>
Source§type SimdBool = AutoSimd<[bool; 8]>
type SimdBool = AutoSimd<[bool; 8]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[i8; 8]> as SimdValue>::Element) -> AutoSimd<[i8; 8]>
fn splat(val: <AutoSimd<[i8; 8]> as SimdValue>::Element) -> AutoSimd<[i8; 8]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[i8; 8]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[i8; 8]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[i8; 8]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i8; 8]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[i8; 8]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i8; 8]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[i8; 8]> as SimdValue>::SimdBool,
other: AutoSimd<[i8; 8]>,
) -> AutoSimd<[i8; 8]>
fn select( self, cond: <AutoSimd<[i8; 8]> as SimdValue>::SimdBool, other: AutoSimd<[i8; 8]>, ) -> AutoSimd<[i8; 8]>
Source§impl SimdValue for AutoSimd<[i8; 16]>
impl SimdValue for AutoSimd<[i8; 16]>
Source§type SimdBool = AutoSimd<[bool; 16]>
type SimdBool = AutoSimd<[bool; 16]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[i8; 16]> as SimdValue>::Element) -> AutoSimd<[i8; 16]>
fn splat(val: <AutoSimd<[i8; 16]> as SimdValue>::Element) -> AutoSimd<[i8; 16]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[i8; 16]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[i8; 16]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[i8; 16]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i8; 16]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[i8; 16]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i8; 16]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[i8; 16]> as SimdValue>::SimdBool,
other: AutoSimd<[i8; 16]>,
) -> AutoSimd<[i8; 16]>
fn select( self, cond: <AutoSimd<[i8; 16]> as SimdValue>::SimdBool, other: AutoSimd<[i8; 16]>, ) -> AutoSimd<[i8; 16]>
Source§impl SimdValue for AutoSimd<[i8; 32]>
impl SimdValue for AutoSimd<[i8; 32]>
Source§type SimdBool = AutoSimd<[bool; 32]>
type SimdBool = AutoSimd<[bool; 32]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[i8; 32]> as SimdValue>::Element) -> AutoSimd<[i8; 32]>
fn splat(val: <AutoSimd<[i8; 32]> as SimdValue>::Element) -> AutoSimd<[i8; 32]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[i8; 32]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[i8; 32]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[i8; 32]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i8; 32]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[i8; 32]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i8; 32]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[i8; 32]> as SimdValue>::SimdBool,
other: AutoSimd<[i8; 32]>,
) -> AutoSimd<[i8; 32]>
fn select( self, cond: <AutoSimd<[i8; 32]> as SimdValue>::SimdBool, other: AutoSimd<[i8; 32]>, ) -> AutoSimd<[i8; 32]>
Source§impl SimdValue for AutoSimd<[isize; 2]>
impl SimdValue for AutoSimd<[isize; 2]>
Source§type SimdBool = AutoSimd<[bool; 2]>
type SimdBool = AutoSimd<[bool; 2]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(
val: <AutoSimd<[isize; 2]> as SimdValue>::Element,
) -> AutoSimd<[isize; 2]>
fn splat( val: <AutoSimd<[isize; 2]> as SimdValue>::Element, ) -> AutoSimd<[isize; 2]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[isize; 2]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[isize; 2]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[isize; 2]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[isize; 2]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[isize; 2]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[isize; 2]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[isize; 2]> as SimdValue>::SimdBool,
other: AutoSimd<[isize; 2]>,
) -> AutoSimd<[isize; 2]>
fn select( self, cond: <AutoSimd<[isize; 2]> as SimdValue>::SimdBool, other: AutoSimd<[isize; 2]>, ) -> AutoSimd<[isize; 2]>
Source§impl SimdValue for AutoSimd<[isize; 4]>
impl SimdValue for AutoSimd<[isize; 4]>
Source§type SimdBool = AutoSimd<[bool; 4]>
type SimdBool = AutoSimd<[bool; 4]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(
val: <AutoSimd<[isize; 4]> as SimdValue>::Element,
) -> AutoSimd<[isize; 4]>
fn splat( val: <AutoSimd<[isize; 4]> as SimdValue>::Element, ) -> AutoSimd<[isize; 4]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[isize; 4]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[isize; 4]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[isize; 4]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[isize; 4]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[isize; 4]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[isize; 4]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[isize; 4]> as SimdValue>::SimdBool,
other: AutoSimd<[isize; 4]>,
) -> AutoSimd<[isize; 4]>
fn select( self, cond: <AutoSimd<[isize; 4]> as SimdValue>::SimdBool, other: AutoSimd<[isize; 4]>, ) -> AutoSimd<[isize; 4]>
Source§impl SimdValue for AutoSimd<[isize; 8]>
impl SimdValue for AutoSimd<[isize; 8]>
Source§type SimdBool = AutoSimd<[bool; 8]>
type SimdBool = AutoSimd<[bool; 8]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(
val: <AutoSimd<[isize; 8]> as SimdValue>::Element,
) -> AutoSimd<[isize; 8]>
fn splat( val: <AutoSimd<[isize; 8]> as SimdValue>::Element, ) -> AutoSimd<[isize; 8]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[isize; 8]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[isize; 8]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[isize; 8]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[isize; 8]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[isize; 8]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[isize; 8]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[isize; 8]> as SimdValue>::SimdBool,
other: AutoSimd<[isize; 8]>,
) -> AutoSimd<[isize; 8]>
fn select( self, cond: <AutoSimd<[isize; 8]> as SimdValue>::SimdBool, other: AutoSimd<[isize; 8]>, ) -> AutoSimd<[isize; 8]>
Source§impl SimdValue for AutoSimd<[u128; 1]>
impl SimdValue for AutoSimd<[u128; 1]>
Source§type SimdBool = AutoSimd<[bool; 1]>
type SimdBool = AutoSimd<[bool; 1]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(
val: <AutoSimd<[u128; 1]> as SimdValue>::Element,
) -> AutoSimd<[u128; 1]>
fn splat( val: <AutoSimd<[u128; 1]> as SimdValue>::Element, ) -> AutoSimd<[u128; 1]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[u128; 1]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[u128; 1]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[u128; 1]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u128; 1]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[u128; 1]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u128; 1]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[u128; 1]> as SimdValue>::SimdBool,
other: AutoSimd<[u128; 1]>,
) -> AutoSimd<[u128; 1]>
fn select( self, cond: <AutoSimd<[u128; 1]> as SimdValue>::SimdBool, other: AutoSimd<[u128; 1]>, ) -> AutoSimd<[u128; 1]>
Source§impl SimdValue for AutoSimd<[u128; 2]>
impl SimdValue for AutoSimd<[u128; 2]>
Source§type SimdBool = AutoSimd<[bool; 2]>
type SimdBool = AutoSimd<[bool; 2]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(
val: <AutoSimd<[u128; 2]> as SimdValue>::Element,
) -> AutoSimd<[u128; 2]>
fn splat( val: <AutoSimd<[u128; 2]> as SimdValue>::Element, ) -> AutoSimd<[u128; 2]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[u128; 2]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[u128; 2]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[u128; 2]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u128; 2]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[u128; 2]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u128; 2]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[u128; 2]> as SimdValue>::SimdBool,
other: AutoSimd<[u128; 2]>,
) -> AutoSimd<[u128; 2]>
fn select( self, cond: <AutoSimd<[u128; 2]> as SimdValue>::SimdBool, other: AutoSimd<[u128; 2]>, ) -> AutoSimd<[u128; 2]>
Source§impl SimdValue for AutoSimd<[u128; 4]>
impl SimdValue for AutoSimd<[u128; 4]>
Source§type SimdBool = AutoSimd<[bool; 4]>
type SimdBool = AutoSimd<[bool; 4]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(
val: <AutoSimd<[u128; 4]> as SimdValue>::Element,
) -> AutoSimd<[u128; 4]>
fn splat( val: <AutoSimd<[u128; 4]> as SimdValue>::Element, ) -> AutoSimd<[u128; 4]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[u128; 4]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[u128; 4]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[u128; 4]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u128; 4]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[u128; 4]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u128; 4]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[u128; 4]> as SimdValue>::SimdBool,
other: AutoSimd<[u128; 4]>,
) -> AutoSimd<[u128; 4]>
fn select( self, cond: <AutoSimd<[u128; 4]> as SimdValue>::SimdBool, other: AutoSimd<[u128; 4]>, ) -> AutoSimd<[u128; 4]>
Source§impl SimdValue for AutoSimd<[u16; 2]>
impl SimdValue for AutoSimd<[u16; 2]>
Source§type SimdBool = AutoSimd<[bool; 2]>
type SimdBool = AutoSimd<[bool; 2]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[u16; 2]> as SimdValue>::Element) -> AutoSimd<[u16; 2]>
fn splat(val: <AutoSimd<[u16; 2]> as SimdValue>::Element) -> AutoSimd<[u16; 2]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[u16; 2]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[u16; 2]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[u16; 2]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u16; 2]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[u16; 2]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u16; 2]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[u16; 2]> as SimdValue>::SimdBool,
other: AutoSimd<[u16; 2]>,
) -> AutoSimd<[u16; 2]>
fn select( self, cond: <AutoSimd<[u16; 2]> as SimdValue>::SimdBool, other: AutoSimd<[u16; 2]>, ) -> AutoSimd<[u16; 2]>
Source§impl SimdValue for AutoSimd<[u16; 4]>
impl SimdValue for AutoSimd<[u16; 4]>
Source§type SimdBool = AutoSimd<[bool; 4]>
type SimdBool = AutoSimd<[bool; 4]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[u16; 4]> as SimdValue>::Element) -> AutoSimd<[u16; 4]>
fn splat(val: <AutoSimd<[u16; 4]> as SimdValue>::Element) -> AutoSimd<[u16; 4]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[u16; 4]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[u16; 4]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[u16; 4]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u16; 4]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[u16; 4]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u16; 4]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[u16; 4]> as SimdValue>::SimdBool,
other: AutoSimd<[u16; 4]>,
) -> AutoSimd<[u16; 4]>
fn select( self, cond: <AutoSimd<[u16; 4]> as SimdValue>::SimdBool, other: AutoSimd<[u16; 4]>, ) -> AutoSimd<[u16; 4]>
Source§impl SimdValue for AutoSimd<[u16; 8]>
impl SimdValue for AutoSimd<[u16; 8]>
Source§type SimdBool = AutoSimd<[bool; 8]>
type SimdBool = AutoSimd<[bool; 8]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[u16; 8]> as SimdValue>::Element) -> AutoSimd<[u16; 8]>
fn splat(val: <AutoSimd<[u16; 8]> as SimdValue>::Element) -> AutoSimd<[u16; 8]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[u16; 8]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[u16; 8]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[u16; 8]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u16; 8]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[u16; 8]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u16; 8]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[u16; 8]> as SimdValue>::SimdBool,
other: AutoSimd<[u16; 8]>,
) -> AutoSimd<[u16; 8]>
fn select( self, cond: <AutoSimd<[u16; 8]> as SimdValue>::SimdBool, other: AutoSimd<[u16; 8]>, ) -> AutoSimd<[u16; 8]>
Source§impl SimdValue for AutoSimd<[u16; 16]>
impl SimdValue for AutoSimd<[u16; 16]>
Source§type SimdBool = AutoSimd<[bool; 16]>
type SimdBool = AutoSimd<[bool; 16]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(
val: <AutoSimd<[u16; 16]> as SimdValue>::Element,
) -> AutoSimd<[u16; 16]>
fn splat( val: <AutoSimd<[u16; 16]> as SimdValue>::Element, ) -> AutoSimd<[u16; 16]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[u16; 16]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[u16; 16]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[u16; 16]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u16; 16]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[u16; 16]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u16; 16]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[u16; 16]> as SimdValue>::SimdBool,
other: AutoSimd<[u16; 16]>,
) -> AutoSimd<[u16; 16]>
fn select( self, cond: <AutoSimd<[u16; 16]> as SimdValue>::SimdBool, other: AutoSimd<[u16; 16]>, ) -> AutoSimd<[u16; 16]>
Source§impl SimdValue for AutoSimd<[u16; 32]>
impl SimdValue for AutoSimd<[u16; 32]>
Source§type SimdBool = AutoSimd<[bool; 32]>
type SimdBool = AutoSimd<[bool; 32]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(
val: <AutoSimd<[u16; 32]> as SimdValue>::Element,
) -> AutoSimd<[u16; 32]>
fn splat( val: <AutoSimd<[u16; 32]> as SimdValue>::Element, ) -> AutoSimd<[u16; 32]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[u16; 32]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[u16; 32]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[u16; 32]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u16; 32]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[u16; 32]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u16; 32]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[u16; 32]> as SimdValue>::SimdBool,
other: AutoSimd<[u16; 32]>,
) -> AutoSimd<[u16; 32]>
fn select( self, cond: <AutoSimd<[u16; 32]> as SimdValue>::SimdBool, other: AutoSimd<[u16; 32]>, ) -> AutoSimd<[u16; 32]>
Source§impl SimdValue for AutoSimd<[u32; 2]>
impl SimdValue for AutoSimd<[u32; 2]>
Source§type SimdBool = AutoSimd<[bool; 2]>
type SimdBool = AutoSimd<[bool; 2]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[u32; 2]> as SimdValue>::Element) -> AutoSimd<[u32; 2]>
fn splat(val: <AutoSimd<[u32; 2]> as SimdValue>::Element) -> AutoSimd<[u32; 2]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[u32; 2]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[u32; 2]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[u32; 2]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u32; 2]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[u32; 2]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u32; 2]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[u32; 2]> as SimdValue>::SimdBool,
other: AutoSimd<[u32; 2]>,
) -> AutoSimd<[u32; 2]>
fn select( self, cond: <AutoSimd<[u32; 2]> as SimdValue>::SimdBool, other: AutoSimd<[u32; 2]>, ) -> AutoSimd<[u32; 2]>
Source§impl SimdValue for AutoSimd<[u32; 4]>
impl SimdValue for AutoSimd<[u32; 4]>
Source§type SimdBool = AutoSimd<[bool; 4]>
type SimdBool = AutoSimd<[bool; 4]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[u32; 4]> as SimdValue>::Element) -> AutoSimd<[u32; 4]>
fn splat(val: <AutoSimd<[u32; 4]> as SimdValue>::Element) -> AutoSimd<[u32; 4]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[u32; 4]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[u32; 4]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[u32; 4]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u32; 4]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[u32; 4]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u32; 4]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[u32; 4]> as SimdValue>::SimdBool,
other: AutoSimd<[u32; 4]>,
) -> AutoSimd<[u32; 4]>
fn select( self, cond: <AutoSimd<[u32; 4]> as SimdValue>::SimdBool, other: AutoSimd<[u32; 4]>, ) -> AutoSimd<[u32; 4]>
Source§impl SimdValue for AutoSimd<[u32; 8]>
impl SimdValue for AutoSimd<[u32; 8]>
Source§type SimdBool = AutoSimd<[bool; 8]>
type SimdBool = AutoSimd<[bool; 8]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[u32; 8]> as SimdValue>::Element) -> AutoSimd<[u32; 8]>
fn splat(val: <AutoSimd<[u32; 8]> as SimdValue>::Element) -> AutoSimd<[u32; 8]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[u32; 8]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[u32; 8]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[u32; 8]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u32; 8]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[u32; 8]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u32; 8]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[u32; 8]> as SimdValue>::SimdBool,
other: AutoSimd<[u32; 8]>,
) -> AutoSimd<[u32; 8]>
fn select( self, cond: <AutoSimd<[u32; 8]> as SimdValue>::SimdBool, other: AutoSimd<[u32; 8]>, ) -> AutoSimd<[u32; 8]>
Source§impl SimdValue for AutoSimd<[u32; 16]>
impl SimdValue for AutoSimd<[u32; 16]>
Source§type SimdBool = AutoSimd<[bool; 16]>
type SimdBool = AutoSimd<[bool; 16]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(
val: <AutoSimd<[u32; 16]> as SimdValue>::Element,
) -> AutoSimd<[u32; 16]>
fn splat( val: <AutoSimd<[u32; 16]> as SimdValue>::Element, ) -> AutoSimd<[u32; 16]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[u32; 16]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[u32; 16]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[u32; 16]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u32; 16]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[u32; 16]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u32; 16]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[u32; 16]> as SimdValue>::SimdBool,
other: AutoSimd<[u32; 16]>,
) -> AutoSimd<[u32; 16]>
fn select( self, cond: <AutoSimd<[u32; 16]> as SimdValue>::SimdBool, other: AutoSimd<[u32; 16]>, ) -> AutoSimd<[u32; 16]>
Source§impl SimdValue for AutoSimd<[u64; 2]>
impl SimdValue for AutoSimd<[u64; 2]>
Source§type SimdBool = AutoSimd<[bool; 2]>
type SimdBool = AutoSimd<[bool; 2]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[u64; 2]> as SimdValue>::Element) -> AutoSimd<[u64; 2]>
fn splat(val: <AutoSimd<[u64; 2]> as SimdValue>::Element) -> AutoSimd<[u64; 2]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[u64; 2]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[u64; 2]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[u64; 2]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u64; 2]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[u64; 2]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u64; 2]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[u64; 2]> as SimdValue>::SimdBool,
other: AutoSimd<[u64; 2]>,
) -> AutoSimd<[u64; 2]>
fn select( self, cond: <AutoSimd<[u64; 2]> as SimdValue>::SimdBool, other: AutoSimd<[u64; 2]>, ) -> AutoSimd<[u64; 2]>
Source§impl SimdValue for AutoSimd<[u64; 4]>
impl SimdValue for AutoSimd<[u64; 4]>
Source§type SimdBool = AutoSimd<[bool; 4]>
type SimdBool = AutoSimd<[bool; 4]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[u64; 4]> as SimdValue>::Element) -> AutoSimd<[u64; 4]>
fn splat(val: <AutoSimd<[u64; 4]> as SimdValue>::Element) -> AutoSimd<[u64; 4]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[u64; 4]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[u64; 4]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[u64; 4]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u64; 4]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[u64; 4]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u64; 4]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[u64; 4]> as SimdValue>::SimdBool,
other: AutoSimd<[u64; 4]>,
) -> AutoSimd<[u64; 4]>
fn select( self, cond: <AutoSimd<[u64; 4]> as SimdValue>::SimdBool, other: AutoSimd<[u64; 4]>, ) -> AutoSimd<[u64; 4]>
Source§impl SimdValue for AutoSimd<[u64; 8]>
impl SimdValue for AutoSimd<[u64; 8]>
Source§type SimdBool = AutoSimd<[bool; 8]>
type SimdBool = AutoSimd<[bool; 8]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[u64; 8]> as SimdValue>::Element) -> AutoSimd<[u64; 8]>
fn splat(val: <AutoSimd<[u64; 8]> as SimdValue>::Element) -> AutoSimd<[u64; 8]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[u64; 8]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[u64; 8]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[u64; 8]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u64; 8]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[u64; 8]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u64; 8]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[u64; 8]> as SimdValue>::SimdBool,
other: AutoSimd<[u64; 8]>,
) -> AutoSimd<[u64; 8]>
fn select( self, cond: <AutoSimd<[u64; 8]> as SimdValue>::SimdBool, other: AutoSimd<[u64; 8]>, ) -> AutoSimd<[u64; 8]>
Source§impl SimdValue for AutoSimd<[u8; 2]>
impl SimdValue for AutoSimd<[u8; 2]>
Source§type SimdBool = AutoSimd<[bool; 2]>
type SimdBool = AutoSimd<[bool; 2]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[u8; 2]> as SimdValue>::Element) -> AutoSimd<[u8; 2]>
fn splat(val: <AutoSimd<[u8; 2]> as SimdValue>::Element) -> AutoSimd<[u8; 2]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[u8; 2]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[u8; 2]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[u8; 2]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u8; 2]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[u8; 2]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u8; 2]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[u8; 2]> as SimdValue>::SimdBool,
other: AutoSimd<[u8; 2]>,
) -> AutoSimd<[u8; 2]>
fn select( self, cond: <AutoSimd<[u8; 2]> as SimdValue>::SimdBool, other: AutoSimd<[u8; 2]>, ) -> AutoSimd<[u8; 2]>
Source§impl SimdValue for AutoSimd<[u8; 4]>
impl SimdValue for AutoSimd<[u8; 4]>
Source§type SimdBool = AutoSimd<[bool; 4]>
type SimdBool = AutoSimd<[bool; 4]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[u8; 4]> as SimdValue>::Element) -> AutoSimd<[u8; 4]>
fn splat(val: <AutoSimd<[u8; 4]> as SimdValue>::Element) -> AutoSimd<[u8; 4]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[u8; 4]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[u8; 4]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[u8; 4]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u8; 4]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[u8; 4]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u8; 4]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[u8; 4]> as SimdValue>::SimdBool,
other: AutoSimd<[u8; 4]>,
) -> AutoSimd<[u8; 4]>
fn select( self, cond: <AutoSimd<[u8; 4]> as SimdValue>::SimdBool, other: AutoSimd<[u8; 4]>, ) -> AutoSimd<[u8; 4]>
Source§impl SimdValue for AutoSimd<[u8; 8]>
impl SimdValue for AutoSimd<[u8; 8]>
Source§type SimdBool = AutoSimd<[bool; 8]>
type SimdBool = AutoSimd<[bool; 8]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[u8; 8]> as SimdValue>::Element) -> AutoSimd<[u8; 8]>
fn splat(val: <AutoSimd<[u8; 8]> as SimdValue>::Element) -> AutoSimd<[u8; 8]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[u8; 8]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[u8; 8]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[u8; 8]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u8; 8]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[u8; 8]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u8; 8]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[u8; 8]> as SimdValue>::SimdBool,
other: AutoSimd<[u8; 8]>,
) -> AutoSimd<[u8; 8]>
fn select( self, cond: <AutoSimd<[u8; 8]> as SimdValue>::SimdBool, other: AutoSimd<[u8; 8]>, ) -> AutoSimd<[u8; 8]>
Source§impl SimdValue for AutoSimd<[u8; 16]>
impl SimdValue for AutoSimd<[u8; 16]>
Source§type SimdBool = AutoSimd<[bool; 16]>
type SimdBool = AutoSimd<[bool; 16]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[u8; 16]> as SimdValue>::Element) -> AutoSimd<[u8; 16]>
fn splat(val: <AutoSimd<[u8; 16]> as SimdValue>::Element) -> AutoSimd<[u8; 16]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[u8; 16]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[u8; 16]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[u8; 16]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u8; 16]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[u8; 16]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u8; 16]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[u8; 16]> as SimdValue>::SimdBool,
other: AutoSimd<[u8; 16]>,
) -> AutoSimd<[u8; 16]>
fn select( self, cond: <AutoSimd<[u8; 16]> as SimdValue>::SimdBool, other: AutoSimd<[u8; 16]>, ) -> AutoSimd<[u8; 16]>
Source§impl SimdValue for AutoSimd<[u8; 32]>
impl SimdValue for AutoSimd<[u8; 32]>
Source§type SimdBool = AutoSimd<[bool; 32]>
type SimdBool = AutoSimd<[bool; 32]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(val: <AutoSimd<[u8; 32]> as SimdValue>::Element) -> AutoSimd<[u8; 32]>
fn splat(val: <AutoSimd<[u8; 32]> as SimdValue>::Element) -> AutoSimd<[u8; 32]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[u8; 32]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[u8; 32]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[u8; 32]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u8; 32]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[u8; 32]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u8; 32]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[u8; 32]> as SimdValue>::SimdBool,
other: AutoSimd<[u8; 32]>,
) -> AutoSimd<[u8; 32]>
fn select( self, cond: <AutoSimd<[u8; 32]> as SimdValue>::SimdBool, other: AutoSimd<[u8; 32]>, ) -> AutoSimd<[u8; 32]>
Source§impl SimdValue for AutoSimd<[usize; 2]>
impl SimdValue for AutoSimd<[usize; 2]>
Source§type SimdBool = AutoSimd<[bool; 2]>
type SimdBool = AutoSimd<[bool; 2]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(
val: <AutoSimd<[usize; 2]> as SimdValue>::Element,
) -> AutoSimd<[usize; 2]>
fn splat( val: <AutoSimd<[usize; 2]> as SimdValue>::Element, ) -> AutoSimd<[usize; 2]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[usize; 2]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[usize; 2]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[usize; 2]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[usize; 2]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[usize; 2]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[usize; 2]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[usize; 2]> as SimdValue>::SimdBool,
other: AutoSimd<[usize; 2]>,
) -> AutoSimd<[usize; 2]>
fn select( self, cond: <AutoSimd<[usize; 2]> as SimdValue>::SimdBool, other: AutoSimd<[usize; 2]>, ) -> AutoSimd<[usize; 2]>
Source§impl SimdValue for AutoSimd<[usize; 4]>
impl SimdValue for AutoSimd<[usize; 4]>
Source§type SimdBool = AutoSimd<[bool; 4]>
type SimdBool = AutoSimd<[bool; 4]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(
val: <AutoSimd<[usize; 4]> as SimdValue>::Element,
) -> AutoSimd<[usize; 4]>
fn splat( val: <AutoSimd<[usize; 4]> as SimdValue>::Element, ) -> AutoSimd<[usize; 4]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[usize; 4]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[usize; 4]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[usize; 4]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[usize; 4]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[usize; 4]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[usize; 4]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[usize; 4]> as SimdValue>::SimdBool,
other: AutoSimd<[usize; 4]>,
) -> AutoSimd<[usize; 4]>
fn select( self, cond: <AutoSimd<[usize; 4]> as SimdValue>::SimdBool, other: AutoSimd<[usize; 4]>, ) -> AutoSimd<[usize; 4]>
Source§impl SimdValue for AutoSimd<[usize; 8]>
impl SimdValue for AutoSimd<[usize; 8]>
Source§type SimdBool = AutoSimd<[bool; 8]>
type SimdBool = AutoSimd<[bool; 8]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(
val: <AutoSimd<[usize; 8]> as SimdValue>::Element,
) -> AutoSimd<[usize; 8]>
fn splat( val: <AutoSimd<[usize; 8]> as SimdValue>::Element, ) -> AutoSimd<[usize; 8]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[usize; 8]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[usize; 8]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[usize; 8]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[usize; 8]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[usize; 8]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[usize; 8]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[usize; 8]> as SimdValue>::SimdBool,
other: AutoSimd<[usize; 8]>,
) -> AutoSimd<[usize; 8]>
fn select( self, cond: <AutoSimd<[usize; 8]> as SimdValue>::SimdBool, other: AutoSimd<[usize; 8]>, ) -> AutoSimd<[usize; 8]>
Source§impl SimdValue for AutoSimd<[bool; 1]>
impl SimdValue for AutoSimd<[bool; 1]>
Source§type SimdBool = AutoSimd<[bool; 1]>
type SimdBool = AutoSimd<[bool; 1]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(
val: <AutoSimd<[bool; 1]> as SimdValue>::Element,
) -> AutoSimd<[bool; 1]>
fn splat( val: <AutoSimd<[bool; 1]> as SimdValue>::Element, ) -> AutoSimd<[bool; 1]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[bool; 1]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[bool; 1]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[bool; 1]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[bool; 1]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[bool; 1]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[bool; 1]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[bool; 1]> as SimdValue>::SimdBool,
other: AutoSimd<[bool; 1]>,
) -> AutoSimd<[bool; 1]>
fn select( self, cond: <AutoSimd<[bool; 1]> as SimdValue>::SimdBool, other: AutoSimd<[bool; 1]>, ) -> AutoSimd<[bool; 1]>
Source§impl SimdValue for AutoSimd<[bool; 2]>
impl SimdValue for AutoSimd<[bool; 2]>
Source§type SimdBool = AutoSimd<[bool; 2]>
type SimdBool = AutoSimd<[bool; 2]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(
val: <AutoSimd<[bool; 2]> as SimdValue>::Element,
) -> AutoSimd<[bool; 2]>
fn splat( val: <AutoSimd<[bool; 2]> as SimdValue>::Element, ) -> AutoSimd<[bool; 2]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[bool; 2]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[bool; 2]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[bool; 2]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[bool; 2]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[bool; 2]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[bool; 2]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[bool; 2]> as SimdValue>::SimdBool,
other: AutoSimd<[bool; 2]>,
) -> AutoSimd<[bool; 2]>
fn select( self, cond: <AutoSimd<[bool; 2]> as SimdValue>::SimdBool, other: AutoSimd<[bool; 2]>, ) -> AutoSimd<[bool; 2]>
Source§impl SimdValue for AutoSimd<[bool; 4]>
impl SimdValue for AutoSimd<[bool; 4]>
Source§type SimdBool = AutoSimd<[bool; 4]>
type SimdBool = AutoSimd<[bool; 4]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(
val: <AutoSimd<[bool; 4]> as SimdValue>::Element,
) -> AutoSimd<[bool; 4]>
fn splat( val: <AutoSimd<[bool; 4]> as SimdValue>::Element, ) -> AutoSimd<[bool; 4]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[bool; 4]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[bool; 4]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[bool; 4]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[bool; 4]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[bool; 4]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[bool; 4]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[bool; 4]> as SimdValue>::SimdBool,
other: AutoSimd<[bool; 4]>,
) -> AutoSimd<[bool; 4]>
fn select( self, cond: <AutoSimd<[bool; 4]> as SimdValue>::SimdBool, other: AutoSimd<[bool; 4]>, ) -> AutoSimd<[bool; 4]>
Source§impl SimdValue for AutoSimd<[bool; 8]>
impl SimdValue for AutoSimd<[bool; 8]>
Source§type SimdBool = AutoSimd<[bool; 8]>
type SimdBool = AutoSimd<[bool; 8]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(
val: <AutoSimd<[bool; 8]> as SimdValue>::Element,
) -> AutoSimd<[bool; 8]>
fn splat( val: <AutoSimd<[bool; 8]> as SimdValue>::Element, ) -> AutoSimd<[bool; 8]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[bool; 8]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[bool; 8]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[bool; 8]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[bool; 8]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[bool; 8]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[bool; 8]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[bool; 8]> as SimdValue>::SimdBool,
other: AutoSimd<[bool; 8]>,
) -> AutoSimd<[bool; 8]>
fn select( self, cond: <AutoSimd<[bool; 8]> as SimdValue>::SimdBool, other: AutoSimd<[bool; 8]>, ) -> AutoSimd<[bool; 8]>
Source§impl SimdValue for AutoSimd<[bool; 16]>
impl SimdValue for AutoSimd<[bool; 16]>
Source§type SimdBool = AutoSimd<[bool; 16]>
type SimdBool = AutoSimd<[bool; 16]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(
val: <AutoSimd<[bool; 16]> as SimdValue>::Element,
) -> AutoSimd<[bool; 16]>
fn splat( val: <AutoSimd<[bool; 16]> as SimdValue>::Element, ) -> AutoSimd<[bool; 16]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[bool; 16]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[bool; 16]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[bool; 16]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[bool; 16]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[bool; 16]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[bool; 16]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[bool; 16]> as SimdValue>::SimdBool,
other: AutoSimd<[bool; 16]>,
) -> AutoSimd<[bool; 16]>
fn select( self, cond: <AutoSimd<[bool; 16]> as SimdValue>::SimdBool, other: AutoSimd<[bool; 16]>, ) -> AutoSimd<[bool; 16]>
Source§impl SimdValue for AutoSimd<[bool; 32]>
impl SimdValue for AutoSimd<[bool; 32]>
Source§type SimdBool = AutoSimd<[bool; 32]>
type SimdBool = AutoSimd<[bool; 32]>
Type of the result of comparing two SIMD values like
self.Source§fn splat(
val: <AutoSimd<[bool; 32]> as SimdValue>::Element,
) -> AutoSimd<[bool; 32]>
fn splat( val: <AutoSimd<[bool; 32]> as SimdValue>::Element, ) -> AutoSimd<[bool; 32]>
Initializes an SIMD value with each lanes set to
val.Source§fn extract(&self, i: usize) -> <AutoSimd<[bool; 32]> as SimdValue>::Element
fn extract(&self, i: usize) -> <AutoSimd<[bool; 32]> as SimdValue>::Element
Extracts the i-th lane of
self. Read moreSource§unsafe fn extract_unchecked(
&self,
i: usize,
) -> <AutoSimd<[bool; 32]> as SimdValue>::Element
unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[bool; 32]> as SimdValue>::Element
Extracts the i-th lane of
self without bound-checking. Read moreSource§unsafe fn replace_unchecked(
&mut self,
i: usize,
val: <AutoSimd<[bool; 32]> as SimdValue>::Element,
)
unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[bool; 32]> as SimdValue>::Element, )
Source§fn select(
self,
cond: <AutoSimd<[bool; 32]> as SimdValue>::SimdBool,
other: AutoSimd<[bool; 32]>,
) -> AutoSimd<[bool; 32]>
fn select( self, cond: <AutoSimd<[bool; 32]> as SimdValue>::SimdBool, other: AutoSimd<[bool; 32]>, ) -> AutoSimd<[bool; 32]>
impl<N> StructuralPartialEq for AutoSimd<N>where
N: PartialEq,
Source§impl<N2> SubsetOf<AutoSimd<N2>> for u8
impl<N2> SubsetOf<AutoSimd<N2>> for u8
Source§fn to_superset(&self) -> AutoSimd<N2>
fn to_superset(&self) -> AutoSimd<N2>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset_unchecked(element: &AutoSimd<N2>) -> u8
fn from_superset_unchecked(element: &AutoSimd<N2>) -> u8
Use with care! Same as
self.to_superset but without any property checks. Always succeeds.Source§fn is_in_subset(c: &AutoSimd<N2>) -> bool
fn is_in_subset(c: &AutoSimd<N2>) -> bool
Checks if
element is actually part of the subset Self (and can be converted to it).Source§impl<N2> SubsetOf<AutoSimd<N2>> for u16
impl<N2> SubsetOf<AutoSimd<N2>> for u16
Source§fn to_superset(&self) -> AutoSimd<N2>
fn to_superset(&self) -> AutoSimd<N2>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset_unchecked(element: &AutoSimd<N2>) -> u16
fn from_superset_unchecked(element: &AutoSimd<N2>) -> u16
Use with care! Same as
self.to_superset but without any property checks. Always succeeds.Source§fn is_in_subset(c: &AutoSimd<N2>) -> bool
fn is_in_subset(c: &AutoSimd<N2>) -> bool
Checks if
element is actually part of the subset Self (and can be converted to it).Source§impl<N2> SubsetOf<AutoSimd<N2>> for u32
impl<N2> SubsetOf<AutoSimd<N2>> for u32
Source§fn to_superset(&self) -> AutoSimd<N2>
fn to_superset(&self) -> AutoSimd<N2>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset_unchecked(element: &AutoSimd<N2>) -> u32
fn from_superset_unchecked(element: &AutoSimd<N2>) -> u32
Use with care! Same as
self.to_superset but without any property checks. Always succeeds.Source§fn is_in_subset(c: &AutoSimd<N2>) -> bool
fn is_in_subset(c: &AutoSimd<N2>) -> bool
Checks if
element is actually part of the subset Self (and can be converted to it).Source§impl<N2> SubsetOf<AutoSimd<N2>> for u64
impl<N2> SubsetOf<AutoSimd<N2>> for u64
Source§fn to_superset(&self) -> AutoSimd<N2>
fn to_superset(&self) -> AutoSimd<N2>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset_unchecked(element: &AutoSimd<N2>) -> u64
fn from_superset_unchecked(element: &AutoSimd<N2>) -> u64
Use with care! Same as
self.to_superset but without any property checks. Always succeeds.Source§fn is_in_subset(c: &AutoSimd<N2>) -> bool
fn is_in_subset(c: &AutoSimd<N2>) -> bool
Checks if
element is actually part of the subset Self (and can be converted to it).Source§impl<N2> SubsetOf<AutoSimd<N2>> for usize
impl<N2> SubsetOf<AutoSimd<N2>> for usize
Source§fn to_superset(&self) -> AutoSimd<N2>
fn to_superset(&self) -> AutoSimd<N2>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset_unchecked(element: &AutoSimd<N2>) -> usize
fn from_superset_unchecked(element: &AutoSimd<N2>) -> usize
Use with care! Same as
self.to_superset but without any property checks. Always succeeds.Source§fn is_in_subset(c: &AutoSimd<N2>) -> bool
fn is_in_subset(c: &AutoSimd<N2>) -> bool
Checks if
element is actually part of the subset Self (and can be converted to it).Source§impl<N2> SubsetOf<AutoSimd<N2>> for i8
impl<N2> SubsetOf<AutoSimd<N2>> for i8
Source§fn to_superset(&self) -> AutoSimd<N2>
fn to_superset(&self) -> AutoSimd<N2>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset_unchecked(element: &AutoSimd<N2>) -> i8
fn from_superset_unchecked(element: &AutoSimd<N2>) -> i8
Use with care! Same as
self.to_superset but without any property checks. Always succeeds.Source§fn is_in_subset(c: &AutoSimd<N2>) -> bool
fn is_in_subset(c: &AutoSimd<N2>) -> bool
Checks if
element is actually part of the subset Self (and can be converted to it).Source§impl<N2> SubsetOf<AutoSimd<N2>> for i16
impl<N2> SubsetOf<AutoSimd<N2>> for i16
Source§fn to_superset(&self) -> AutoSimd<N2>
fn to_superset(&self) -> AutoSimd<N2>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset_unchecked(element: &AutoSimd<N2>) -> i16
fn from_superset_unchecked(element: &AutoSimd<N2>) -> i16
Use with care! Same as
self.to_superset but without any property checks. Always succeeds.Source§fn is_in_subset(c: &AutoSimd<N2>) -> bool
fn is_in_subset(c: &AutoSimd<N2>) -> bool
Checks if
element is actually part of the subset Self (and can be converted to it).Source§impl<N2> SubsetOf<AutoSimd<N2>> for i32
impl<N2> SubsetOf<AutoSimd<N2>> for i32
Source§fn to_superset(&self) -> AutoSimd<N2>
fn to_superset(&self) -> AutoSimd<N2>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset_unchecked(element: &AutoSimd<N2>) -> i32
fn from_superset_unchecked(element: &AutoSimd<N2>) -> i32
Use with care! Same as
self.to_superset but without any property checks. Always succeeds.Source§fn is_in_subset(c: &AutoSimd<N2>) -> bool
fn is_in_subset(c: &AutoSimd<N2>) -> bool
Checks if
element is actually part of the subset Self (and can be converted to it).Source§impl<N2> SubsetOf<AutoSimd<N2>> for i64
impl<N2> SubsetOf<AutoSimd<N2>> for i64
Source§fn to_superset(&self) -> AutoSimd<N2>
fn to_superset(&self) -> AutoSimd<N2>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset_unchecked(element: &AutoSimd<N2>) -> i64
fn from_superset_unchecked(element: &AutoSimd<N2>) -> i64
Use with care! Same as
self.to_superset but without any property checks. Always succeeds.Source§fn is_in_subset(c: &AutoSimd<N2>) -> bool
fn is_in_subset(c: &AutoSimd<N2>) -> bool
Checks if
element is actually part of the subset Self (and can be converted to it).Source§impl<N2> SubsetOf<AutoSimd<N2>> for isize
impl<N2> SubsetOf<AutoSimd<N2>> for isize
Source§fn to_superset(&self) -> AutoSimd<N2>
fn to_superset(&self) -> AutoSimd<N2>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset_unchecked(element: &AutoSimd<N2>) -> isize
fn from_superset_unchecked(element: &AutoSimd<N2>) -> isize
Use with care! Same as
self.to_superset but without any property checks. Always succeeds.Source§fn is_in_subset(c: &AutoSimd<N2>) -> bool
fn is_in_subset(c: &AutoSimd<N2>) -> bool
Checks if
element is actually part of the subset Self (and can be converted to it).Source§impl<N2> SubsetOf<AutoSimd<N2>> for f32
impl<N2> SubsetOf<AutoSimd<N2>> for f32
Source§fn to_superset(&self) -> AutoSimd<N2>
fn to_superset(&self) -> AutoSimd<N2>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset_unchecked(element: &AutoSimd<N2>) -> f32
fn from_superset_unchecked(element: &AutoSimd<N2>) -> f32
Use with care! Same as
self.to_superset but without any property checks. Always succeeds.Source§fn is_in_subset(c: &AutoSimd<N2>) -> bool
fn is_in_subset(c: &AutoSimd<N2>) -> bool
Checks if
element is actually part of the subset Self (and can be converted to it).Source§impl<N2> SubsetOf<AutoSimd<N2>> for f64
impl<N2> SubsetOf<AutoSimd<N2>> for f64
Source§fn to_superset(&self) -> AutoSimd<N2>
fn to_superset(&self) -> AutoSimd<N2>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset_unchecked(element: &AutoSimd<N2>) -> f64
fn from_superset_unchecked(element: &AutoSimd<N2>) -> f64
Use with care! Same as
self.to_superset but without any property checks. Always succeeds.Source§fn is_in_subset(c: &AutoSimd<N2>) -> bool
fn is_in_subset(c: &AutoSimd<N2>) -> bool
Checks if
element is actually part of the subset Self (and can be converted to it).Source§impl<N2> SubsetOf<AutoSimd<N2>> for d128
impl<N2> SubsetOf<AutoSimd<N2>> for d128
Source§fn to_superset(&self) -> AutoSimd<N2>
fn to_superset(&self) -> AutoSimd<N2>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset_unchecked(element: &AutoSimd<N2>) -> d128
fn from_superset_unchecked(element: &AutoSimd<N2>) -> d128
Use with care! Same as
self.to_superset but without any property checks. Always succeeds.Source§fn is_in_subset(c: &AutoSimd<N2>) -> bool
fn is_in_subset(c: &AutoSimd<N2>) -> bool
Checks if
element is actually part of the subset Self (and can be converted to it).Source§impl SubsetOf<AutoSimd<[f32; 2]>> for AutoSimd<[f32; 2]>
impl SubsetOf<AutoSimd<[f32; 2]>> for AutoSimd<[f32; 2]>
Source§fn to_superset(&self) -> AutoSimd<[f32; 2]>
fn to_superset(&self) -> AutoSimd<[f32; 2]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[f32; 2]>) -> Option<AutoSimd<[f32; 2]>>
fn from_superset(element: &AutoSimd<[f32; 2]>) -> Option<AutoSimd<[f32; 2]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[f32; 4]>> for AutoSimd<[f32; 4]>
impl SubsetOf<AutoSimd<[f32; 4]>> for AutoSimd<[f32; 4]>
Source§fn to_superset(&self) -> AutoSimd<[f32; 4]>
fn to_superset(&self) -> AutoSimd<[f32; 4]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[f32; 4]>) -> Option<AutoSimd<[f32; 4]>>
fn from_superset(element: &AutoSimd<[f32; 4]>) -> Option<AutoSimd<[f32; 4]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[f32; 8]>> for AutoSimd<[f32; 8]>
impl SubsetOf<AutoSimd<[f32; 8]>> for AutoSimd<[f32; 8]>
Source§fn to_superset(&self) -> AutoSimd<[f32; 8]>
fn to_superset(&self) -> AutoSimd<[f32; 8]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[f32; 8]>) -> Option<AutoSimd<[f32; 8]>>
fn from_superset(element: &AutoSimd<[f32; 8]>) -> Option<AutoSimd<[f32; 8]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[f32; 16]>> for AutoSimd<[f32; 16]>
impl SubsetOf<AutoSimd<[f32; 16]>> for AutoSimd<[f32; 16]>
Source§fn to_superset(&self) -> AutoSimd<[f32; 16]>
fn to_superset(&self) -> AutoSimd<[f32; 16]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[f32; 16]>) -> Option<AutoSimd<[f32; 16]>>
fn from_superset(element: &AutoSimd<[f32; 16]>) -> Option<AutoSimd<[f32; 16]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[f64; 2]>> for AutoSimd<[f64; 2]>
impl SubsetOf<AutoSimd<[f64; 2]>> for AutoSimd<[f64; 2]>
Source§fn to_superset(&self) -> AutoSimd<[f64; 2]>
fn to_superset(&self) -> AutoSimd<[f64; 2]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[f64; 2]>) -> Option<AutoSimd<[f64; 2]>>
fn from_superset(element: &AutoSimd<[f64; 2]>) -> Option<AutoSimd<[f64; 2]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[f64; 4]>> for AutoSimd<[f64; 4]>
impl SubsetOf<AutoSimd<[f64; 4]>> for AutoSimd<[f64; 4]>
Source§fn to_superset(&self) -> AutoSimd<[f64; 4]>
fn to_superset(&self) -> AutoSimd<[f64; 4]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[f64; 4]>) -> Option<AutoSimd<[f64; 4]>>
fn from_superset(element: &AutoSimd<[f64; 4]>) -> Option<AutoSimd<[f64; 4]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[f64; 8]>> for AutoSimd<[f64; 8]>
impl SubsetOf<AutoSimd<[f64; 8]>> for AutoSimd<[f64; 8]>
Source§fn to_superset(&self) -> AutoSimd<[f64; 8]>
fn to_superset(&self) -> AutoSimd<[f64; 8]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[f64; 8]>) -> Option<AutoSimd<[f64; 8]>>
fn from_superset(element: &AutoSimd<[f64; 8]>) -> Option<AutoSimd<[f64; 8]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[i8; 2]>> for AutoSimd<[i8; 2]>
impl SubsetOf<AutoSimd<[i8; 2]>> for AutoSimd<[i8; 2]>
Source§fn to_superset(&self) -> AutoSimd<[i8; 2]>
fn to_superset(&self) -> AutoSimd<[i8; 2]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[i8; 2]>) -> Option<AutoSimd<[i8; 2]>>
fn from_superset(element: &AutoSimd<[i8; 2]>) -> Option<AutoSimd<[i8; 2]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[i8; 4]>> for AutoSimd<[i8; 4]>
impl SubsetOf<AutoSimd<[i8; 4]>> for AutoSimd<[i8; 4]>
Source§fn to_superset(&self) -> AutoSimd<[i8; 4]>
fn to_superset(&self) -> AutoSimd<[i8; 4]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[i8; 4]>) -> Option<AutoSimd<[i8; 4]>>
fn from_superset(element: &AutoSimd<[i8; 4]>) -> Option<AutoSimd<[i8; 4]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[i8; 8]>> for AutoSimd<[i8; 8]>
impl SubsetOf<AutoSimd<[i8; 8]>> for AutoSimd<[i8; 8]>
Source§fn to_superset(&self) -> AutoSimd<[i8; 8]>
fn to_superset(&self) -> AutoSimd<[i8; 8]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[i8; 8]>) -> Option<AutoSimd<[i8; 8]>>
fn from_superset(element: &AutoSimd<[i8; 8]>) -> Option<AutoSimd<[i8; 8]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[i8; 16]>> for AutoSimd<[i8; 16]>
impl SubsetOf<AutoSimd<[i8; 16]>> for AutoSimd<[i8; 16]>
Source§fn to_superset(&self) -> AutoSimd<[i8; 16]>
fn to_superset(&self) -> AutoSimd<[i8; 16]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[i8; 16]>) -> Option<AutoSimd<[i8; 16]>>
fn from_superset(element: &AutoSimd<[i8; 16]>) -> Option<AutoSimd<[i8; 16]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[i8; 32]>> for AutoSimd<[i8; 32]>
impl SubsetOf<AutoSimd<[i8; 32]>> for AutoSimd<[i8; 32]>
Source§fn to_superset(&self) -> AutoSimd<[i8; 32]>
fn to_superset(&self) -> AutoSimd<[i8; 32]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[i8; 32]>) -> Option<AutoSimd<[i8; 32]>>
fn from_superset(element: &AutoSimd<[i8; 32]>) -> Option<AutoSimd<[i8; 32]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[i16; 2]>> for AutoSimd<[i16; 2]>
impl SubsetOf<AutoSimd<[i16; 2]>> for AutoSimd<[i16; 2]>
Source§fn to_superset(&self) -> AutoSimd<[i16; 2]>
fn to_superset(&self) -> AutoSimd<[i16; 2]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[i16; 2]>) -> Option<AutoSimd<[i16; 2]>>
fn from_superset(element: &AutoSimd<[i16; 2]>) -> Option<AutoSimd<[i16; 2]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[i16; 4]>> for AutoSimd<[i16; 4]>
impl SubsetOf<AutoSimd<[i16; 4]>> for AutoSimd<[i16; 4]>
Source§fn to_superset(&self) -> AutoSimd<[i16; 4]>
fn to_superset(&self) -> AutoSimd<[i16; 4]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[i16; 4]>) -> Option<AutoSimd<[i16; 4]>>
fn from_superset(element: &AutoSimd<[i16; 4]>) -> Option<AutoSimd<[i16; 4]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[i16; 8]>> for AutoSimd<[i16; 8]>
impl SubsetOf<AutoSimd<[i16; 8]>> for AutoSimd<[i16; 8]>
Source§fn to_superset(&self) -> AutoSimd<[i16; 8]>
fn to_superset(&self) -> AutoSimd<[i16; 8]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[i16; 8]>) -> Option<AutoSimd<[i16; 8]>>
fn from_superset(element: &AutoSimd<[i16; 8]>) -> Option<AutoSimd<[i16; 8]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[i16; 16]>> for AutoSimd<[i16; 16]>
impl SubsetOf<AutoSimd<[i16; 16]>> for AutoSimd<[i16; 16]>
Source§fn to_superset(&self) -> AutoSimd<[i16; 16]>
fn to_superset(&self) -> AutoSimd<[i16; 16]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[i16; 16]>) -> Option<AutoSimd<[i16; 16]>>
fn from_superset(element: &AutoSimd<[i16; 16]>) -> Option<AutoSimd<[i16; 16]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[i16; 32]>> for AutoSimd<[i16; 32]>
impl SubsetOf<AutoSimd<[i16; 32]>> for AutoSimd<[i16; 32]>
Source§fn to_superset(&self) -> AutoSimd<[i16; 32]>
fn to_superset(&self) -> AutoSimd<[i16; 32]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[i16; 32]>) -> Option<AutoSimd<[i16; 32]>>
fn from_superset(element: &AutoSimd<[i16; 32]>) -> Option<AutoSimd<[i16; 32]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[i32; 2]>> for AutoSimd<[i32; 2]>
impl SubsetOf<AutoSimd<[i32; 2]>> for AutoSimd<[i32; 2]>
Source§fn to_superset(&self) -> AutoSimd<[i32; 2]>
fn to_superset(&self) -> AutoSimd<[i32; 2]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[i32; 2]>) -> Option<AutoSimd<[i32; 2]>>
fn from_superset(element: &AutoSimd<[i32; 2]>) -> Option<AutoSimd<[i32; 2]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[i32; 4]>> for AutoSimd<[i32; 4]>
impl SubsetOf<AutoSimd<[i32; 4]>> for AutoSimd<[i32; 4]>
Source§fn to_superset(&self) -> AutoSimd<[i32; 4]>
fn to_superset(&self) -> AutoSimd<[i32; 4]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[i32; 4]>) -> Option<AutoSimd<[i32; 4]>>
fn from_superset(element: &AutoSimd<[i32; 4]>) -> Option<AutoSimd<[i32; 4]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[i32; 8]>> for AutoSimd<[i32; 8]>
impl SubsetOf<AutoSimd<[i32; 8]>> for AutoSimd<[i32; 8]>
Source§fn to_superset(&self) -> AutoSimd<[i32; 8]>
fn to_superset(&self) -> AutoSimd<[i32; 8]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[i32; 8]>) -> Option<AutoSimd<[i32; 8]>>
fn from_superset(element: &AutoSimd<[i32; 8]>) -> Option<AutoSimd<[i32; 8]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[i32; 16]>> for AutoSimd<[i32; 16]>
impl SubsetOf<AutoSimd<[i32; 16]>> for AutoSimd<[i32; 16]>
Source§fn to_superset(&self) -> AutoSimd<[i32; 16]>
fn to_superset(&self) -> AutoSimd<[i32; 16]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[i32; 16]>) -> Option<AutoSimd<[i32; 16]>>
fn from_superset(element: &AutoSimd<[i32; 16]>) -> Option<AutoSimd<[i32; 16]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[i64; 2]>> for AutoSimd<[i64; 2]>
impl SubsetOf<AutoSimd<[i64; 2]>> for AutoSimd<[i64; 2]>
Source§fn to_superset(&self) -> AutoSimd<[i64; 2]>
fn to_superset(&self) -> AutoSimd<[i64; 2]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[i64; 2]>) -> Option<AutoSimd<[i64; 2]>>
fn from_superset(element: &AutoSimd<[i64; 2]>) -> Option<AutoSimd<[i64; 2]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[i64; 4]>> for AutoSimd<[i64; 4]>
impl SubsetOf<AutoSimd<[i64; 4]>> for AutoSimd<[i64; 4]>
Source§fn to_superset(&self) -> AutoSimd<[i64; 4]>
fn to_superset(&self) -> AutoSimd<[i64; 4]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[i64; 4]>) -> Option<AutoSimd<[i64; 4]>>
fn from_superset(element: &AutoSimd<[i64; 4]>) -> Option<AutoSimd<[i64; 4]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[i64; 8]>> for AutoSimd<[i64; 8]>
impl SubsetOf<AutoSimd<[i64; 8]>> for AutoSimd<[i64; 8]>
Source§fn to_superset(&self) -> AutoSimd<[i64; 8]>
fn to_superset(&self) -> AutoSimd<[i64; 8]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[i64; 8]>) -> Option<AutoSimd<[i64; 8]>>
fn from_superset(element: &AutoSimd<[i64; 8]>) -> Option<AutoSimd<[i64; 8]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[i128; 1]>> for AutoSimd<[i128; 1]>
impl SubsetOf<AutoSimd<[i128; 1]>> for AutoSimd<[i128; 1]>
Source§fn to_superset(&self) -> AutoSimd<[i128; 1]>
fn to_superset(&self) -> AutoSimd<[i128; 1]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[i128; 1]>) -> Option<AutoSimd<[i128; 1]>>
fn from_superset(element: &AutoSimd<[i128; 1]>) -> Option<AutoSimd<[i128; 1]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[i128; 2]>> for AutoSimd<[i128; 2]>
impl SubsetOf<AutoSimd<[i128; 2]>> for AutoSimd<[i128; 2]>
Source§fn to_superset(&self) -> AutoSimd<[i128; 2]>
fn to_superset(&self) -> AutoSimd<[i128; 2]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[i128; 2]>) -> Option<AutoSimd<[i128; 2]>>
fn from_superset(element: &AutoSimd<[i128; 2]>) -> Option<AutoSimd<[i128; 2]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[i128; 4]>> for AutoSimd<[i128; 4]>
impl SubsetOf<AutoSimd<[i128; 4]>> for AutoSimd<[i128; 4]>
Source§fn to_superset(&self) -> AutoSimd<[i128; 4]>
fn to_superset(&self) -> AutoSimd<[i128; 4]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[i128; 4]>) -> Option<AutoSimd<[i128; 4]>>
fn from_superset(element: &AutoSimd<[i128; 4]>) -> Option<AutoSimd<[i128; 4]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[isize; 2]>> for AutoSimd<[isize; 2]>
impl SubsetOf<AutoSimd<[isize; 2]>> for AutoSimd<[isize; 2]>
Source§fn to_superset(&self) -> AutoSimd<[isize; 2]>
fn to_superset(&self) -> AutoSimd<[isize; 2]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[isize; 2]>) -> Option<AutoSimd<[isize; 2]>>
fn from_superset(element: &AutoSimd<[isize; 2]>) -> Option<AutoSimd<[isize; 2]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[isize; 4]>> for AutoSimd<[isize; 4]>
impl SubsetOf<AutoSimd<[isize; 4]>> for AutoSimd<[isize; 4]>
Source§fn to_superset(&self) -> AutoSimd<[isize; 4]>
fn to_superset(&self) -> AutoSimd<[isize; 4]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[isize; 4]>) -> Option<AutoSimd<[isize; 4]>>
fn from_superset(element: &AutoSimd<[isize; 4]>) -> Option<AutoSimd<[isize; 4]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[isize; 8]>> for AutoSimd<[isize; 8]>
impl SubsetOf<AutoSimd<[isize; 8]>> for AutoSimd<[isize; 8]>
Source§fn to_superset(&self) -> AutoSimd<[isize; 8]>
fn to_superset(&self) -> AutoSimd<[isize; 8]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[isize; 8]>) -> Option<AutoSimd<[isize; 8]>>
fn from_superset(element: &AutoSimd<[isize; 8]>) -> Option<AutoSimd<[isize; 8]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[u8; 2]>> for AutoSimd<[u8; 2]>
impl SubsetOf<AutoSimd<[u8; 2]>> for AutoSimd<[u8; 2]>
Source§fn to_superset(&self) -> AutoSimd<[u8; 2]>
fn to_superset(&self) -> AutoSimd<[u8; 2]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[u8; 2]>) -> Option<AutoSimd<[u8; 2]>>
fn from_superset(element: &AutoSimd<[u8; 2]>) -> Option<AutoSimd<[u8; 2]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[u8; 4]>> for AutoSimd<[u8; 4]>
impl SubsetOf<AutoSimd<[u8; 4]>> for AutoSimd<[u8; 4]>
Source§fn to_superset(&self) -> AutoSimd<[u8; 4]>
fn to_superset(&self) -> AutoSimd<[u8; 4]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[u8; 4]>) -> Option<AutoSimd<[u8; 4]>>
fn from_superset(element: &AutoSimd<[u8; 4]>) -> Option<AutoSimd<[u8; 4]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[u8; 8]>> for AutoSimd<[u8; 8]>
impl SubsetOf<AutoSimd<[u8; 8]>> for AutoSimd<[u8; 8]>
Source§fn to_superset(&self) -> AutoSimd<[u8; 8]>
fn to_superset(&self) -> AutoSimd<[u8; 8]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[u8; 8]>) -> Option<AutoSimd<[u8; 8]>>
fn from_superset(element: &AutoSimd<[u8; 8]>) -> Option<AutoSimd<[u8; 8]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[u8; 16]>> for AutoSimd<[u8; 16]>
impl SubsetOf<AutoSimd<[u8; 16]>> for AutoSimd<[u8; 16]>
Source§fn to_superset(&self) -> AutoSimd<[u8; 16]>
fn to_superset(&self) -> AutoSimd<[u8; 16]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[u8; 16]>) -> Option<AutoSimd<[u8; 16]>>
fn from_superset(element: &AutoSimd<[u8; 16]>) -> Option<AutoSimd<[u8; 16]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[u8; 32]>> for AutoSimd<[u8; 32]>
impl SubsetOf<AutoSimd<[u8; 32]>> for AutoSimd<[u8; 32]>
Source§fn to_superset(&self) -> AutoSimd<[u8; 32]>
fn to_superset(&self) -> AutoSimd<[u8; 32]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[u8; 32]>) -> Option<AutoSimd<[u8; 32]>>
fn from_superset(element: &AutoSimd<[u8; 32]>) -> Option<AutoSimd<[u8; 32]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[u16; 2]>> for AutoSimd<[u16; 2]>
impl SubsetOf<AutoSimd<[u16; 2]>> for AutoSimd<[u16; 2]>
Source§fn to_superset(&self) -> AutoSimd<[u16; 2]>
fn to_superset(&self) -> AutoSimd<[u16; 2]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[u16; 2]>) -> Option<AutoSimd<[u16; 2]>>
fn from_superset(element: &AutoSimd<[u16; 2]>) -> Option<AutoSimd<[u16; 2]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[u16; 4]>> for AutoSimd<[u16; 4]>
impl SubsetOf<AutoSimd<[u16; 4]>> for AutoSimd<[u16; 4]>
Source§fn to_superset(&self) -> AutoSimd<[u16; 4]>
fn to_superset(&self) -> AutoSimd<[u16; 4]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[u16; 4]>) -> Option<AutoSimd<[u16; 4]>>
fn from_superset(element: &AutoSimd<[u16; 4]>) -> Option<AutoSimd<[u16; 4]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[u16; 8]>> for AutoSimd<[u16; 8]>
impl SubsetOf<AutoSimd<[u16; 8]>> for AutoSimd<[u16; 8]>
Source§fn to_superset(&self) -> AutoSimd<[u16; 8]>
fn to_superset(&self) -> AutoSimd<[u16; 8]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[u16; 8]>) -> Option<AutoSimd<[u16; 8]>>
fn from_superset(element: &AutoSimd<[u16; 8]>) -> Option<AutoSimd<[u16; 8]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[u16; 16]>> for AutoSimd<[u16; 16]>
impl SubsetOf<AutoSimd<[u16; 16]>> for AutoSimd<[u16; 16]>
Source§fn to_superset(&self) -> AutoSimd<[u16; 16]>
fn to_superset(&self) -> AutoSimd<[u16; 16]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[u16; 16]>) -> Option<AutoSimd<[u16; 16]>>
fn from_superset(element: &AutoSimd<[u16; 16]>) -> Option<AutoSimd<[u16; 16]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[u16; 32]>> for AutoSimd<[u16; 32]>
impl SubsetOf<AutoSimd<[u16; 32]>> for AutoSimd<[u16; 32]>
Source§fn to_superset(&self) -> AutoSimd<[u16; 32]>
fn to_superset(&self) -> AutoSimd<[u16; 32]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[u16; 32]>) -> Option<AutoSimd<[u16; 32]>>
fn from_superset(element: &AutoSimd<[u16; 32]>) -> Option<AutoSimd<[u16; 32]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[u32; 2]>> for AutoSimd<[u32; 2]>
impl SubsetOf<AutoSimd<[u32; 2]>> for AutoSimd<[u32; 2]>
Source§fn to_superset(&self) -> AutoSimd<[u32; 2]>
fn to_superset(&self) -> AutoSimd<[u32; 2]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[u32; 2]>) -> Option<AutoSimd<[u32; 2]>>
fn from_superset(element: &AutoSimd<[u32; 2]>) -> Option<AutoSimd<[u32; 2]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[u32; 4]>> for AutoSimd<[u32; 4]>
impl SubsetOf<AutoSimd<[u32; 4]>> for AutoSimd<[u32; 4]>
Source§fn to_superset(&self) -> AutoSimd<[u32; 4]>
fn to_superset(&self) -> AutoSimd<[u32; 4]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[u32; 4]>) -> Option<AutoSimd<[u32; 4]>>
fn from_superset(element: &AutoSimd<[u32; 4]>) -> Option<AutoSimd<[u32; 4]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[u32; 8]>> for AutoSimd<[u32; 8]>
impl SubsetOf<AutoSimd<[u32; 8]>> for AutoSimd<[u32; 8]>
Source§fn to_superset(&self) -> AutoSimd<[u32; 8]>
fn to_superset(&self) -> AutoSimd<[u32; 8]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[u32; 8]>) -> Option<AutoSimd<[u32; 8]>>
fn from_superset(element: &AutoSimd<[u32; 8]>) -> Option<AutoSimd<[u32; 8]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[u32; 16]>> for AutoSimd<[u32; 16]>
impl SubsetOf<AutoSimd<[u32; 16]>> for AutoSimd<[u32; 16]>
Source§fn to_superset(&self) -> AutoSimd<[u32; 16]>
fn to_superset(&self) -> AutoSimd<[u32; 16]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[u32; 16]>) -> Option<AutoSimd<[u32; 16]>>
fn from_superset(element: &AutoSimd<[u32; 16]>) -> Option<AutoSimd<[u32; 16]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[u64; 2]>> for AutoSimd<[u64; 2]>
impl SubsetOf<AutoSimd<[u64; 2]>> for AutoSimd<[u64; 2]>
Source§fn to_superset(&self) -> AutoSimd<[u64; 2]>
fn to_superset(&self) -> AutoSimd<[u64; 2]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[u64; 2]>) -> Option<AutoSimd<[u64; 2]>>
fn from_superset(element: &AutoSimd<[u64; 2]>) -> Option<AutoSimd<[u64; 2]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[u64; 4]>> for AutoSimd<[u64; 4]>
impl SubsetOf<AutoSimd<[u64; 4]>> for AutoSimd<[u64; 4]>
Source§fn to_superset(&self) -> AutoSimd<[u64; 4]>
fn to_superset(&self) -> AutoSimd<[u64; 4]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[u64; 4]>) -> Option<AutoSimd<[u64; 4]>>
fn from_superset(element: &AutoSimd<[u64; 4]>) -> Option<AutoSimd<[u64; 4]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[u64; 8]>> for AutoSimd<[u64; 8]>
impl SubsetOf<AutoSimd<[u64; 8]>> for AutoSimd<[u64; 8]>
Source§fn to_superset(&self) -> AutoSimd<[u64; 8]>
fn to_superset(&self) -> AutoSimd<[u64; 8]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[u64; 8]>) -> Option<AutoSimd<[u64; 8]>>
fn from_superset(element: &AutoSimd<[u64; 8]>) -> Option<AutoSimd<[u64; 8]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[u128; 1]>> for AutoSimd<[u128; 1]>
impl SubsetOf<AutoSimd<[u128; 1]>> for AutoSimd<[u128; 1]>
Source§fn to_superset(&self) -> AutoSimd<[u128; 1]>
fn to_superset(&self) -> AutoSimd<[u128; 1]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[u128; 1]>) -> Option<AutoSimd<[u128; 1]>>
fn from_superset(element: &AutoSimd<[u128; 1]>) -> Option<AutoSimd<[u128; 1]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[u128; 2]>> for AutoSimd<[u128; 2]>
impl SubsetOf<AutoSimd<[u128; 2]>> for AutoSimd<[u128; 2]>
Source§fn to_superset(&self) -> AutoSimd<[u128; 2]>
fn to_superset(&self) -> AutoSimd<[u128; 2]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[u128; 2]>) -> Option<AutoSimd<[u128; 2]>>
fn from_superset(element: &AutoSimd<[u128; 2]>) -> Option<AutoSimd<[u128; 2]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[u128; 4]>> for AutoSimd<[u128; 4]>
impl SubsetOf<AutoSimd<[u128; 4]>> for AutoSimd<[u128; 4]>
Source§fn to_superset(&self) -> AutoSimd<[u128; 4]>
fn to_superset(&self) -> AutoSimd<[u128; 4]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[u128; 4]>) -> Option<AutoSimd<[u128; 4]>>
fn from_superset(element: &AutoSimd<[u128; 4]>) -> Option<AutoSimd<[u128; 4]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[usize; 2]>> for AutoSimd<[usize; 2]>
impl SubsetOf<AutoSimd<[usize; 2]>> for AutoSimd<[usize; 2]>
Source§fn to_superset(&self) -> AutoSimd<[usize; 2]>
fn to_superset(&self) -> AutoSimd<[usize; 2]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[usize; 2]>) -> Option<AutoSimd<[usize; 2]>>
fn from_superset(element: &AutoSimd<[usize; 2]>) -> Option<AutoSimd<[usize; 2]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[usize; 4]>> for AutoSimd<[usize; 4]>
impl SubsetOf<AutoSimd<[usize; 4]>> for AutoSimd<[usize; 4]>
Source§fn to_superset(&self) -> AutoSimd<[usize; 4]>
fn to_superset(&self) -> AutoSimd<[usize; 4]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[usize; 4]>) -> Option<AutoSimd<[usize; 4]>>
fn from_superset(element: &AutoSimd<[usize; 4]>) -> Option<AutoSimd<[usize; 4]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§impl SubsetOf<AutoSimd<[usize; 8]>> for AutoSimd<[usize; 8]>
impl SubsetOf<AutoSimd<[usize; 8]>> for AutoSimd<[usize; 8]>
Source§fn to_superset(&self) -> AutoSimd<[usize; 8]>
fn to_superset(&self) -> AutoSimd<[usize; 8]>
The inclusion map: converts
self to the equivalent element of its superset.Source§fn from_superset(element: &AutoSimd<[usize; 8]>) -> Option<AutoSimd<[usize; 8]>>
fn from_superset(element: &AutoSimd<[usize; 8]>) -> Option<AutoSimd<[usize; 8]>>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreAuto Trait Implementations§
impl<N> Freeze for AutoSimd<N>where
N: Freeze,
impl<N> RefUnwindSafe for AutoSimd<N>where
N: RefUnwindSafe,
impl<N> Send for AutoSimd<N>where
N: Send,
impl<N> Sync for AutoSimd<N>where
N: Sync,
impl<N> Unpin for AutoSimd<N>where
N: Unpin,
impl<N> UnsafeUnpin for AutoSimd<N>where
N: UnsafeUnpin,
impl<N> UnwindSafe for AutoSimd<N>where
N: UnwindSafe,
Blanket Implementations§
Source§impl<T> AlignerFor<1> for T
impl<T> AlignerFor<1> for T
Source§impl<T> AlignerFor<2> for T
impl<T> AlignerFor<2> for T
Source§impl<T> AlignerFor<4> for T
impl<T> AlignerFor<4> for T
Source§impl<T> AlignerFor<8> for T
impl<T> AlignerFor<8> for T
Source§impl<T> AlignerFor<16> for T
impl<T> AlignerFor<16> for T
Source§impl<T> AlignerFor<32> for T
impl<T> AlignerFor<32> for T
Source§impl<T> AlignerFor<64> for T
impl<T> AlignerFor<64> for T
Source§impl<T> AlignerFor<128> for T
impl<T> AlignerFor<128> for T
Source§type Aligner = AlignTo128<T>
type Aligner = AlignTo128<T>
The
AlignTo* type which aligns Self to ALIGNMENT.Source§impl<T> AlignerFor<256> for T
impl<T> AlignerFor<256> for T
Source§type Aligner = AlignTo256<T>
type Aligner = AlignTo256<T>
The
AlignTo* type which aligns Self to ALIGNMENT.Source§impl<T> AlignerFor<512> for T
impl<T> AlignerFor<512> for T
Source§type Aligner = AlignTo512<T>
type Aligner = AlignTo512<T>
The
AlignTo* type which aligns Self to ALIGNMENT.Source§impl<T> AlignerFor<1024> for T
impl<T> AlignerFor<1024> for T
Source§type Aligner = AlignTo1024<T>
type Aligner = AlignTo1024<T>
The
AlignTo* type which aligns Self to ALIGNMENT.Source§impl<T> AlignerFor<2048> for T
impl<T> AlignerFor<2048> for T
Source§type Aligner = AlignTo2048<T>
type Aligner = AlignTo2048<T>
The
AlignTo* type which aligns Self to ALIGNMENT.Source§impl<T> AlignerFor<4096> for T
impl<T> AlignerFor<4096> for T
Source§type Aligner = AlignTo4096<T>
type Aligner = AlignTo4096<T>
The
AlignTo* type which aligns Self to ALIGNMENT.Source§impl<T> AlignerFor<8192> for T
impl<T> AlignerFor<8192> for T
Source§type Aligner = AlignTo8192<T>
type Aligner = AlignTo8192<T>
The
AlignTo* type which aligns Self to ALIGNMENT.Source§impl<T> AlignerFor<16384> for T
impl<T> AlignerFor<16384> for T
Source§type Aligner = AlignTo16384<T>
type Aligner = AlignTo16384<T>
The
AlignTo* type which aligns Self to ALIGNMENT.Source§impl<T> AlignerFor<32768> for T
impl<T> AlignerFor<32768> for T
Source§type Aligner = AlignTo32768<T>
type Aligner = AlignTo32768<T>
The
AlignTo* type which aligns Self to ALIGNMENT.Source§impl<N, R, C, S> ArgminAdd<Matrix<N, R, C, S>, Matrix<N, R, C, <DefaultAllocator as Allocator<R, C>>::Buffer<N>>> for Nwhere
N: Scalar + ClosedAddAssign + Copy,
R: Dim,
C: Dim,
S: Storage<N, R, C>,
DefaultAllocator: Allocator<N, R, C>,
impl<N, R, C, S> ArgminAdd<Matrix<N, R, C, S>, Matrix<N, R, C, <DefaultAllocator as Allocator<R, C>>::Buffer<N>>> for Nwhere
N: Scalar + ClosedAddAssign + Copy,
R: Dim,
C: Dim,
S: Storage<N, R, C>,
DefaultAllocator: Allocator<N, R, C>,
Source§impl<N, R, C, S> ArgminDiv<Matrix<N, R, C, S>, Matrix<N, R, C, <DefaultAllocator as Allocator<R, C>>::Buffer<N>>> for Nwhere
N: Scalar + Copy + ClosedDivAssign,
R: Dim,
C: Dim,
S: Storage<N, R, C>,
DefaultAllocator: Allocator<N, R, C>,
impl<N, R, C, S> ArgminDiv<Matrix<N, R, C, S>, Matrix<N, R, C, <DefaultAllocator as Allocator<R, C>>::Buffer<N>>> for Nwhere
N: Scalar + Copy + ClosedDivAssign,
R: Dim,
C: Dim,
S: Storage<N, R, C>,
DefaultAllocator: Allocator<N, R, C>,
Source§impl<N, R, C, S> ArgminDot<Matrix<N, R, C, S>, Matrix<N, R, C, <DefaultAllocator as Allocator<R, C>>::Buffer<N>>> for Nwhere
N: Scalar + Copy + ClosedMulAssign,
R: Dim,
C: Dim,
S: Storage<N, R, C>,
DefaultAllocator: Allocator<N, R, C>,
impl<N, R, C, S> ArgminDot<Matrix<N, R, C, S>, Matrix<N, R, C, <DefaultAllocator as Allocator<R, C>>::Buffer<N>>> for Nwhere
N: Scalar + Copy + ClosedMulAssign,
R: Dim,
C: Dim,
S: Storage<N, R, C>,
DefaultAllocator: Allocator<N, R, C>,
Source§impl<N, R, C, S> ArgminMul<Matrix<N, R, C, S>, Matrix<N, R, C, <DefaultAllocator as Allocator<R, C>>::Buffer<N>>> for Nwhere
N: Scalar + Copy + ClosedMulAssign,
R: Dim,
C: Dim,
S: Storage<N, R, C>,
DefaultAllocator: Allocator<N, R, C>,
impl<N, R, C, S> ArgminMul<Matrix<N, R, C, S>, Matrix<N, R, C, <DefaultAllocator as Allocator<R, C>>::Buffer<N>>> for Nwhere
N: Scalar + Copy + ClosedMulAssign,
R: Dim,
C: Dim,
S: Storage<N, R, C>,
DefaultAllocator: Allocator<N, R, C>,
Source§impl<N, R, C, S> ArgminSub<Matrix<N, R, C, S>, Matrix<N, R, C, <DefaultAllocator as Allocator<R, C>>::Buffer<N>>> for N
impl<N, R, C, S> ArgminSub<Matrix<N, R, C, S>, Matrix<N, R, C, <DefaultAllocator as Allocator<R, C>>::Buffer<N>>> for N
impl<T> Boilerplate for T
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T, Right> ClosedAdd<Right> for T
impl<T, Right> ClosedAdd<Right> for T
impl<T, Right> ClosedAddAssign<Right> for T
impl<T, Right> ClosedDiv<Right> for T
impl<T, Right> ClosedDiv<Right> for T
impl<T, Right> ClosedDivAssign<Right> for T
impl<T, Right> ClosedMul<Right> for T
impl<T, Right> ClosedMul<Right> for T
impl<T, Right> ClosedMulAssign<Right> for T
impl<T> ClosedNeg for Twhere
T: Neg<Output = T>,
impl<T> ClosedNeg for Twhere
T: Neg<Output = T>,
impl<T, Right> ClosedSub<Right> for T
impl<T, Right> ClosedSub<Right> for T
impl<T, Right> ClosedSubAssign<Right> for T
Source§impl<T> DistributionExt for Twhere
T: ?Sized,
impl<T> DistributionExt for Twhere
T: ?Sized,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<T, W> HasTypeWitness<W> for Twhere
W: MakeTypeWitness<Arg = T>,
T: ?Sized,
impl<T, W> HasTypeWitness<W> for Twhere
W: MakeTypeWitness<Arg = T>,
T: ?Sized,
Source§impl<T> Identity for Twhere
T: ?Sized,
impl<T> Identity for Twhere
T: ?Sized,
impl<T, U> Imply<T> for U
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreimpl<T> LinalgScalar for T
impl<T> NumAssign for Twhere
T: Num + NumAssignOps,
impl<T, Rhs> NumAssignOps<Rhs> for T
impl<T, Rhs, Output> NumOps<Rhs, Output> for T
Source§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<'a, T> RCowCompatibleRef<'a> for Twhere
T: Clone + 'a,
impl<'a, T> RCowCompatibleRef<'a> for Twhere
T: Clone + 'a,
Source§fn as_c_ref(from: &'a T) -> <T as RCowCompatibleRef<'a>>::RefC
fn as_c_ref(from: &'a T) -> <T as RCowCompatibleRef<'a>>::RefC
Converts a reference to an FFI-safe type
Source§fn as_rust_ref(from: <T as RCowCompatibleRef<'a>>::RefC) -> &'a T
fn as_rust_ref(from: <T as RCowCompatibleRef<'a>>::RefC) -> &'a T
Converts an FFI-safe type to a reference
Source§impl<S> ROExtAcc for S
impl<S> ROExtAcc for S
Source§fn f_get<F>(&self, offset: FieldOffset<S, F, Aligned>) -> &F
fn f_get<F>(&self, offset: FieldOffset<S, F, Aligned>) -> &F
Gets a reference to a field, determined by
offset. Read moreSource§fn f_get_mut<F>(&mut self, offset: FieldOffset<S, F, Aligned>) -> &mut F
fn f_get_mut<F>(&mut self, offset: FieldOffset<S, F, Aligned>) -> &mut F
Gets a muatble reference to a field, determined by
offset. Read moreSource§fn f_get_ptr<F, A>(&self, offset: FieldOffset<S, F, A>) -> *const F
fn f_get_ptr<F, A>(&self, offset: FieldOffset<S, F, A>) -> *const F
Gets a const pointer to a field,
the field is determined by
offset. Read moreSource§fn f_get_mut_ptr<F, A>(&mut self, offset: FieldOffset<S, F, A>) -> *mut F
fn f_get_mut_ptr<F, A>(&mut self, offset: FieldOffset<S, F, A>) -> *mut F
Gets a mutable pointer to a field, determined by
offset. Read moreSource§impl<S> ROExtOps<Aligned> for S
impl<S> ROExtOps<Aligned> for S
Source§fn f_replace<F>(&mut self, offset: FieldOffset<S, F, Aligned>, value: F) -> F
fn f_replace<F>(&mut self, offset: FieldOffset<S, F, Aligned>, value: F) -> F
Replaces a field (determined by
offset) with value,
returning the previous value of the field. Read moreSource§fn f_get_copy<F>(&self, offset: FieldOffset<S, F, Aligned>) -> Fwhere
F: Copy,
fn f_get_copy<F>(&self, offset: FieldOffset<S, F, Aligned>) -> Fwhere
F: Copy,
Source§impl<S> ROExtOps<Unaligned> for S
impl<S> ROExtOps<Unaligned> for S
Source§fn f_replace<F>(&mut self, offset: FieldOffset<S, F, Unaligned>, value: F) -> F
fn f_replace<F>(&mut self, offset: FieldOffset<S, F, Unaligned>, value: F) -> F
Replaces a field (determined by
offset) with value,
returning the previous value of the field. Read moreSource§fn f_get_copy<F>(&self, offset: FieldOffset<S, F, Unaligned>) -> Fwhere
F: Copy,
fn f_get_copy<F>(&self, offset: FieldOffset<S, F, Unaligned>) -> Fwhere
F: Copy,
impl<T> Scalar for T
impl<T> Scalar for T
Source§impl<T> SelfOps for Twhere
T: ?Sized,
impl<T> SelfOps for Twhere
T: ?Sized,
Source§fn piped<F, U>(self, f: F) -> U
fn piped<F, U>(self, f: F) -> U
Emulates the pipeline operator, allowing method syntax in more places. Read more
Source§fn piped_ref<'a, F, U>(&'a self, f: F) -> Uwhere
F: FnOnce(&'a Self) -> U,
fn piped_ref<'a, F, U>(&'a self, f: F) -> Uwhere
F: FnOnce(&'a Self) -> U,
The same as
piped except that the function takes &Self
Useful for functions that take &Self instead of Self. Read moreSource§fn piped_mut<'a, F, U>(&'a mut self, f: F) -> Uwhere
F: FnOnce(&'a mut Self) -> U,
fn piped_mut<'a, F, U>(&'a mut self, f: F) -> Uwhere
F: FnOnce(&'a mut Self) -> U,
The same as
piped, except that the function takes &mut Self.
Useful for functions that take &mut Self instead of Self.Source§fn mutated<F>(self, f: F) -> Self
fn mutated<F>(self, f: F) -> Self
Mutates self using a closure taking self by mutable reference,
passing it along the method chain. Read more
Source§fn observe<F>(self, f: F) -> Self
fn observe<F>(self, f: F) -> Self
Observes the value of self, passing it along unmodified.
Useful in long method chains. Read more
Source§fn as_ref_<T>(&self) -> &T
fn as_ref_<T>(&self) -> &T
Performs a reference to reference conversion with
AsRef,
using the turbofish .as_ref_::<_>() syntax. Read moreimpl<T> SendAlias for T
Source§impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
Source§fn to_subset(&self) -> Option<SS>
fn to_subset(&self) -> Option<SS>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§fn is_in_subset(&self) -> bool
fn is_in_subset(&self) -> bool
Checks if
self is actually part of its subset T (and can be converted to it).Source§fn to_subset_unchecked(&self) -> SS
fn to_subset_unchecked(&self) -> SS
Use with care! Same as
self.to_subset but without any property checks. Always succeeds.Source§fn from_subset(element: &SS) -> SP
fn from_subset(element: &SS) -> SP
The inclusion map: converts
self to the equivalent element of its superset.Source§impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
Source§fn to_subset(&self) -> Option<SS>
fn to_subset(&self) -> Option<SS>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§fn is_in_subset(&self) -> bool
fn is_in_subset(&self) -> bool
Checks if
self is actually part of its subset T (and can be converted to it).Source§unsafe fn to_subset_unchecked(&self) -> SS
unsafe fn to_subset_unchecked(&self) -> SS
Use with care! Same as
self.to_subset but without any property checks. Always succeeds.Source§fn from_subset(element: &SS) -> SP
fn from_subset(element: &SS) -> SP
The inclusion map: converts
self to the equivalent element of its superset.impl<T> SyncAlias for T
Source§impl<This> TransmuteElement for Thiswhere
This: ?Sized,
impl<This> TransmuteElement for Thiswhere
This: ?Sized,
Source§unsafe fn transmute_element<T>(self) -> Self::TransmutedPtrwhere
Self: CanTransmuteElement<T>,
unsafe fn transmute_element<T>(self) -> Self::TransmutedPtrwhere
Self: CanTransmuteElement<T>,
Transmutes the element type of this pointer.. Read more
Source§impl<T> TypeIdentity for Twhere
T: ?Sized,
impl<T> TypeIdentity for Twhere
T: ?Sized,
Source§fn as_type_mut(&mut self) -> &mut Self::Type
fn as_type_mut(&mut self) -> &mut Self::Type
Converts a mutable reference back to the original type.
Source§fn into_type_box(self: Box<Self>) -> Box<Self::Type>
fn into_type_box(self: Box<Self>) -> Box<Self::Type>
Converts a box back to the original type.
Source§fn into_type_arc(this: Arc<Self>) -> Arc<Self::Type> ⓘ
fn into_type_arc(this: Arc<Self>) -> Arc<Self::Type> ⓘ
Converts an Arc back to the original type. Read more
Source§fn into_type_rc(this: Rc<Self>) -> Rc<Self::Type>
fn into_type_rc(this: Rc<Self>) -> Rc<Self::Type>
Converts an Rc back to the original type. Read more
Source§fn from_type_ref(this: &Self::Type) -> &Self
fn from_type_ref(this: &Self::Type) -> &Self
Converts a reference back to the original type.
Source§fn from_type_mut(this: &mut Self::Type) -> &mut Self
fn from_type_mut(this: &mut Self::Type) -> &mut Self
Converts a mutable reference back to the original type.
Source§fn from_type_box(this: Box<Self::Type>) -> Box<Self>
fn from_type_box(this: Box<Self::Type>) -> Box<Self>
Converts a box back to the original type.