Skip to main content

Simd

Struct Simd 

Source
#[repr(transparent)]
pub struct Simd<N>(pub N);
Expand description

An Simd structure that implements all the relevant traits from num an simba.

This is needed to overcome the orphan rules.

Tuple Fields§

§0: N

Implementations§

Source§

impl Simd<f32x1>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: f32) -> Self

Source§

impl Simd<f32x1>

Source

pub fn from_slice_unaligned(slice: &[f32]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<f32x2>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: f32, _1: f32) -> Self

Source§

impl Simd<f32x2>

Source

pub fn from_slice_unaligned(slice: &[f32]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<f32x4>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: f32, _1: f32, _2: f32, _3: f32) -> Self

Source§

impl Simd<f32x4>

Source

pub fn from_slice_unaligned(slice: &[f32]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<f32x8>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new( _0: f32, _1: f32, _2: f32, _3: f32, _4: f32, _5: f32, _6: f32, _7: f32, ) -> Self

Source§

impl Simd<f32x8>

Source

pub fn from_slice_unaligned(slice: &[f32]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<f32x16>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new( _0: f32, _1: f32, _2: f32, _3: f32, _4: f32, _5: f32, _6: f32, _7: f32, _8: f32, _9: f32, _10: f32, _11: f32, _12: f32, _13: f32, _14: f32, _15: f32, ) -> Self

Source§

impl Simd<f32x16>

Source

pub fn from_slice_unaligned(slice: &[f32]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<f64x1>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: f64) -> Self

Source§

impl Simd<f64x1>

Source

pub fn from_slice_unaligned(slice: &[f64]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<f64x2>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: f64, _1: f64) -> Self

Source§

impl Simd<f64x2>

Source

pub fn from_slice_unaligned(slice: &[f64]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<f64x4>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: f64, _1: f64, _2: f64, _3: f64) -> Self

Source§

impl Simd<f64x4>

Source

pub fn from_slice_unaligned(slice: &[f64]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<f64x8>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new( _0: f64, _1: f64, _2: f64, _3: f64, _4: f64, _5: f64, _6: f64, _7: f64, ) -> Self

Source§

impl Simd<f64x8>

Source

pub fn from_slice_unaligned(slice: &[f64]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<i16x1>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: i16) -> Self

Source§

impl Simd<i16x1>

Source

pub fn from_slice_unaligned(slice: &[i16]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<i16x2>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: i16, _1: i16) -> Self

Source§

impl Simd<i16x2>

Source

pub fn from_slice_unaligned(slice: &[i16]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<i16x4>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: i16, _1: i16, _2: i16, _3: i16) -> Self

Source§

impl Simd<i16x4>

Source

pub fn from_slice_unaligned(slice: &[i16]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<i16x8>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new( _0: i16, _1: i16, _2: i16, _3: i16, _4: i16, _5: i16, _6: i16, _7: i16, ) -> Self

Source§

impl Simd<i16x8>

Source

pub fn from_slice_unaligned(slice: &[i16]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<i16x16>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

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, ) -> Self

Source§

impl Simd<i16x16>

Source

pub fn from_slice_unaligned(slice: &[i16]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<i16x32>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

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, ) -> Self

Source§

impl Simd<i16x32>

Source

pub fn from_slice_unaligned(slice: &[i16]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<i32x1>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: i32) -> Self

Source§

impl Simd<i32x1>

Source

pub fn from_slice_unaligned(slice: &[i32]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<i32x2>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: i32, _1: i32) -> Self

Source§

impl Simd<i32x2>

Source

pub fn from_slice_unaligned(slice: &[i32]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<i32x4>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: i32, _1: i32, _2: i32, _3: i32) -> Self

Source§

impl Simd<i32x4>

Source

pub fn from_slice_unaligned(slice: &[i32]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<i32x8>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new( _0: i32, _1: i32, _2: i32, _3: i32, _4: i32, _5: i32, _6: i32, _7: i32, ) -> Self

Source§

impl Simd<i32x8>

Source

pub fn from_slice_unaligned(slice: &[i32]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<i32x16>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new( _0: i32, _1: i32, _2: i32, _3: i32, _4: i32, _5: i32, _6: i32, _7: i32, _8: i32, _9: i32, _10: i32, _11: i32, _12: i32, _13: i32, _14: i32, _15: i32, ) -> Self

Source§

impl Simd<i32x16>

Source

pub fn from_slice_unaligned(slice: &[i32]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<i64x1>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: i64) -> Self

Source§

impl Simd<i64x1>

Source

pub fn from_slice_unaligned(slice: &[i64]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<i64x2>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: i64, _1: i64) -> Self

Source§

impl Simd<i64x2>

Source

pub fn from_slice_unaligned(slice: &[i64]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<i64x4>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: i64, _1: i64, _2: i64, _3: i64) -> Self

Source§

impl Simd<i64x4>

Source

pub fn from_slice_unaligned(slice: &[i64]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<i64x8>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new( _0: i64, _1: i64, _2: i64, _3: i64, _4: i64, _5: i64, _6: i64, _7: i64, ) -> Self

Source§

impl Simd<i64x8>

Source

pub fn from_slice_unaligned(slice: &[i64]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<i8x1>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: i8) -> Self

Source§

impl Simd<i8x1>

Source

pub fn from_slice_unaligned(slice: &[i8]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<i8x2>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: i8, _1: i8) -> Self

Source§

impl Simd<i8x2>

Source

pub fn from_slice_unaligned(slice: &[i8]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<i8x4>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: i8, _1: i8, _2: i8, _3: i8) -> Self

Source§

impl Simd<i8x4>

Source

pub fn from_slice_unaligned(slice: &[i8]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<i8x8>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new( _0: i8, _1: i8, _2: i8, _3: i8, _4: i8, _5: i8, _6: i8, _7: i8, ) -> Self

Source§

impl Simd<i8x8>

Source

pub fn from_slice_unaligned(slice: &[i8]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<i8x16>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

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, ) -> Self

Source§

impl Simd<i8x16>

Source

pub fn from_slice_unaligned(slice: &[i8]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<i8x32>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

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, ) -> Self

Source§

impl Simd<i8x32>

Source

pub fn from_slice_unaligned(slice: &[i8]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<i8x64>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

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, _32: i8, _33: i8, _34: i8, _35: i8, _36: i8, _37: i8, _38: i8, _39: i8, _40: i8, _41: i8, _42: i8, _43: i8, _44: i8, _45: i8, _46: i8, _47: i8, _48: i8, _49: i8, _50: i8, _51: i8, _52: i8, _53: i8, _54: i8, _55: i8, _56: i8, _57: i8, _58: i8, _59: i8, _60: i8, _61: i8, _62: i8, _63: i8, ) -> Self

Source§

impl Simd<i8x64>

Source

pub fn from_slice_unaligned(slice: &[i8]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<isizex1>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: isize) -> Self

Source§

impl Simd<isizex1>

Source

pub fn from_slice_unaligned(slice: &[isize]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<isizex2>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: isize, _1: isize) -> Self

Source§

impl Simd<isizex2>

Source

pub fn from_slice_unaligned(slice: &[isize]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<isizex4>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: isize, _1: isize, _2: isize, _3: isize) -> Self

Source§

impl Simd<isizex4>

Source

pub fn from_slice_unaligned(slice: &[isize]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<isizex8>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new( _0: isize, _1: isize, _2: isize, _3: isize, _4: isize, _5: isize, _6: isize, _7: isize, ) -> Self

Source§

impl Simd<isizex8>

Source

pub fn from_slice_unaligned(slice: &[isize]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<u16x1>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: u16) -> Self

Source§

impl Simd<u16x1>

Source

pub fn from_slice_unaligned(slice: &[u16]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<u16x2>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: u16, _1: u16) -> Self

Source§

impl Simd<u16x2>

Source

pub fn from_slice_unaligned(slice: &[u16]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<u16x4>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: u16, _1: u16, _2: u16, _3: u16) -> Self

Source§

impl Simd<u16x4>

Source

pub fn from_slice_unaligned(slice: &[u16]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<u16x8>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new( _0: u16, _1: u16, _2: u16, _3: u16, _4: u16, _5: u16, _6: u16, _7: u16, ) -> Self

Source§

impl Simd<u16x8>

Source

pub fn from_slice_unaligned(slice: &[u16]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<u16x16>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

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, ) -> Self

Source§

impl Simd<u16x16>

Source

pub fn from_slice_unaligned(slice: &[u16]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<u16x32>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

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, ) -> Self

Source§

impl Simd<u16x32>

Source

pub fn from_slice_unaligned(slice: &[u16]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<u32x1>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: u32) -> Self

Source§

impl Simd<u32x1>

Source

pub fn from_slice_unaligned(slice: &[u32]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<u32x2>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: u32, _1: u32) -> Self

Source§

impl Simd<u32x2>

Source

pub fn from_slice_unaligned(slice: &[u32]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<u32x4>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: u32, _1: u32, _2: u32, _3: u32) -> Self

Source§

impl Simd<u32x4>

Source

pub fn from_slice_unaligned(slice: &[u32]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<u32x8>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new( _0: u32, _1: u32, _2: u32, _3: u32, _4: u32, _5: u32, _6: u32, _7: u32, ) -> Self

Source§

impl Simd<u32x8>

Source

pub fn from_slice_unaligned(slice: &[u32]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<u32x16>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new( _0: u32, _1: u32, _2: u32, _3: u32, _4: u32, _5: u32, _6: u32, _7: u32, _8: u32, _9: u32, _10: u32, _11: u32, _12: u32, _13: u32, _14: u32, _15: u32, ) -> Self

Source§

impl Simd<u32x16>

Source

pub fn from_slice_unaligned(slice: &[u32]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<u64x1>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: u64) -> Self

Source§

impl Simd<u64x1>

Source

pub fn from_slice_unaligned(slice: &[u64]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<u64x2>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: u64, _1: u64) -> Self

Source§

impl Simd<u64x2>

Source

pub fn from_slice_unaligned(slice: &[u64]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<u64x4>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: u64, _1: u64, _2: u64, _3: u64) -> Self

Source§

impl Simd<u64x4>

Source

pub fn from_slice_unaligned(slice: &[u64]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<u64x8>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new( _0: u64, _1: u64, _2: u64, _3: u64, _4: u64, _5: u64, _6: u64, _7: u64, ) -> Self

Source§

impl Simd<u64x8>

Source

pub fn from_slice_unaligned(slice: &[u64]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<u8x1>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: u8) -> Self

Source§

impl Simd<u8x1>

Source

pub fn from_slice_unaligned(slice: &[u8]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<u8x2>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: u8, _1: u8) -> Self

Source§

impl Simd<u8x2>

Source

pub fn from_slice_unaligned(slice: &[u8]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<u8x4>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: u8, _1: u8, _2: u8, _3: u8) -> Self

Source§

impl Simd<u8x4>

Source

pub fn from_slice_unaligned(slice: &[u8]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<u8x8>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new( _0: u8, _1: u8, _2: u8, _3: u8, _4: u8, _5: u8, _6: u8, _7: u8, ) -> Self

Source§

impl Simd<u8x8>

Source

pub fn from_slice_unaligned(slice: &[u8]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<u8x16>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

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, ) -> Self

Source§

impl Simd<u8x16>

Source

pub fn from_slice_unaligned(slice: &[u8]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<u8x32>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

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, ) -> Self

Source§

impl Simd<u8x32>

Source

pub fn from_slice_unaligned(slice: &[u8]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<u8x64>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

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, _32: u8, _33: u8, _34: u8, _35: u8, _36: u8, _37: u8, _38: u8, _39: u8, _40: u8, _41: u8, _42: u8, _43: u8, _44: u8, _45: u8, _46: u8, _47: u8, _48: u8, _49: u8, _50: u8, _51: u8, _52: u8, _53: u8, _54: u8, _55: u8, _56: u8, _57: u8, _58: u8, _59: u8, _60: u8, _61: u8, _62: u8, _63: u8, ) -> Self

Source§

impl Simd<u8x64>

Source

pub fn from_slice_unaligned(slice: &[u8]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<usizex1>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: usize) -> Self

Source§

impl Simd<usizex1>

Source

pub fn from_slice_unaligned(slice: &[usize]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<usizex2>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: usize, _1: usize) -> Self

Source§

impl Simd<usizex2>

Source

pub fn from_slice_unaligned(slice: &[usize]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<usizex4>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new(_0: usize, _1: usize, _2: usize, _3: usize) -> Self

Source§

impl Simd<usizex4>

Source

pub fn from_slice_unaligned(slice: &[usize]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<usizex8>

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub fn new( _0: usize, _1: usize, _2: usize, _3: usize, _4: usize, _5: usize, _6: usize, _7: usize, ) -> Self

Source§

impl Simd<usizex8>

Source

pub fn from_slice_unaligned(slice: &[usize]) -> Self

Instantiates a new vector with the values of the slice.

§Panics

If slice.len() < Self::LANES.

Source§

impl Simd<mask16x1>

Source

pub fn new(_0: bool) -> Self

Source§

impl Simd<mask16x2>

Source

pub fn new(_0: bool, _1: bool) -> Self

Source§

impl Simd<mask16x4>

Source

pub fn new(_0: bool, _1: bool, _2: bool, _3: bool) -> Self

Source§

impl Simd<mask16x8>

Source

pub fn new( _0: bool, _1: bool, _2: bool, _3: bool, _4: bool, _5: bool, _6: bool, _7: bool, ) -> Self

Source§

impl Simd<mask16x16>

Source

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, ) -> Self

Source§

impl Simd<mask16x32>

Source

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, ) -> Self

Source§

impl Simd<mask32x1>

Source

pub fn new(_0: bool) -> Self

Source§

impl Simd<mask32x2>

Source

pub fn new(_0: bool, _1: bool) -> Self

Source§

impl Simd<mask32x4>

Source

pub fn new(_0: bool, _1: bool, _2: bool, _3: bool) -> Self

Source§

impl Simd<mask32x8>

Source

pub fn new( _0: bool, _1: bool, _2: bool, _3: bool, _4: bool, _5: bool, _6: bool, _7: bool, ) -> Self

Source§

impl Simd<mask32x16>

Source

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, ) -> Self

Source§

impl Simd<mask64x1>

Source

pub fn new(_0: bool) -> Self

Source§

impl Simd<mask64x2>

Source

pub fn new(_0: bool, _1: bool) -> Self

Source§

impl Simd<mask64x4>

Source

pub fn new(_0: bool, _1: bool, _2: bool, _3: bool) -> Self

Source§

impl Simd<mask64x8>

Source

pub fn new( _0: bool, _1: bool, _2: bool, _3: bool, _4: bool, _5: bool, _6: bool, _7: bool, ) -> Self

Source§

impl Simd<mask8x1>

Source

pub fn new(_0: bool) -> Self

Source§

impl Simd<mask8x2>

Source

pub fn new(_0: bool, _1: bool) -> Self

Source§

impl Simd<mask8x4>

Source

pub fn new(_0: bool, _1: bool, _2: bool, _3: bool) -> Self

Source§

impl Simd<mask8x8>

Source

pub fn new( _0: bool, _1: bool, _2: bool, _3: bool, _4: bool, _5: bool, _6: bool, _7: bool, ) -> Self

Source§

impl Simd<mask8x16>

Source

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, ) -> Self

Source§

impl Simd<mask8x32>

Source

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, ) -> Self

Source§

impl Simd<mask8x64>

Source

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, _32: bool, _33: bool, _34: bool, _35: bool, _36: bool, _37: bool, _38: bool, _39: bool, _40: bool, _41: bool, _42: bool, _43: bool, _44: bool, _45: bool, _46: bool, _47: bool, _48: bool, _49: bool, _50: bool, _51: bool, _52: bool, _53: bool, _54: bool, _55: bool, _56: bool, _57: bool, _58: bool, _59: bool, _60: bool, _61: bool, _62: bool, _63: bool, ) -> Self

Source§

impl Simd<masksizex1>

Source

pub fn new(_0: bool) -> Self

Source§

impl Simd<masksizex2>

Source

pub fn new(_0: bool, _1: bool) -> Self

Source§

impl Simd<masksizex4>

Source

pub fn new(_0: bool, _1: bool, _2: bool, _3: bool) -> Self

Source§

impl Simd<masksizex8>

Source

pub fn new( _0: bool, _1: bool, _2: bool, _3: bool, _4: bool, _5: bool, _6: bool, _7: bool, ) -> Self

Trait Implementations§

Source§

impl Add for Simd<f32x1>

Source§

type Output = Simd<Simd<f32, 1>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<f32x2>

Source§

type Output = Simd<Simd<f32, 2>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<f32x4>

Source§

type Output = Simd<Simd<f32, 4>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<f32x8>

Source§

type Output = Simd<Simd<f32, 8>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<f32x16>

Source§

type Output = Simd<Simd<f32, 16>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<f64x1>

Source§

type Output = Simd<Simd<f64, 1>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<f64x2>

Source§

type Output = Simd<Simd<f64, 2>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<f64x4>

Source§

type Output = Simd<Simd<f64, 4>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<f64x8>

Source§

type Output = Simd<Simd<f64, 8>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<i16x1>

Source§

type Output = Simd<Simd<i16, 1>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<i16x2>

Source§

type Output = Simd<Simd<i16, 2>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<i16x4>

Source§

type Output = Simd<Simd<i16, 4>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<i16x8>

Source§

type Output = Simd<Simd<i16, 8>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<i16x16>

Source§

type Output = Simd<Simd<i16, 16>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<i16x32>

Source§

type Output = Simd<Simd<i16, 32>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<i32x1>

Source§

type Output = Simd<Simd<i32, 1>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<i32x2>

Source§

type Output = Simd<Simd<i32, 2>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<i32x4>

Source§

type Output = Simd<Simd<i32, 4>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<i32x8>

Source§

type Output = Simd<Simd<i32, 8>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<i32x16>

Source§

type Output = Simd<Simd<i32, 16>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<i64x1>

Source§

type Output = Simd<Simd<i64, 1>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<i64x2>

Source§

type Output = Simd<Simd<i64, 2>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<i64x4>

Source§

type Output = Simd<Simd<i64, 4>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<i64x8>

Source§

type Output = Simd<Simd<i64, 8>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<i8x1>

Source§

type Output = Simd<Simd<i8, 1>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<i8x2>

Source§

type Output = Simd<Simd<i8, 2>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<i8x4>

Source§

type Output = Simd<Simd<i8, 4>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<i8x8>

Source§

type Output = Simd<Simd<i8, 8>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<i8x16>

Source§

type Output = Simd<Simd<i8, 16>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<i8x32>

Source§

type Output = Simd<Simd<i8, 32>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<i8x64>

Source§

type Output = Simd<Simd<i8, 64>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<isizex1>

Source§

type Output = Simd<Simd<isize, 1>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<isizex2>

Source§

type Output = Simd<Simd<isize, 2>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<isizex4>

Source§

type Output = Simd<Simd<isize, 4>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<isizex8>

Source§

type Output = Simd<Simd<isize, 8>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<u16x1>

Source§

type Output = Simd<Simd<u16, 1>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<u16x2>

Source§

type Output = Simd<Simd<u16, 2>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<u16x4>

Source§

type Output = Simd<Simd<u16, 4>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<u16x8>

Source§

type Output = Simd<Simd<u16, 8>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<u16x16>

Source§

type Output = Simd<Simd<u16, 16>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<u16x32>

Source§

type Output = Simd<Simd<u16, 32>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<u32x1>

Source§

type Output = Simd<Simd<u32, 1>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<u32x2>

Source§

type Output = Simd<Simd<u32, 2>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<u32x4>

Source§

type Output = Simd<Simd<u32, 4>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<u32x8>

Source§

type Output = Simd<Simd<u32, 8>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<u32x16>

Source§

type Output = Simd<Simd<u32, 16>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<u64x1>

Source§

type Output = Simd<Simd<u64, 1>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<u64x2>

Source§

type Output = Simd<Simd<u64, 2>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<u64x4>

Source§

type Output = Simd<Simd<u64, 4>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<u64x8>

Source§

type Output = Simd<Simd<u64, 8>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<u8x1>

Source§

type Output = Simd<Simd<u8, 1>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<u8x2>

Source§

type Output = Simd<Simd<u8, 2>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<u8x4>

Source§

type Output = Simd<Simd<u8, 4>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<u8x8>

Source§

type Output = Simd<Simd<u8, 8>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<u8x16>

Source§

type Output = Simd<Simd<u8, 16>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<u8x32>

Source§

type Output = Simd<Simd<u8, 32>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<u8x64>

Source§

type Output = Simd<Simd<u8, 64>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<usizex1>

Source§

type Output = Simd<Simd<usize, 1>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<usizex2>

Source§

type Output = Simd<Simd<usize, 2>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<usizex4>

Source§

type Output = Simd<Simd<usize, 4>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for Simd<usizex8>

Source§

type Output = Simd<Simd<usize, 8>>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl AddAssign for Simd<f32x1>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<f32x2>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<f32x4>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<f32x8>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<f32x16>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<f64x1>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<f64x2>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<f64x4>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<f64x8>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<i16x1>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<i16x2>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<i16x4>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<i16x8>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<i16x16>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<i16x32>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<i32x1>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<i32x2>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<i32x4>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<i32x8>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<i32x16>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<i64x1>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<i64x2>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<i64x4>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<i64x8>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<i8x1>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<i8x2>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<i8x4>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<i8x8>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<i8x16>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<i8x32>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<i8x64>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<isizex1>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<isizex2>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<isizex4>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<isizex8>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<u16x1>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<u16x2>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<u16x4>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<u16x8>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<u16x16>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<u16x32>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<u32x1>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<u32x2>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<u32x4>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<u32x8>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<u32x16>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<u64x1>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<u64x2>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<u64x4>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<u64x8>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<u8x1>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<u8x2>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<u8x4>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<u8x8>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<u8x16>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<u8x32>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<u8x64>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<usizex1>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<usizex2>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<usizex4>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for Simd<usizex8>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl BitAnd for Simd<mask16x1>

Source§

type Output = Simd<Mask<i16, 1>>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
Source§

impl BitAnd for Simd<mask16x2>

Source§

type Output = Simd<Mask<i16, 2>>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
Source§

impl BitAnd for Simd<mask16x4>

Source§

type Output = Simd<Mask<i16, 4>>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
Source§

impl BitAnd for Simd<mask16x8>

Source§

type Output = Simd<Mask<i16, 8>>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
Source§

impl BitAnd for Simd<mask16x16>

Source§

type Output = Simd<Mask<i16, 16>>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
Source§

impl BitAnd for Simd<mask16x32>

Source§

type Output = Simd<Mask<i16, 32>>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
Source§

impl BitAnd for Simd<mask32x1>

Source§

type Output = Simd<Mask<i32, 1>>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
Source§

impl BitAnd for Simd<mask32x2>

Source§

type Output = Simd<Mask<i32, 2>>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
Source§

impl BitAnd for Simd<mask32x4>

Source§

type Output = Simd<Mask<i32, 4>>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
Source§

impl BitAnd for Simd<mask32x8>

Source§

type Output = Simd<Mask<i32, 8>>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
Source§

impl BitAnd for Simd<mask32x16>

Source§

type Output = Simd<Mask<i32, 16>>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
Source§

impl BitAnd for Simd<mask64x1>

Source§

type Output = Simd<Mask<i64, 1>>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
Source§

impl BitAnd for Simd<mask64x2>

Source§

type Output = Simd<Mask<i64, 2>>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
Source§

impl BitAnd for Simd<mask64x4>

Source§

type Output = Simd<Mask<i64, 4>>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
Source§

impl BitAnd for Simd<mask64x8>

Source§

type Output = Simd<Mask<i64, 8>>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
Source§

impl BitAnd for Simd<mask8x1>

Source§

type Output = Simd<Mask<i8, 1>>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
Source§

impl BitAnd for Simd<mask8x2>

Source§

type Output = Simd<Mask<i8, 2>>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
Source§

impl BitAnd for Simd<mask8x4>

Source§

type Output = Simd<Mask<i8, 4>>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
Source§

impl BitAnd for Simd<mask8x8>

Source§

type Output = Simd<Mask<i8, 8>>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
Source§

impl BitAnd for Simd<mask8x16>

Source§

type Output = Simd<Mask<i8, 16>>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
Source§

impl BitAnd for Simd<mask8x32>

Source§

type Output = Simd<Mask<i8, 32>>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
Source§

impl BitAnd for Simd<mask8x64>

Source§

type Output = Simd<Mask<i8, 64>>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
Source§

impl BitAnd for Simd<masksizex1>

Source§

type Output = Simd<Mask<isize, 1>>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
Source§

impl BitAnd for Simd<masksizex2>

Source§

type Output = Simd<Mask<isize, 2>>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
Source§

impl BitAnd for Simd<masksizex4>

Source§

type Output = Simd<Mask<isize, 4>>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
Source§

impl BitAnd for Simd<masksizex8>

Source§

type Output = Simd<Mask<isize, 8>>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
Source§

impl BitOr for Simd<mask16x1>

Source§

type Output = Simd<Mask<i16, 1>>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
Source§

impl BitOr for Simd<mask16x2>

Source§

type Output = Simd<Mask<i16, 2>>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
Source§

impl BitOr for Simd<mask16x4>

Source§

type Output = Simd<Mask<i16, 4>>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
Source§

impl BitOr for Simd<mask16x8>

Source§

type Output = Simd<Mask<i16, 8>>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
Source§

impl BitOr for Simd<mask16x16>

Source§

type Output = Simd<Mask<i16, 16>>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
Source§

impl BitOr for Simd<mask16x32>

Source§

type Output = Simd<Mask<i16, 32>>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
Source§

impl BitOr for Simd<mask32x1>

Source§

type Output = Simd<Mask<i32, 1>>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
Source§

impl BitOr for Simd<mask32x2>

Source§

type Output = Simd<Mask<i32, 2>>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
Source§

impl BitOr for Simd<mask32x4>

Source§

type Output = Simd<Mask<i32, 4>>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
Source§

impl BitOr for Simd<mask32x8>

Source§

type Output = Simd<Mask<i32, 8>>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
Source§

impl BitOr for Simd<mask32x16>

Source§

type Output = Simd<Mask<i32, 16>>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
Source§

impl BitOr for Simd<mask64x1>

Source§

type Output = Simd<Mask<i64, 1>>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
Source§

impl BitOr for Simd<mask64x2>

Source§

type Output = Simd<Mask<i64, 2>>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
Source§

impl BitOr for Simd<mask64x4>

Source§

type Output = Simd<Mask<i64, 4>>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
Source§

impl BitOr for Simd<mask64x8>

Source§

type Output = Simd<Mask<i64, 8>>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
Source§

impl BitOr for Simd<mask8x1>

Source§

type Output = Simd<Mask<i8, 1>>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
Source§

impl BitOr for Simd<mask8x2>

Source§

type Output = Simd<Mask<i8, 2>>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
Source§

impl BitOr for Simd<mask8x4>

Source§

type Output = Simd<Mask<i8, 4>>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
Source§

impl BitOr for Simd<mask8x8>

Source§

type Output = Simd<Mask<i8, 8>>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
Source§

impl BitOr for Simd<mask8x16>

Source§

type Output = Simd<Mask<i8, 16>>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
Source§

impl BitOr for Simd<mask8x32>

Source§

type Output = Simd<Mask<i8, 32>>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
Source§

impl BitOr for Simd<mask8x64>

Source§

type Output = Simd<Mask<i8, 64>>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
Source§

impl BitOr for Simd<masksizex1>

Source§

type Output = Simd<Mask<isize, 1>>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
Source§

impl BitOr for Simd<masksizex2>

Source§

type Output = Simd<Mask<isize, 2>>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
Source§

impl BitOr for Simd<masksizex4>

Source§

type Output = Simd<Mask<isize, 4>>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
Source§

impl BitOr for Simd<masksizex8>

Source§

type Output = Simd<Mask<isize, 8>>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
Source§

impl BitXor for Simd<mask16x1>

Source§

type Output = Simd<Mask<i16, 1>>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self) -> Self

Performs the ^ operation. Read more
Source§

impl BitXor for Simd<mask16x2>

Source§

type Output = Simd<Mask<i16, 2>>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self) -> Self

Performs the ^ operation. Read more
Source§

impl BitXor for Simd<mask16x4>

Source§

type Output = Simd<Mask<i16, 4>>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self) -> Self

Performs the ^ operation. Read more
Source§

impl BitXor for Simd<mask16x8>

Source§

type Output = Simd<Mask<i16, 8>>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self) -> Self

Performs the ^ operation. Read more
Source§

impl BitXor for Simd<mask16x16>

Source§

type Output = Simd<Mask<i16, 16>>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self) -> Self

Performs the ^ operation. Read more
Source§

impl BitXor for Simd<mask16x32>

Source§

type Output = Simd<Mask<i16, 32>>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self) -> Self

Performs the ^ operation. Read more
Source§

impl BitXor for Simd<mask32x1>

Source§

type Output = Simd<Mask<i32, 1>>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self) -> Self

Performs the ^ operation. Read more
Source§

impl BitXor for Simd<mask32x2>

Source§

type Output = Simd<Mask<i32, 2>>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self) -> Self

Performs the ^ operation. Read more
Source§

impl BitXor for Simd<mask32x4>

Source§

type Output = Simd<Mask<i32, 4>>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self) -> Self

Performs the ^ operation. Read more
Source§

impl BitXor for Simd<mask32x8>

Source§

type Output = Simd<Mask<i32, 8>>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self) -> Self

Performs the ^ operation. Read more
Source§

impl BitXor for Simd<mask32x16>

Source§

type Output = Simd<Mask<i32, 16>>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self) -> Self

Performs the ^ operation. Read more
Source§

impl BitXor for Simd<mask64x1>

Source§

type Output = Simd<Mask<i64, 1>>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self) -> Self

Performs the ^ operation. Read more
Source§

impl BitXor for Simd<mask64x2>

Source§

type Output = Simd<Mask<i64, 2>>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self) -> Self

Performs the ^ operation. Read more
Source§

impl BitXor for Simd<mask64x4>

Source§

type Output = Simd<Mask<i64, 4>>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self) -> Self

Performs the ^ operation. Read more
Source§

impl BitXor for Simd<mask64x8>

Source§

type Output = Simd<Mask<i64, 8>>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self) -> Self

Performs the ^ operation. Read more
Source§

impl BitXor for Simd<mask8x1>

Source§

type Output = Simd<Mask<i8, 1>>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self) -> Self

Performs the ^ operation. Read more
Source§

impl BitXor for Simd<mask8x2>

Source§

type Output = Simd<Mask<i8, 2>>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self) -> Self

Performs the ^ operation. Read more
Source§

impl BitXor for Simd<mask8x4>

Source§

type Output = Simd<Mask<i8, 4>>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self) -> Self

Performs the ^ operation. Read more
Source§

impl BitXor for Simd<mask8x8>

Source§

type Output = Simd<Mask<i8, 8>>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self) -> Self

Performs the ^ operation. Read more
Source§

impl BitXor for Simd<mask8x16>

Source§

type Output = Simd<Mask<i8, 16>>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self) -> Self

Performs the ^ operation. Read more
Source§

impl BitXor for Simd<mask8x32>

Source§

type Output = Simd<Mask<i8, 32>>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self) -> Self

Performs the ^ operation. Read more
Source§

impl BitXor for Simd<mask8x64>

Source§

type Output = Simd<Mask<i8, 64>>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self) -> Self

Performs the ^ operation. Read more
Source§

impl BitXor for Simd<masksizex1>

Source§

type Output = Simd<Mask<isize, 1>>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self) -> Self

Performs the ^ operation. Read more
Source§

impl BitXor for Simd<masksizex2>

Source§

type Output = Simd<Mask<isize, 2>>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self) -> Self

Performs the ^ operation. Read more
Source§

impl BitXor for Simd<masksizex4>

Source§

type Output = Simd<Mask<isize, 4>>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self) -> Self

Performs the ^ operation. Read more
Source§

impl BitXor for Simd<masksizex8>

Source§

type Output = Simd<Mask<isize, 8>>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self) -> Self

Performs the ^ operation. Read more
Source§

impl<N: Clone> Clone for Simd<N>

Source§

fn clone(&self) -> Simd<N>

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<N: Copy> Copy for Simd<N>

Source§

impl<N: Debug> Debug for Simd<N>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<N: Default> Default for Simd<N>

Source§

fn default() -> Simd<N>

Returns the “default value” for a type. Read more
Source§

impl Display for Simd<f32x1>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<f32x2>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<f32x4>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<f32x8>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<f32x16>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<f64x1>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<f64x2>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<f64x4>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<f64x8>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<i16x1>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<i16x2>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<i16x4>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<i16x8>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<i16x16>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<i16x32>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<i32x1>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<i32x2>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<i32x4>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<i32x8>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<i32x16>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<i64x1>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<i64x2>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<i64x4>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<i64x8>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<i8x1>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<i8x2>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<i8x4>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<i8x8>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<i8x16>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<i8x32>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<i8x64>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<isizex1>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<isizex2>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<isizex4>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<isizex8>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<u16x1>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<u16x2>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<u16x4>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<u16x8>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<u16x16>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<u16x32>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<u32x1>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<u32x2>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<u32x4>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<u32x8>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<u32x16>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<u64x1>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<u64x2>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<u64x4>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<u64x8>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<u8x1>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<u8x2>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<u8x4>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<u8x8>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<u8x16>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<u8x32>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<u8x64>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<usizex1>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<usizex2>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<usizex4>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<usizex8>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<mask16x1>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<mask16x2>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<mask16x4>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<mask16x8>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<mask16x16>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<mask16x32>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<mask32x1>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<mask32x2>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<mask32x4>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<mask32x8>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<mask32x16>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<mask64x1>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<mask64x2>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<mask64x4>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<mask64x8>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<mask8x1>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<mask8x2>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<mask8x4>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<mask8x8>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<mask8x16>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<mask8x32>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<mask8x64>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<masksizex1>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<masksizex2>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<masksizex4>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Simd<masksizex8>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Distribution<Simd<Mask<i8, 2>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> mask8x2

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Mask<i8, 4>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> mask8x4

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Mask<i8, 8>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> mask8x8

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Mask<i8, 16>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> mask8x16

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Mask<i8, 32>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> mask8x32

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Mask<i8, 64>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> mask8x64

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Mask<i16, 2>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> mask16x2

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Mask<i16, 4>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> mask16x4

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Mask<i16, 8>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> mask16x8

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Mask<i16, 16>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> mask16x16

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Mask<i16, 32>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> mask16x32

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Mask<i32, 2>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> mask32x2

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Mask<i32, 4>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> mask32x4

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Mask<i32, 8>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> mask32x8

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Mask<i32, 16>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> mask32x16

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Mask<i64, 2>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> mask64x2

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Mask<i64, 4>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> mask64x4

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Mask<i64, 8>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> mask64x8

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Mask<isize, 2>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> masksizex2

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Mask<isize, 4>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> masksizex4

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Mask<isize, 8>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> masksizex8

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<f32, 2>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> f32x2

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<f32, 4>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> f32x4

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<f32, 8>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> f32x8

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<f32, 16>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> f32x16

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<f64, 2>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> f64x2

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<f64, 4>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> f64x4

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<f64, 8>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> f64x8

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<i8, 2>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> i8x2

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<i8, 4>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> i8x4

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<i8, 8>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> i8x8

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<i8, 16>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> i8x16

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<i8, 32>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> i8x32

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<i8, 64>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> i8x64

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<i16, 2>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> i16x2

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<i16, 4>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> i16x4

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<i16, 8>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> i16x8

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<i16, 16>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> i16x16

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<i16, 32>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> i16x32

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<i32, 2>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> i32x2

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<i32, 4>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> i32x4

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<i32, 8>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> i32x8

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<i32, 16>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> i32x16

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<i64, 2>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> i64x2

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<i64, 4>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> i64x4

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<i64, 8>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> i64x8

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<isize, 2>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> isizex2

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<isize, 4>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> isizex4

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<isize, 8>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> isizex8

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<u8, 2>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> u8x2

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<u8, 4>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> u8x4

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<u8, 8>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> u8x8

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<u8, 16>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> u8x16

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<u8, 32>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> u8x32

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<u8, 64>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> u8x64

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<u16, 2>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> u16x2

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<u16, 4>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> u16x4

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<u16, 8>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> u16x8

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<u16, 16>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> u16x16

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<u16, 32>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> u16x32

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<u32, 2>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> u32x2

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<u32, 4>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> u32x4

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<u32, 8>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> u32x8

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<u32, 16>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> u32x16

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<u64, 2>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> u64x2

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<u64, 4>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> u64x4

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<u64, 8>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> u64x8

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<usize, 2>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> usizex2

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<usize, 4>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> usizex4

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Distribution<Simd<Simd<usize, 8>>> for StandardUniform

Source§

fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> usizex8

Generate a random value of T, using rng as the source of randomness.
Source§

fn sample_iter<R>(self, rng: R) -> Iter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as the source of randomness. Read more
Source§

fn map<F, S>(self, func: F) -> Map<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Map sampled values to type S Read more
Source§

impl Div for Simd<f32x1>

Source§

type Output = Simd<Simd<f32, 1>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<f32x2>

Source§

type Output = Simd<Simd<f32, 2>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<f32x4>

Source§

type Output = Simd<Simd<f32, 4>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<f32x8>

Source§

type Output = Simd<Simd<f32, 8>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<f32x16>

Source§

type Output = Simd<Simd<f32, 16>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<f64x1>

Source§

type Output = Simd<Simd<f64, 1>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<f64x2>

Source§

type Output = Simd<Simd<f64, 2>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<f64x4>

Source§

type Output = Simd<Simd<f64, 4>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<f64x8>

Source§

type Output = Simd<Simd<f64, 8>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<i16x1>

Source§

type Output = Simd<Simd<i16, 1>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<i16x2>

Source§

type Output = Simd<Simd<i16, 2>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<i16x4>

Source§

type Output = Simd<Simd<i16, 4>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<i16x8>

Source§

type Output = Simd<Simd<i16, 8>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<i16x16>

Source§

type Output = Simd<Simd<i16, 16>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<i16x32>

Source§

type Output = Simd<Simd<i16, 32>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<i32x1>

Source§

type Output = Simd<Simd<i32, 1>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<i32x2>

Source§

type Output = Simd<Simd<i32, 2>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<i32x4>

Source§

type Output = Simd<Simd<i32, 4>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<i32x8>

Source§

type Output = Simd<Simd<i32, 8>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<i32x16>

Source§

type Output = Simd<Simd<i32, 16>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<i64x1>

Source§

type Output = Simd<Simd<i64, 1>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<i64x2>

Source§

type Output = Simd<Simd<i64, 2>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<i64x4>

Source§

type Output = Simd<Simd<i64, 4>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<i64x8>

Source§

type Output = Simd<Simd<i64, 8>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<i8x1>

Source§

type Output = Simd<Simd<i8, 1>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<i8x2>

Source§

type Output = Simd<Simd<i8, 2>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<i8x4>

Source§

type Output = Simd<Simd<i8, 4>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<i8x8>

Source§

type Output = Simd<Simd<i8, 8>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<i8x16>

Source§

type Output = Simd<Simd<i8, 16>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<i8x32>

Source§

type Output = Simd<Simd<i8, 32>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<i8x64>

Source§

type Output = Simd<Simd<i8, 64>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<isizex1>

Source§

type Output = Simd<Simd<isize, 1>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<isizex2>

Source§

type Output = Simd<Simd<isize, 2>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<isizex4>

Source§

type Output = Simd<Simd<isize, 4>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<isizex8>

Source§

type Output = Simd<Simd<isize, 8>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<u16x1>

Source§

type Output = Simd<Simd<u16, 1>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<u16x2>

Source§

type Output = Simd<Simd<u16, 2>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<u16x4>

Source§

type Output = Simd<Simd<u16, 4>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<u16x8>

Source§

type Output = Simd<Simd<u16, 8>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<u16x16>

Source§

type Output = Simd<Simd<u16, 16>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<u16x32>

Source§

type Output = Simd<Simd<u16, 32>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<u32x1>

Source§

type Output = Simd<Simd<u32, 1>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<u32x2>

Source§

type Output = Simd<Simd<u32, 2>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<u32x4>

Source§

type Output = Simd<Simd<u32, 4>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<u32x8>

Source§

type Output = Simd<Simd<u32, 8>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<u32x16>

Source§

type Output = Simd<Simd<u32, 16>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<u64x1>

Source§

type Output = Simd<Simd<u64, 1>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<u64x2>

Source§

type Output = Simd<Simd<u64, 2>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<u64x4>

Source§

type Output = Simd<Simd<u64, 4>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<u64x8>

Source§

type Output = Simd<Simd<u64, 8>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<u8x1>

Source§

type Output = Simd<Simd<u8, 1>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<u8x2>

Source§

type Output = Simd<Simd<u8, 2>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<u8x4>

Source§

type Output = Simd<Simd<u8, 4>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<u8x8>

Source§

type Output = Simd<Simd<u8, 8>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<u8x16>

Source§

type Output = Simd<Simd<u8, 16>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<u8x32>

Source§

type Output = Simd<Simd<u8, 32>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<u8x64>

Source§

type Output = Simd<Simd<u8, 64>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<usizex1>

Source§

type Output = Simd<Simd<usize, 1>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<usizex2>

Source§

type Output = Simd<Simd<usize, 2>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<usizex4>

Source§

type Output = Simd<Simd<usize, 4>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for Simd<usizex8>

Source§

type Output = Simd<Simd<usize, 8>>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl DivAssign for Simd<f32x1>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<f32x2>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<f32x4>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<f32x8>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<f32x16>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<f64x1>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<f64x2>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<f64x4>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<f64x8>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<i16x1>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<i16x2>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<i16x4>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<i16x8>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<i16x16>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<i16x32>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<i32x1>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<i32x2>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<i32x4>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<i32x8>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<i32x16>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<i64x1>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<i64x2>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<i64x4>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<i64x8>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<i8x1>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<i8x2>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<i8x4>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<i8x8>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<i8x16>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<i8x32>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<i8x64>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<isizex1>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<isizex2>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<isizex4>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<isizex8>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<u16x1>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<u16x2>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<u16x4>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<u16x8>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<u16x16>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<u16x32>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<u32x1>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<u32x2>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<u32x4>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<u32x8>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<u32x16>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<u64x1>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<u64x2>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<u64x4>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<u64x8>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<u8x1>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<u8x2>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<u8x4>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<u8x8>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<u8x16>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<u8x32>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<u8x64>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<usizex1>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<usizex2>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<usizex4>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for Simd<usizex8>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl<N: Eq> Eq for Simd<N>

Source§

impl Field for Simd<f32x1>

Source§

impl Field for Simd<f32x2>

Source§

impl Field for Simd<f32x4>

Source§

impl Field for Simd<f32x8>

Source§

impl Field for Simd<f32x16>

Source§

impl Field for Simd<f64x1>

Source§

impl Field for Simd<f64x2>

Source§

impl Field for Simd<f64x4>

Source§

impl Field for Simd<f64x8>

Source§

impl From<Simd<Simd<f32, 1>>> for [f32; 1]

Source§

fn from(val: Simd<f32x1>) -> [f32; 1]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<f32, 2>>> for [f32; 2]

Source§

fn from(val: Simd<f32x2>) -> [f32; 2]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<f32, 4>>> for [f32; 4]

Source§

fn from(val: Simd<f32x4>) -> [f32; 4]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<f32, 8>>> for [f32; 8]

Source§

fn from(val: Simd<f32x8>) -> [f32; 8]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<f32, 16>>> for [f32; 16]

Source§

fn from(val: Simd<f32x16>) -> [f32; 16]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<f64, 1>>> for [f64; 1]

Source§

fn from(val: Simd<f64x1>) -> [f64; 1]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<f64, 2>>> for [f64; 2]

Source§

fn from(val: Simd<f64x2>) -> [f64; 2]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<f64, 4>>> for [f64; 4]

Source§

fn from(val: Simd<f64x4>) -> [f64; 4]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<f64, 8>>> for [f64; 8]

Source§

fn from(val: Simd<f64x8>) -> [f64; 8]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<i8, 1>>> for [i8; 1]

Source§

fn from(val: Simd<i8x1>) -> [i8; 1]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<i8, 2>>> for [i8; 2]

Source§

fn from(val: Simd<i8x2>) -> [i8; 2]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<i8, 4>>> for [i8; 4]

Source§

fn from(val: Simd<i8x4>) -> [i8; 4]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<i8, 8>>> for [i8; 8]

Source§

fn from(val: Simd<i8x8>) -> [i8; 8]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<i8, 16>>> for [i8; 16]

Source§

fn from(val: Simd<i8x16>) -> [i8; 16]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<i8, 32>>> for [i8; 32]

Source§

fn from(val: Simd<i8x32>) -> [i8; 32]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<i8, 64>>> for [i8; 64]

Source§

fn from(val: Simd<i8x64>) -> [i8; 64]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<i16, 1>>> for [i16; 1]

Source§

fn from(val: Simd<i16x1>) -> [i16; 1]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<i16, 2>>> for [i16; 2]

Source§

fn from(val: Simd<i16x2>) -> [i16; 2]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<i16, 4>>> for [i16; 4]

Source§

fn from(val: Simd<i16x4>) -> [i16; 4]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<i16, 8>>> for [i16; 8]

Source§

fn from(val: Simd<i16x8>) -> [i16; 8]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<i16, 16>>> for [i16; 16]

Source§

fn from(val: Simd<i16x16>) -> [i16; 16]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<i16, 32>>> for [i16; 32]

Source§

fn from(val: Simd<i16x32>) -> [i16; 32]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<i32, 1>>> for [i32; 1]

Source§

fn from(val: Simd<i32x1>) -> [i32; 1]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<i32, 2>>> for [i32; 2]

Source§

fn from(val: Simd<i32x2>) -> [i32; 2]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<i32, 4>>> for [i32; 4]

Source§

fn from(val: Simd<i32x4>) -> [i32; 4]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<i32, 8>>> for [i32; 8]

Source§

fn from(val: Simd<i32x8>) -> [i32; 8]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<i32, 16>>> for [i32; 16]

Source§

fn from(val: Simd<i32x16>) -> [i32; 16]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<i64, 1>>> for [i64; 1]

Source§

fn from(val: Simd<i64x1>) -> [i64; 1]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<i64, 2>>> for [i64; 2]

Source§

fn from(val: Simd<i64x2>) -> [i64; 2]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<i64, 4>>> for [i64; 4]

Source§

fn from(val: Simd<i64x4>) -> [i64; 4]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<i64, 8>>> for [i64; 8]

Source§

fn from(val: Simd<i64x8>) -> [i64; 8]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<isize, 1>>> for [isize; 1]

Source§

fn from(val: Simd<isizex1>) -> [isize; 1]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<isize, 2>>> for [isize; 2]

Source§

fn from(val: Simd<isizex2>) -> [isize; 2]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<isize, 4>>> for [isize; 4]

Source§

fn from(val: Simd<isizex4>) -> [isize; 4]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<isize, 8>>> for [isize; 8]

Source§

fn from(val: Simd<isizex8>) -> [isize; 8]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<u8, 1>>> for [u8; 1]

Source§

fn from(val: Simd<u8x1>) -> [u8; 1]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<u8, 2>>> for [u8; 2]

Source§

fn from(val: Simd<u8x2>) -> [u8; 2]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<u8, 4>>> for [u8; 4]

Source§

fn from(val: Simd<u8x4>) -> [u8; 4]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<u8, 8>>> for [u8; 8]

Source§

fn from(val: Simd<u8x8>) -> [u8; 8]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<u8, 16>>> for [u8; 16]

Source§

fn from(val: Simd<u8x16>) -> [u8; 16]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<u8, 32>>> for [u8; 32]

Source§

fn from(val: Simd<u8x32>) -> [u8; 32]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<u8, 64>>> for [u8; 64]

Source§

fn from(val: Simd<u8x64>) -> [u8; 64]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<u16, 1>>> for [u16; 1]

Source§

fn from(val: Simd<u16x1>) -> [u16; 1]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<u16, 2>>> for [u16; 2]

Source§

fn from(val: Simd<u16x2>) -> [u16; 2]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<u16, 4>>> for [u16; 4]

Source§

fn from(val: Simd<u16x4>) -> [u16; 4]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<u16, 8>>> for [u16; 8]

Source§

fn from(val: Simd<u16x8>) -> [u16; 8]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<u16, 16>>> for [u16; 16]

Source§

fn from(val: Simd<u16x16>) -> [u16; 16]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<u16, 32>>> for [u16; 32]

Source§

fn from(val: Simd<u16x32>) -> [u16; 32]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<u32, 1>>> for [u32; 1]

Source§

fn from(val: Simd<u32x1>) -> [u32; 1]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<u32, 2>>> for [u32; 2]

Source§

fn from(val: Simd<u32x2>) -> [u32; 2]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<u32, 4>>> for [u32; 4]

Source§

fn from(val: Simd<u32x4>) -> [u32; 4]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<u32, 8>>> for [u32; 8]

Source§

fn from(val: Simd<u32x8>) -> [u32; 8]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<u32, 16>>> for [u32; 16]

Source§

fn from(val: Simd<u32x16>) -> [u32; 16]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<u64, 1>>> for [u64; 1]

Source§

fn from(val: Simd<u64x1>) -> [u64; 1]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<u64, 2>>> for [u64; 2]

Source§

fn from(val: Simd<u64x2>) -> [u64; 2]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<u64, 4>>> for [u64; 4]

Source§

fn from(val: Simd<u64x4>) -> [u64; 4]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<u64, 8>>> for [u64; 8]

Source§

fn from(val: Simd<u64x8>) -> [u64; 8]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<usize, 1>>> for [usize; 1]

Source§

fn from(val: Simd<usizex1>) -> [usize; 1]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<usize, 2>>> for [usize; 2]

Source§

fn from(val: Simd<usizex2>) -> [usize; 2]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<usize, 4>>> for [usize; 4]

Source§

fn from(val: Simd<usizex4>) -> [usize; 4]

Converts to this type from the input type.
Source§

impl From<Simd<Simd<usize, 8>>> for [usize; 8]

Source§

fn from(val: Simd<usizex8>) -> [usize; 8]

Converts to this type from the input type.
Source§

impl From<[bool; 1]> for Simd<mask16x1>

Source§

fn from(vals: [bool; 1]) -> Self

Converts to this type from the input type.
Source§

impl From<[bool; 1]> for Simd<mask32x1>

Source§

fn from(vals: [bool; 1]) -> Self

Converts to this type from the input type.
Source§

impl From<[bool; 1]> for Simd<mask64x1>

Source§

fn from(vals: [bool; 1]) -> Self

Converts to this type from the input type.
Source§

impl From<[bool; 1]> for Simd<mask8x1>

Source§

fn from(vals: [bool; 1]) -> Self

Converts to this type from the input type.
Source§

impl From<[bool; 1]> for Simd<masksizex1>

Source§

fn from(vals: [bool; 1]) -> Self

Converts to this type from the input type.
Source§

impl From<[bool; 2]> for Simd<mask16x2>

Source§

fn from(vals: [bool; 2]) -> Self

Converts to this type from the input type.
Source§

impl From<[bool; 2]> for Simd<mask32x2>

Source§

fn from(vals: [bool; 2]) -> Self

Converts to this type from the input type.
Source§

impl From<[bool; 2]> for Simd<mask64x2>

Source§

fn from(vals: [bool; 2]) -> Self

Converts to this type from the input type.
Source§

impl From<[bool; 2]> for Simd<mask8x2>

Source§

fn from(vals: [bool; 2]) -> Self

Converts to this type from the input type.
Source§

impl From<[bool; 2]> for Simd<masksizex2>

Source§

fn from(vals: [bool; 2]) -> Self

Converts to this type from the input type.
Source§

impl From<[bool; 4]> for Simd<mask16x4>

Source§

fn from(vals: [bool; 4]) -> Self

Converts to this type from the input type.
Source§

impl From<[bool; 4]> for Simd<mask32x4>

Source§

fn from(vals: [bool; 4]) -> Self

Converts to this type from the input type.
Source§

impl From<[bool; 4]> for Simd<mask64x4>

Source§

fn from(vals: [bool; 4]) -> Self

Converts to this type from the input type.
Source§

impl From<[bool; 4]> for Simd<mask8x4>

Source§

fn from(vals: [bool; 4]) -> Self

Converts to this type from the input type.
Source§

impl From<[bool; 4]> for Simd<masksizex4>

Source§

fn from(vals: [bool; 4]) -> Self

Converts to this type from the input type.
Source§

impl From<[bool; 8]> for Simd<mask16x8>

Source§

fn from(vals: [bool; 8]) -> Self

Converts to this type from the input type.
Source§

impl From<[bool; 8]> for Simd<mask32x8>

Source§

fn from(vals: [bool; 8]) -> Self

Converts to this type from the input type.
Source§

impl From<[bool; 8]> for Simd<mask64x8>

Source§

fn from(vals: [bool; 8]) -> Self

Converts to this type from the input type.
Source§

impl From<[bool; 8]> for Simd<mask8x8>

Source§

fn from(vals: [bool; 8]) -> Self

Converts to this type from the input type.
Source§

impl From<[bool; 8]> for Simd<masksizex8>

Source§

fn from(vals: [bool; 8]) -> Self

Converts to this type from the input type.
Source§

impl From<[bool; 16]> for Simd<mask16x16>

Source§

fn from(vals: [bool; 16]) -> Self

Converts to this type from the input type.
Source§

impl From<[bool; 16]> for Simd<mask32x16>

Source§

fn from(vals: [bool; 16]) -> Self

Converts to this type from the input type.
Source§

impl From<[bool; 16]> for Simd<mask8x16>

Source§

fn from(vals: [bool; 16]) -> Self

Converts to this type from the input type.
Source§

impl From<[bool; 32]> for Simd<mask16x32>

Source§

fn from(vals: [bool; 32]) -> Self

Converts to this type from the input type.
Source§

impl From<[bool; 32]> for Simd<mask8x32>

Source§

fn from(vals: [bool; 32]) -> Self

Converts to this type from the input type.
Source§

impl From<[bool; 64]> for Simd<mask8x64>

Source§

fn from(vals: [bool; 64]) -> Self

Converts to this type from the input type.
Source§

impl From<[f32; 1]> for Simd<f32x1>

Source§

fn from(vals: [f32; 1]) -> Self

Converts to this type from the input type.
Source§

impl From<[f32; 2]> for Simd<f32x2>

Source§

fn from(vals: [f32; 2]) -> Self

Converts to this type from the input type.
Source§

impl From<[f32; 4]> for Simd<f32x4>

Source§

fn from(vals: [f32; 4]) -> Self

Converts to this type from the input type.
Source§

impl From<[f32; 8]> for Simd<f32x8>

Source§

fn from(vals: [f32; 8]) -> Self

Converts to this type from the input type.
Source§

impl From<[f32; 16]> for Simd<f32x16>

Source§

fn from(vals: [f32; 16]) -> Self

Converts to this type from the input type.
Source§

impl From<[f64; 1]> for Simd<f64x1>

Source§

fn from(vals: [f64; 1]) -> Self

Converts to this type from the input type.
Source§

impl From<[f64; 2]> for Simd<f64x2>

Source§

fn from(vals: [f64; 2]) -> Self

Converts to this type from the input type.
Source§

impl From<[f64; 4]> for Simd<f64x4>

Source§

fn from(vals: [f64; 4]) -> Self

Converts to this type from the input type.
Source§

impl From<[f64; 8]> for Simd<f64x8>

Source§

fn from(vals: [f64; 8]) -> Self

Converts to this type from the input type.
Source§

impl From<[i8; 1]> for Simd<i8x1>

Source§

fn from(vals: [i8; 1]) -> Self

Converts to this type from the input type.
Source§

impl From<[i8; 2]> for Simd<i8x2>

Source§

fn from(vals: [i8; 2]) -> Self

Converts to this type from the input type.
Source§

impl From<[i8; 4]> for Simd<i8x4>

Source§

fn from(vals: [i8; 4]) -> Self

Converts to this type from the input type.
Source§

impl From<[i8; 8]> for Simd<i8x8>

Source§

fn from(vals: [i8; 8]) -> Self

Converts to this type from the input type.
Source§

impl From<[i8; 16]> for Simd<i8x16>

Source§

fn from(vals: [i8; 16]) -> Self

Converts to this type from the input type.
Source§

impl From<[i8; 32]> for Simd<i8x32>

Source§

fn from(vals: [i8; 32]) -> Self

Converts to this type from the input type.
Source§

impl From<[i8; 64]> for Simd<i8x64>

Source§

fn from(vals: [i8; 64]) -> Self

Converts to this type from the input type.
Source§

impl From<[i16; 1]> for Simd<i16x1>

Source§

fn from(vals: [i16; 1]) -> Self

Converts to this type from the input type.
Source§

impl From<[i16; 2]> for Simd<i16x2>

Source§

fn from(vals: [i16; 2]) -> Self

Converts to this type from the input type.
Source§

impl From<[i16; 4]> for Simd<i16x4>

Source§

fn from(vals: [i16; 4]) -> Self

Converts to this type from the input type.
Source§

impl From<[i16; 8]> for Simd<i16x8>

Source§

fn from(vals: [i16; 8]) -> Self

Converts to this type from the input type.
Source§

impl From<[i16; 16]> for Simd<i16x16>

Source§

fn from(vals: [i16; 16]) -> Self

Converts to this type from the input type.
Source§

impl From<[i16; 32]> for Simd<i16x32>

Source§

fn from(vals: [i16; 32]) -> Self

Converts to this type from the input type.
Source§

impl From<[i32; 1]> for Simd<i32x1>

Source§

fn from(vals: [i32; 1]) -> Self

Converts to this type from the input type.
Source§

impl From<[i32; 2]> for Simd<i32x2>

Source§

fn from(vals: [i32; 2]) -> Self

Converts to this type from the input type.
Source§

impl From<[i32; 4]> for Simd<i32x4>

Source§

fn from(vals: [i32; 4]) -> Self

Converts to this type from the input type.
Source§

impl From<[i32; 8]> for Simd<i32x8>

Source§

fn from(vals: [i32; 8]) -> Self

Converts to this type from the input type.
Source§

impl From<[i32; 16]> for Simd<i32x16>

Source§

fn from(vals: [i32; 16]) -> Self

Converts to this type from the input type.
Source§

impl From<[i64; 1]> for Simd<i64x1>

Source§

fn from(vals: [i64; 1]) -> Self

Converts to this type from the input type.
Source§

impl From<[i64; 2]> for Simd<i64x2>

Source§

fn from(vals: [i64; 2]) -> Self

Converts to this type from the input type.
Source§

impl From<[i64; 4]> for Simd<i64x4>

Source§

fn from(vals: [i64; 4]) -> Self

Converts to this type from the input type.
Source§

impl From<[i64; 8]> for Simd<i64x8>

Source§

fn from(vals: [i64; 8]) -> Self

Converts to this type from the input type.
Source§

impl From<[isize; 1]> for Simd<isizex1>

Source§

fn from(vals: [isize; 1]) -> Self

Converts to this type from the input type.
Source§

impl From<[isize; 2]> for Simd<isizex2>

Source§

fn from(vals: [isize; 2]) -> Self

Converts to this type from the input type.
Source§

impl From<[isize; 4]> for Simd<isizex4>

Source§

fn from(vals: [isize; 4]) -> Self

Converts to this type from the input type.
Source§

impl From<[isize; 8]> for Simd<isizex8>

Source§

fn from(vals: [isize; 8]) -> Self

Converts to this type from the input type.
Source§

impl From<[u8; 1]> for Simd<u8x1>

Source§

fn from(vals: [u8; 1]) -> Self

Converts to this type from the input type.
Source§

impl From<[u8; 2]> for Simd<u8x2>

Source§

fn from(vals: [u8; 2]) -> Self

Converts to this type from the input type.
Source§

impl From<[u8; 4]> for Simd<u8x4>

Source§

fn from(vals: [u8; 4]) -> Self

Converts to this type from the input type.
Source§

impl From<[u8; 8]> for Simd<u8x8>

Source§

fn from(vals: [u8; 8]) -> Self

Converts to this type from the input type.
Source§

impl From<[u8; 16]> for Simd<u8x16>

Source§

fn from(vals: [u8; 16]) -> Self

Converts to this type from the input type.
Source§

impl From<[u8; 32]> for Simd<u8x32>

Source§

fn from(vals: [u8; 32]) -> Self

Converts to this type from the input type.
Source§

impl From<[u8; 64]> for Simd<u8x64>

Source§

fn from(vals: [u8; 64]) -> Self

Converts to this type from the input type.
Source§

impl From<[u16; 1]> for Simd<u16x1>

Source§

fn from(vals: [u16; 1]) -> Self

Converts to this type from the input type.
Source§

impl From<[u16; 2]> for Simd<u16x2>

Source§

fn from(vals: [u16; 2]) -> Self

Converts to this type from the input type.
Source§

impl From<[u16; 4]> for Simd<u16x4>

Source§

fn from(vals: [u16; 4]) -> Self

Converts to this type from the input type.
Source§

impl From<[u16; 8]> for Simd<u16x8>

Source§

fn from(vals: [u16; 8]) -> Self

Converts to this type from the input type.
Source§

impl From<[u16; 16]> for Simd<u16x16>

Source§

fn from(vals: [u16; 16]) -> Self

Converts to this type from the input type.
Source§

impl From<[u16; 32]> for Simd<u16x32>

Source§

fn from(vals: [u16; 32]) -> Self

Converts to this type from the input type.
Source§

impl From<[u32; 1]> for Simd<u32x1>

Source§

fn from(vals: [u32; 1]) -> Self

Converts to this type from the input type.
Source§

impl From<[u32; 2]> for Simd<u32x2>

Source§

fn from(vals: [u32; 2]) -> Self

Converts to this type from the input type.
Source§

impl From<[u32; 4]> for Simd<u32x4>

Source§

fn from(vals: [u32; 4]) -> Self

Converts to this type from the input type.
Source§

impl From<[u32; 8]> for Simd<u32x8>

Source§

fn from(vals: [u32; 8]) -> Self

Converts to this type from the input type.
Source§

impl From<[u32; 16]> for Simd<u32x16>

Source§

fn from(vals: [u32; 16]) -> Self

Converts to this type from the input type.
Source§

impl From<[u64; 1]> for Simd<u64x1>

Source§

fn from(vals: [u64; 1]) -> Self

Converts to this type from the input type.
Source§

impl From<[u64; 2]> for Simd<u64x2>

Source§

fn from(vals: [u64; 2]) -> Self

Converts to this type from the input type.
Source§

impl From<[u64; 4]> for Simd<u64x4>

Source§

fn from(vals: [u64; 4]) -> Self

Converts to this type from the input type.
Source§

impl From<[u64; 8]> for Simd<u64x8>

Source§

fn from(vals: [u64; 8]) -> Self

Converts to this type from the input type.
Source§

impl From<[usize; 1]> for Simd<usizex1>

Source§

fn from(vals: [usize; 1]) -> Self

Converts to this type from the input type.
Source§

impl From<[usize; 2]> for Simd<usizex2>

Source§

fn from(vals: [usize; 2]) -> Self

Converts to this type from the input type.
Source§

impl From<[usize; 4]> for Simd<usizex4>

Source§

fn from(vals: [usize; 4]) -> Self

Converts to this type from the input type.
Source§

impl From<[usize; 8]> for Simd<usizex8>

Source§

fn from(vals: [usize; 8]) -> Self

Converts to this type from the input type.
Source§

impl FromPrimitive for Simd<f32x1>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<f32x2>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<f32x4>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<f32x8>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<f32x16>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<f64x1>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<f64x2>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<f64x4>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<f64x8>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<i16x1>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<i16x2>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<i16x4>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<i16x8>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<i16x16>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<i16x32>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<i32x1>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<i32x2>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<i32x4>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<i32x8>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<i32x16>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<i64x1>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<i64x2>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<i64x4>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<i64x8>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<i8x1>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<i8x2>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<i8x4>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<i8x8>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<i8x16>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<i8x32>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<i8x64>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<isizex1>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<isizex2>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<isizex4>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<isizex8>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<u16x1>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<u16x2>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<u16x4>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<u16x8>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<u16x16>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<u16x32>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<u32x1>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<u32x2>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<u32x4>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<u32x8>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<u32x16>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<u64x1>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<u64x2>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<u64x4>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<u64x8>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<u8x1>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<u8x2>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<u8x4>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<u8x8>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<u8x16>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<u8x32>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<u8x64>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<usizex1>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<usizex2>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<usizex4>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl FromPrimitive for Simd<usizex8>

Source§

fn from_i64(n: i64) -> Option<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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<Self>

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 more
Source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
Source§

impl Mul for Simd<f32x1>

Source§

type Output = Simd<Simd<f32, 1>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<f32x2>

Source§

type Output = Simd<Simd<f32, 2>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<f32x4>

Source§

type Output = Simd<Simd<f32, 4>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<f32x8>

Source§

type Output = Simd<Simd<f32, 8>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<f32x16>

Source§

type Output = Simd<Simd<f32, 16>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<f64x1>

Source§

type Output = Simd<Simd<f64, 1>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<f64x2>

Source§

type Output = Simd<Simd<f64, 2>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<f64x4>

Source§

type Output = Simd<Simd<f64, 4>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<f64x8>

Source§

type Output = Simd<Simd<f64, 8>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<i16x1>

Source§

type Output = Simd<Simd<i16, 1>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<i16x2>

Source§

type Output = Simd<Simd<i16, 2>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<i16x4>

Source§

type Output = Simd<Simd<i16, 4>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<i16x8>

Source§

type Output = Simd<Simd<i16, 8>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<i16x16>

Source§

type Output = Simd<Simd<i16, 16>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<i16x32>

Source§

type Output = Simd<Simd<i16, 32>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<i32x1>

Source§

type Output = Simd<Simd<i32, 1>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<i32x2>

Source§

type Output = Simd<Simd<i32, 2>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<i32x4>

Source§

type Output = Simd<Simd<i32, 4>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<i32x8>

Source§

type Output = Simd<Simd<i32, 8>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<i32x16>

Source§

type Output = Simd<Simd<i32, 16>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<i64x1>

Source§

type Output = Simd<Simd<i64, 1>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<i64x2>

Source§

type Output = Simd<Simd<i64, 2>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<i64x4>

Source§

type Output = Simd<Simd<i64, 4>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<i64x8>

Source§

type Output = Simd<Simd<i64, 8>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<i8x1>

Source§

type Output = Simd<Simd<i8, 1>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<i8x2>

Source§

type Output = Simd<Simd<i8, 2>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<i8x4>

Source§

type Output = Simd<Simd<i8, 4>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<i8x8>

Source§

type Output = Simd<Simd<i8, 8>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<i8x16>

Source§

type Output = Simd<Simd<i8, 16>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<i8x32>

Source§

type Output = Simd<Simd<i8, 32>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<i8x64>

Source§

type Output = Simd<Simd<i8, 64>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<isizex1>

Source§

type Output = Simd<Simd<isize, 1>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<isizex2>

Source§

type Output = Simd<Simd<isize, 2>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<isizex4>

Source§

type Output = Simd<Simd<isize, 4>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<isizex8>

Source§

type Output = Simd<Simd<isize, 8>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<u16x1>

Source§

type Output = Simd<Simd<u16, 1>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<u16x2>

Source§

type Output = Simd<Simd<u16, 2>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<u16x4>

Source§

type Output = Simd<Simd<u16, 4>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<u16x8>

Source§

type Output = Simd<Simd<u16, 8>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<u16x16>

Source§

type Output = Simd<Simd<u16, 16>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<u16x32>

Source§

type Output = Simd<Simd<u16, 32>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<u32x1>

Source§

type Output = Simd<Simd<u32, 1>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<u32x2>

Source§

type Output = Simd<Simd<u32, 2>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<u32x4>

Source§

type Output = Simd<Simd<u32, 4>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<u32x8>

Source§

type Output = Simd<Simd<u32, 8>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<u32x16>

Source§

type Output = Simd<Simd<u32, 16>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<u64x1>

Source§

type Output = Simd<Simd<u64, 1>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<u64x2>

Source§

type Output = Simd<Simd<u64, 2>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<u64x4>

Source§

type Output = Simd<Simd<u64, 4>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<u64x8>

Source§

type Output = Simd<Simd<u64, 8>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<u8x1>

Source§

type Output = Simd<Simd<u8, 1>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<u8x2>

Source§

type Output = Simd<Simd<u8, 2>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<u8x4>

Source§

type Output = Simd<Simd<u8, 4>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<u8x8>

Source§

type Output = Simd<Simd<u8, 8>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<u8x16>

Source§

type Output = Simd<Simd<u8, 16>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<u8x32>

Source§

type Output = Simd<Simd<u8, 32>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<u8x64>

Source§

type Output = Simd<Simd<u8, 64>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<usizex1>

Source§

type Output = Simd<Simd<usize, 1>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<usizex2>

Source§

type Output = Simd<Simd<usize, 2>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<usizex4>

Source§

type Output = Simd<Simd<usize, 4>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for Simd<usizex8>

Source§

type Output = Simd<Simd<usize, 8>>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl MulAssign for Simd<f32x1>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<f32x2>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<f32x4>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<f32x8>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<f32x16>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<f64x1>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<f64x2>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<f64x4>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<f64x8>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<i16x1>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<i16x2>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<i16x4>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<i16x8>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<i16x16>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<i16x32>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<i32x1>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<i32x2>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<i32x4>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<i32x8>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<i32x16>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<i64x1>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<i64x2>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<i64x4>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<i64x8>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<i8x1>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<i8x2>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<i8x4>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<i8x8>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<i8x16>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<i8x32>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<i8x64>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<isizex1>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<isizex2>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<isizex4>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<isizex8>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<u16x1>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<u16x2>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<u16x4>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<u16x8>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<u16x16>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<u16x32>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<u32x1>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<u32x2>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<u32x4>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<u32x8>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<u32x16>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<u64x1>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<u64x2>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<u64x4>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<u64x8>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<u8x1>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<u8x2>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<u8x4>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<u8x8>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<u8x16>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<u8x32>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<u8x64>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<usizex1>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<usizex2>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<usizex4>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for Simd<usizex8>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl Neg for Simd<f32x1>

Source§

type Output = Simd<Simd<f32, 1>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<f32x2>

Source§

type Output = Simd<Simd<f32, 2>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<f32x4>

Source§

type Output = Simd<Simd<f32, 4>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<f32x8>

Source§

type Output = Simd<Simd<f32, 8>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<f32x16>

Source§

type Output = Simd<Simd<f32, 16>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<f64x1>

Source§

type Output = Simd<Simd<f64, 1>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<f64x2>

Source§

type Output = Simd<Simd<f64, 2>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<f64x4>

Source§

type Output = Simd<Simd<f64, 4>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<f64x8>

Source§

type Output = Simd<Simd<f64, 8>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<i16x1>

Source§

type Output = Simd<Simd<i16, 1>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<i16x2>

Source§

type Output = Simd<Simd<i16, 2>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<i16x4>

Source§

type Output = Simd<Simd<i16, 4>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<i16x8>

Source§

type Output = Simd<Simd<i16, 8>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<i16x16>

Source§

type Output = Simd<Simd<i16, 16>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<i16x32>

Source§

type Output = Simd<Simd<i16, 32>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<i32x1>

Source§

type Output = Simd<Simd<i32, 1>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<i32x2>

Source§

type Output = Simd<Simd<i32, 2>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<i32x4>

Source§

type Output = Simd<Simd<i32, 4>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<i32x8>

Source§

type Output = Simd<Simd<i32, 8>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<i32x16>

Source§

type Output = Simd<Simd<i32, 16>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<i64x1>

Source§

type Output = Simd<Simd<i64, 1>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<i64x2>

Source§

type Output = Simd<Simd<i64, 2>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<i64x4>

Source§

type Output = Simd<Simd<i64, 4>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<i64x8>

Source§

type Output = Simd<Simd<i64, 8>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<i8x1>

Source§

type Output = Simd<Simd<i8, 1>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<i8x2>

Source§

type Output = Simd<Simd<i8, 2>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<i8x4>

Source§

type Output = Simd<Simd<i8, 4>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<i8x8>

Source§

type Output = Simd<Simd<i8, 8>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<i8x16>

Source§

type Output = Simd<Simd<i8, 16>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<i8x32>

Source§

type Output = Simd<Simd<i8, 32>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<i8x64>

Source§

type Output = Simd<Simd<i8, 64>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<isizex1>

Source§

type Output = Simd<Simd<isize, 1>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<isizex2>

Source§

type Output = Simd<Simd<isize, 2>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<isizex4>

Source§

type Output = Simd<Simd<isize, 4>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for Simd<isizex8>

Source§

type Output = Simd<Simd<isize, 8>>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Not for Simd<mask16x1>

Source§

type Output = Simd<Mask<i16, 1>>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Not for Simd<mask16x2>

Source§

type Output = Simd<Mask<i16, 2>>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Not for Simd<mask16x4>

Source§

type Output = Simd<Mask<i16, 4>>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Not for Simd<mask16x8>

Source§

type Output = Simd<Mask<i16, 8>>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Not for Simd<mask16x16>

Source§

type Output = Simd<Mask<i16, 16>>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Not for Simd<mask16x32>

Source§

type Output = Simd<Mask<i16, 32>>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Not for Simd<mask32x1>

Source§

type Output = Simd<Mask<i32, 1>>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Not for Simd<mask32x2>

Source§

type Output = Simd<Mask<i32, 2>>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Not for Simd<mask32x4>

Source§

type Output = Simd<Mask<i32, 4>>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Not for Simd<mask32x8>

Source§

type Output = Simd<Mask<i32, 8>>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Not for Simd<mask32x16>

Source§

type Output = Simd<Mask<i32, 16>>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Not for Simd<mask64x1>

Source§

type Output = Simd<Mask<i64, 1>>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Not for Simd<mask64x2>

Source§

type Output = Simd<Mask<i64, 2>>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Not for Simd<mask64x4>

Source§

type Output = Simd<Mask<i64, 4>>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Not for Simd<mask64x8>

Source§

type Output = Simd<Mask<i64, 8>>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Not for Simd<mask8x1>

Source§

type Output = Simd<Mask<i8, 1>>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Not for Simd<mask8x2>

Source§

type Output = Simd<Mask<i8, 2>>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Not for Simd<mask8x4>

Source§

type Output = Simd<Mask<i8, 4>>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Not for Simd<mask8x8>

Source§

type Output = Simd<Mask<i8, 8>>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Not for Simd<mask8x16>

Source§

type Output = Simd<Mask<i8, 16>>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Not for Simd<mask8x32>

Source§

type Output = Simd<Mask<i8, 32>>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Not for Simd<mask8x64>

Source§

type Output = Simd<Mask<i8, 64>>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Not for Simd<masksizex1>

Source§

type Output = Simd<Mask<isize, 1>>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Not for Simd<masksizex2>

Source§

type Output = Simd<Mask<isize, 2>>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Not for Simd<masksizex4>

Source§

type Output = Simd<Mask<isize, 4>>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Not for Simd<masksizex8>

Source§

type Output = Simd<Mask<isize, 8>>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Num for Simd<f32x1>

Source§

type FromStrRadixErr = <f32 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<f32x2>

Source§

type FromStrRadixErr = <f32 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<f32x4>

Source§

type FromStrRadixErr = <f32 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<f32x8>

Source§

type FromStrRadixErr = <f32 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<f32x16>

Source§

type FromStrRadixErr = <f32 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<f64x1>

Source§

type FromStrRadixErr = <f64 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<f64x2>

Source§

type FromStrRadixErr = <f64 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<f64x4>

Source§

type FromStrRadixErr = <f64 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<f64x8>

Source§

type FromStrRadixErr = <f64 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<i16x1>

Source§

type FromStrRadixErr = <i16 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<i16x2>

Source§

type FromStrRadixErr = <i16 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<i16x4>

Source§

type FromStrRadixErr = <i16 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<i16x8>

Source§

type FromStrRadixErr = <i16 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<i16x16>

Source§

type FromStrRadixErr = <i16 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<i16x32>

Source§

type FromStrRadixErr = <i16 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<i32x1>

Source§

type FromStrRadixErr = <i32 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<i32x2>

Source§

type FromStrRadixErr = <i32 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<i32x4>

Source§

type FromStrRadixErr = <i32 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<i32x8>

Source§

type FromStrRadixErr = <i32 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<i32x16>

Source§

type FromStrRadixErr = <i32 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<i64x1>

Source§

type FromStrRadixErr = <i64 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<i64x2>

Source§

type FromStrRadixErr = <i64 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<i64x4>

Source§

type FromStrRadixErr = <i64 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<i64x8>

Source§

type FromStrRadixErr = <i64 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<i8x1>

Source§

type FromStrRadixErr = <i8 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<i8x2>

Source§

type FromStrRadixErr = <i8 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<i8x4>

Source§

type FromStrRadixErr = <i8 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<i8x8>

Source§

type FromStrRadixErr = <i8 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<i8x16>

Source§

type FromStrRadixErr = <i8 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<i8x32>

Source§

type FromStrRadixErr = <i8 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<i8x64>

Source§

type FromStrRadixErr = <i8 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<isizex1>

Source§

type FromStrRadixErr = <isize as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<isizex2>

Source§

type FromStrRadixErr = <isize as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<isizex4>

Source§

type FromStrRadixErr = <isize as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<isizex8>

Source§

type FromStrRadixErr = <isize as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<u16x1>

Source§

type FromStrRadixErr = <u16 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<u16x2>

Source§

type FromStrRadixErr = <u16 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<u16x4>

Source§

type FromStrRadixErr = <u16 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<u16x8>

Source§

type FromStrRadixErr = <u16 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<u16x16>

Source§

type FromStrRadixErr = <u16 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<u16x32>

Source§

type FromStrRadixErr = <u16 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<u32x1>

Source§

type FromStrRadixErr = <u32 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<u32x2>

Source§

type FromStrRadixErr = <u32 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<u32x4>

Source§

type FromStrRadixErr = <u32 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<u32x8>

Source§

type FromStrRadixErr = <u32 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<u32x16>

Source§

type FromStrRadixErr = <u32 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<u64x1>

Source§

type FromStrRadixErr = <u64 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<u64x2>

Source§

type FromStrRadixErr = <u64 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<u64x4>

Source§

type FromStrRadixErr = <u64 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<u64x8>

Source§

type FromStrRadixErr = <u64 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<u8x1>

Source§

type FromStrRadixErr = <u8 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<u8x2>

Source§

type FromStrRadixErr = <u8 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<u8x4>

Source§

type FromStrRadixErr = <u8 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<u8x8>

Source§

type FromStrRadixErr = <u8 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<u8x16>

Source§

type FromStrRadixErr = <u8 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<u8x32>

Source§

type FromStrRadixErr = <u8 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<u8x64>

Source§

type FromStrRadixErr = <u8 as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<usizex1>

Source§

type FromStrRadixErr = <usize as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<usizex2>

Source§

type FromStrRadixErr = <usize as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<usizex4>

Source§

type FromStrRadixErr = <usize as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for Simd<usizex8>

Source§

type FromStrRadixErr = <usize as Num>::FromStrRadixErr

Source§

fn from_str_radix(str: &str, radix: u32) -> Result<Self, Self::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl One for Simd<f32x1>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<f32x2>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<f32x4>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<f32x8>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<f32x16>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<f64x1>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<f64x2>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<f64x4>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<f64x8>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<i16x1>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<i16x2>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<i16x4>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<i16x8>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<i16x16>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<i16x32>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<i32x1>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<i32x2>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<i32x4>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<i32x8>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<i32x16>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<i64x1>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<i64x2>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<i64x4>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<i64x8>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<i8x1>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<i8x2>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<i8x4>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<i8x8>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<i8x16>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<i8x32>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<i8x64>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<isizex1>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<isizex2>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<isizex4>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<isizex8>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<u16x1>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<u16x2>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<u16x4>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<u16x8>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<u16x16>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<u16x32>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<u32x1>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<u32x2>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<u32x4>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<u32x8>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<u32x16>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<u64x1>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<u64x2>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<u64x4>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<u64x8>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<u8x1>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<u8x2>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<u8x4>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<u8x8>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<u8x16>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<u8x32>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<u8x64>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<usizex1>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<usizex2>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<usizex4>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl One for Simd<usizex8>

Source§

fn one() -> Self

Returns the multiplicative identity element of Self, 1. Read more
Source§

fn set_one(&mut self)

Sets self to the multiplicative identity element of Self, 1.
Source§

fn is_one(&self) -> bool
where Self: PartialEq,

Returns true if self is equal to the multiplicative identity. Read more
Source§

impl<N: PartialEq> PartialEq for Simd<N>

Source§

fn eq(&self, other: &Simd<N>) -> bool

Equality operator ==. Read more
1.0.0 (const: unstable) · Source§

fn ne(&self, other: &Rhs) -> bool

Inequality operator !=. Read more
Source§

impl PrimitiveSimdValue for Simd<f32x1>

Source§

impl PrimitiveSimdValue for Simd<f32x2>

Source§

impl PrimitiveSimdValue for Simd<f32x4>

Source§

impl PrimitiveSimdValue for Simd<f32x8>

Source§

impl PrimitiveSimdValue for Simd<f32x16>

Source§

impl PrimitiveSimdValue for Simd<f64x1>

Source§

impl PrimitiveSimdValue for Simd<f64x2>

Source§

impl PrimitiveSimdValue for Simd<f64x4>

Source§

impl PrimitiveSimdValue for Simd<f64x8>

Source§

impl PrimitiveSimdValue for Simd<i16x1>

Source§

impl PrimitiveSimdValue for Simd<i16x2>

Source§

impl PrimitiveSimdValue for Simd<i16x4>

Source§

impl PrimitiveSimdValue for Simd<i16x8>

Source§

impl PrimitiveSimdValue for Simd<i16x16>

Source§

impl PrimitiveSimdValue for Simd<i16x32>

Source§

impl PrimitiveSimdValue for Simd<i32x1>

Source§

impl PrimitiveSimdValue for Simd<i32x2>

Source§

impl PrimitiveSimdValue for Simd<i32x4>

Source§

impl PrimitiveSimdValue for Simd<i32x8>

Source§

impl PrimitiveSimdValue for Simd<i32x16>

Source§

impl PrimitiveSimdValue for Simd<i64x1>

Source§

impl PrimitiveSimdValue for Simd<i64x2>

Source§

impl PrimitiveSimdValue for Simd<i64x4>

Source§

impl PrimitiveSimdValue for Simd<i64x8>

Source§

impl PrimitiveSimdValue for Simd<i8x1>

Source§

impl PrimitiveSimdValue for Simd<i8x2>

Source§

impl PrimitiveSimdValue for Simd<i8x4>

Source§

impl PrimitiveSimdValue for Simd<i8x8>

Source§

impl PrimitiveSimdValue for Simd<i8x16>

Source§

impl PrimitiveSimdValue for Simd<i8x32>

Source§

impl PrimitiveSimdValue for Simd<i8x64>

Source§

impl PrimitiveSimdValue for Simd<isizex1>

Source§

impl PrimitiveSimdValue for Simd<isizex2>

Source§

impl PrimitiveSimdValue for Simd<isizex4>

Source§

impl PrimitiveSimdValue for Simd<isizex8>

Source§

impl PrimitiveSimdValue for Simd<u16x1>

Source§

impl PrimitiveSimdValue for Simd<u16x2>

Source§

impl PrimitiveSimdValue for Simd<u16x4>

Source§

impl PrimitiveSimdValue for Simd<u16x8>

Source§

impl PrimitiveSimdValue for Simd<u16x16>

Source§

impl PrimitiveSimdValue for Simd<u16x32>

Source§

impl PrimitiveSimdValue for Simd<u32x1>

Source§

impl PrimitiveSimdValue for Simd<u32x2>

Source§

impl PrimitiveSimdValue for Simd<u32x4>

Source§

impl PrimitiveSimdValue for Simd<u32x8>

Source§

impl PrimitiveSimdValue for Simd<u32x16>

Source§

impl PrimitiveSimdValue for Simd<u64x1>

Source§

impl PrimitiveSimdValue for Simd<u64x2>

Source§

impl PrimitiveSimdValue for Simd<u64x4>

Source§

impl PrimitiveSimdValue for Simd<u64x8>

Source§

impl PrimitiveSimdValue for Simd<u8x1>

Source§

impl PrimitiveSimdValue for Simd<u8x2>

Source§

impl PrimitiveSimdValue for Simd<u8x4>

Source§

impl PrimitiveSimdValue for Simd<u8x8>

Source§

impl PrimitiveSimdValue for Simd<u8x16>

Source§

impl PrimitiveSimdValue for Simd<u8x32>

Source§

impl PrimitiveSimdValue for Simd<u8x64>

Source§

impl PrimitiveSimdValue for Simd<usizex1>

Source§

impl PrimitiveSimdValue for Simd<usizex2>

Source§

impl PrimitiveSimdValue for Simd<usizex4>

Source§

impl PrimitiveSimdValue for Simd<usizex8>

Source§

impl PrimitiveSimdValue for Simd<mask16x1>

Source§

impl PrimitiveSimdValue for Simd<mask16x2>

Source§

impl PrimitiveSimdValue for Simd<mask16x4>

Source§

impl PrimitiveSimdValue for Simd<mask16x8>

Source§

impl PrimitiveSimdValue for Simd<mask16x16>

Source§

impl PrimitiveSimdValue for Simd<mask16x32>

Source§

impl PrimitiveSimdValue for Simd<mask32x1>

Source§

impl PrimitiveSimdValue for Simd<mask32x2>

Source§

impl PrimitiveSimdValue for Simd<mask32x4>

Source§

impl PrimitiveSimdValue for Simd<mask32x8>

Source§

impl PrimitiveSimdValue for Simd<mask32x16>

Source§

impl PrimitiveSimdValue for Simd<mask64x1>

Source§

impl PrimitiveSimdValue for Simd<mask64x2>

Source§

impl PrimitiveSimdValue for Simd<mask64x4>

Source§

impl PrimitiveSimdValue for Simd<mask64x8>

Source§

impl PrimitiveSimdValue for Simd<mask8x1>

Source§

impl PrimitiveSimdValue for Simd<mask8x2>

Source§

impl PrimitiveSimdValue for Simd<mask8x4>

Source§

impl PrimitiveSimdValue for Simd<mask8x8>

Source§

impl PrimitiveSimdValue for Simd<mask8x16>

Source§

impl PrimitiveSimdValue for Simd<mask8x32>

Source§

impl PrimitiveSimdValue for Simd<mask8x64>

Source§

impl PrimitiveSimdValue for Simd<masksizex1>

Source§

impl PrimitiveSimdValue for Simd<masksizex2>

Source§

impl PrimitiveSimdValue for Simd<masksizex4>

Source§

impl PrimitiveSimdValue for Simd<masksizex8>

Source§

impl Rem for Simd<f32x1>

Source§

type Output = Simd<Simd<f32, 1>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<f32x2>

Source§

type Output = Simd<Simd<f32, 2>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<f32x4>

Source§

type Output = Simd<Simd<f32, 4>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<f32x8>

Source§

type Output = Simd<Simd<f32, 8>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<f32x16>

Source§

type Output = Simd<Simd<f32, 16>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<f64x1>

Source§

type Output = Simd<Simd<f64, 1>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<f64x2>

Source§

type Output = Simd<Simd<f64, 2>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<f64x4>

Source§

type Output = Simd<Simd<f64, 4>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<f64x8>

Source§

type Output = Simd<Simd<f64, 8>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<i16x1>

Source§

type Output = Simd<Simd<i16, 1>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<i16x2>

Source§

type Output = Simd<Simd<i16, 2>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<i16x4>

Source§

type Output = Simd<Simd<i16, 4>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<i16x8>

Source§

type Output = Simd<Simd<i16, 8>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<i16x16>

Source§

type Output = Simd<Simd<i16, 16>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<i16x32>

Source§

type Output = Simd<Simd<i16, 32>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<i32x1>

Source§

type Output = Simd<Simd<i32, 1>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<i32x2>

Source§

type Output = Simd<Simd<i32, 2>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<i32x4>

Source§

type Output = Simd<Simd<i32, 4>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<i32x8>

Source§

type Output = Simd<Simd<i32, 8>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<i32x16>

Source§

type Output = Simd<Simd<i32, 16>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<i64x1>

Source§

type Output = Simd<Simd<i64, 1>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<i64x2>

Source§

type Output = Simd<Simd<i64, 2>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<i64x4>

Source§

type Output = Simd<Simd<i64, 4>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<i64x8>

Source§

type Output = Simd<Simd<i64, 8>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<i8x1>

Source§

type Output = Simd<Simd<i8, 1>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<i8x2>

Source§

type Output = Simd<Simd<i8, 2>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<i8x4>

Source§

type Output = Simd<Simd<i8, 4>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<i8x8>

Source§

type Output = Simd<Simd<i8, 8>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<i8x16>

Source§

type Output = Simd<Simd<i8, 16>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<i8x32>

Source§

type Output = Simd<Simd<i8, 32>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<i8x64>

Source§

type Output = Simd<Simd<i8, 64>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<isizex1>

Source§

type Output = Simd<Simd<isize, 1>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<isizex2>

Source§

type Output = Simd<Simd<isize, 2>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<isizex4>

Source§

type Output = Simd<Simd<isize, 4>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<isizex8>

Source§

type Output = Simd<Simd<isize, 8>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<u16x1>

Source§

type Output = Simd<Simd<u16, 1>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<u16x2>

Source§

type Output = Simd<Simd<u16, 2>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<u16x4>

Source§

type Output = Simd<Simd<u16, 4>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<u16x8>

Source§

type Output = Simd<Simd<u16, 8>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<u16x16>

Source§

type Output = Simd<Simd<u16, 16>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<u16x32>

Source§

type Output = Simd<Simd<u16, 32>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<u32x1>

Source§

type Output = Simd<Simd<u32, 1>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<u32x2>

Source§

type Output = Simd<Simd<u32, 2>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<u32x4>

Source§

type Output = Simd<Simd<u32, 4>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<u32x8>

Source§

type Output = Simd<Simd<u32, 8>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<u32x16>

Source§

type Output = Simd<Simd<u32, 16>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<u64x1>

Source§

type Output = Simd<Simd<u64, 1>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<u64x2>

Source§

type Output = Simd<Simd<u64, 2>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<u64x4>

Source§

type Output = Simd<Simd<u64, 4>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<u64x8>

Source§

type Output = Simd<Simd<u64, 8>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<u8x1>

Source§

type Output = Simd<Simd<u8, 1>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<u8x2>

Source§

type Output = Simd<Simd<u8, 2>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<u8x4>

Source§

type Output = Simd<Simd<u8, 4>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<u8x8>

Source§

type Output = Simd<Simd<u8, 8>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<u8x16>

Source§

type Output = Simd<Simd<u8, 16>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<u8x32>

Source§

type Output = Simd<Simd<u8, 32>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<u8x64>

Source§

type Output = Simd<Simd<u8, 64>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<usizex1>

Source§

type Output = Simd<Simd<usize, 1>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<usizex2>

Source§

type Output = Simd<Simd<usize, 2>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<usizex4>

Source§

type Output = Simd<Simd<usize, 4>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for Simd<usizex8>

Source§

type Output = Simd<Simd<usize, 8>>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl RemAssign for Simd<f32x1>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<f32x2>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<f32x4>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<f32x8>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<f32x16>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<f64x1>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<f64x2>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<f64x4>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<f64x8>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<i16x1>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<i16x2>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<i16x4>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<i16x8>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<i16x16>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<i16x32>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<i32x1>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<i32x2>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<i32x4>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<i32x8>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<i32x16>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<i64x1>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<i64x2>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<i64x4>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<i64x8>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<i8x1>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<i8x2>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<i8x4>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<i8x8>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<i8x16>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<i8x32>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<i8x64>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<isizex1>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<isizex2>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<isizex4>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<isizex8>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<u16x1>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<u16x2>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<u16x4>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<u16x8>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<u16x16>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<u16x32>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<u32x1>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<u32x2>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<u32x4>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<u32x8>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<u32x16>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<u64x1>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<u64x2>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<u64x4>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<u64x8>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<u8x1>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<u8x2>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<u8x4>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<u8x8>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<u8x16>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<u8x32>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<u8x64>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<usizex1>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<usizex2>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<usizex4>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for Simd<usizex8>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl SimdBool for Simd<mask16x1>

Source§

fn bitmask(self) -> u64

A bit mask representing the boolean state of each lanes of self. Read more
Source§

fn and(self) -> bool

Lane-wise bitwise and of the vector elements.
Source§

fn or(self) -> bool

Lane-wise bitwise or of the vector elements.
Source§

fn xor(self) -> bool

Lane-wise bitwise xor of the vector elements.
Source§

fn all(self) -> bool

Are all vector lanes true?
Source§

fn any(self) -> bool

Is any vector lane true?
Source§

fn none(self) -> bool

Are all vector lanes false?
Source§

fn if_else<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res

Merges the value of if_value() and else_value() depending on the lanes of self. Read more
Source§

fn if_else2<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, 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 more
Source§

fn if_else3<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> Self, 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 more
Source§

impl SimdBool for Simd<mask16x2>

Source§

fn bitmask(self) -> u64

A bit mask representing the boolean state of each lanes of self. Read more
Source§

fn and(self) -> bool

Lane-wise bitwise and of the vector elements.
Source§

fn or(self) -> bool

Lane-wise bitwise or of the vector elements.
Source§

fn xor(self) -> bool

Lane-wise bitwise xor of the vector elements.
Source§

fn all(self) -> bool

Are all vector lanes true?
Source§

fn any(self) -> bool

Is any vector lane true?
Source§

fn none(self) -> bool

Are all vector lanes false?
Source§

fn if_else<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res

Merges the value of if_value() and else_value() depending on the lanes of self. Read more
Source§

fn if_else2<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, 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 more
Source§

fn if_else3<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> Self, 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 more
Source§

impl SimdBool for Simd<mask16x4>

Source§

fn bitmask(self) -> u64

A bit mask representing the boolean state of each lanes of self. Read more
Source§

fn and(self) -> bool

Lane-wise bitwise and of the vector elements.
Source§

fn or(self) -> bool

Lane-wise bitwise or of the vector elements.
Source§

fn xor(self) -> bool

Lane-wise bitwise xor of the vector elements.
Source§

fn all(self) -> bool

Are all vector lanes true?
Source§

fn any(self) -> bool

Is any vector lane true?
Source§

fn none(self) -> bool

Are all vector lanes false?
Source§

fn if_else<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res

Merges the value of if_value() and else_value() depending on the lanes of self. Read more
Source§

fn if_else2<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, 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 more
Source§

fn if_else3<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> Self, 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 more
Source§

impl SimdBool for Simd<mask16x8>

Source§

fn bitmask(self) -> u64

A bit mask representing the boolean state of each lanes of self. Read more
Source§

fn and(self) -> bool

Lane-wise bitwise and of the vector elements.
Source§

fn or(self) -> bool

Lane-wise bitwise or of the vector elements.
Source§

fn xor(self) -> bool

Lane-wise bitwise xor of the vector elements.
Source§

fn all(self) -> bool

Are all vector lanes true?
Source§

fn any(self) -> bool

Is any vector lane true?
Source§

fn none(self) -> bool

Are all vector lanes false?
Source§

fn if_else<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res

Merges the value of if_value() and else_value() depending on the lanes of self. Read more
Source§

fn if_else2<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, 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 more
Source§

fn if_else3<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> Self, 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 more
Source§

impl SimdBool for Simd<mask16x16>

Source§

fn bitmask(self) -> u64

A bit mask representing the boolean state of each lanes of self. Read more
Source§

fn and(self) -> bool

Lane-wise bitwise and of the vector elements.
Source§

fn or(self) -> bool

Lane-wise bitwise or of the vector elements.
Source§

fn xor(self) -> bool

Lane-wise bitwise xor of the vector elements.
Source§

fn all(self) -> bool

Are all vector lanes true?
Source§

fn any(self) -> bool

Is any vector lane true?
Source§

fn none(self) -> bool

Are all vector lanes false?
Source§

fn if_else<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res

Merges the value of if_value() and else_value() depending on the lanes of self. Read more
Source§

fn if_else2<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, 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 more
Source§

fn if_else3<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> Self, 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 more
Source§

impl SimdBool for Simd<mask16x32>

Source§

fn bitmask(self) -> u64

A bit mask representing the boolean state of each lanes of self. Read more
Source§

fn and(self) -> bool

Lane-wise bitwise and of the vector elements.
Source§

fn or(self) -> bool

Lane-wise bitwise or of the vector elements.
Source§

fn xor(self) -> bool

Lane-wise bitwise xor of the vector elements.
Source§

fn all(self) -> bool

Are all vector lanes true?
Source§

fn any(self) -> bool

Is any vector lane true?
Source§

fn none(self) -> bool

Are all vector lanes false?
Source§

fn if_else<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res

Merges the value of if_value() and else_value() depending on the lanes of self. Read more
Source§

fn if_else2<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, 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 more
Source§

fn if_else3<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> Self, 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 more
Source§

impl SimdBool for Simd<mask32x1>

Source§

fn bitmask(self) -> u64

A bit mask representing the boolean state of each lanes of self. Read more
Source§

fn and(self) -> bool

Lane-wise bitwise and of the vector elements.
Source§

fn or(self) -> bool

Lane-wise bitwise or of the vector elements.
Source§

fn xor(self) -> bool

Lane-wise bitwise xor of the vector elements.
Source§

fn all(self) -> bool

Are all vector lanes true?
Source§

fn any(self) -> bool

Is any vector lane true?
Source§

fn none(self) -> bool

Are all vector lanes false?
Source§

fn if_else<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res

Merges the value of if_value() and else_value() depending on the lanes of self. Read more
Source§

fn if_else2<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, 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 more
Source§

fn if_else3<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> Self, 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 more
Source§

impl SimdBool for Simd<mask32x2>

Source§

fn bitmask(self) -> u64

A bit mask representing the boolean state of each lanes of self. Read more
Source§

fn and(self) -> bool

Lane-wise bitwise and of the vector elements.
Source§

fn or(self) -> bool

Lane-wise bitwise or of the vector elements.
Source§

fn xor(self) -> bool

Lane-wise bitwise xor of the vector elements.
Source§

fn all(self) -> bool

Are all vector lanes true?
Source§

fn any(self) -> bool

Is any vector lane true?
Source§

fn none(self) -> bool

Are all vector lanes false?
Source§

fn if_else<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res

Merges the value of if_value() and else_value() depending on the lanes of self. Read more
Source§

fn if_else2<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, 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 more
Source§

fn if_else3<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> Self, 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 more
Source§

impl SimdBool for Simd<mask32x4>

Source§

fn bitmask(self) -> u64

A bit mask representing the boolean state of each lanes of self. Read more
Source§

fn and(self) -> bool

Lane-wise bitwise and of the vector elements.
Source§

fn or(self) -> bool

Lane-wise bitwise or of the vector elements.
Source§

fn xor(self) -> bool

Lane-wise bitwise xor of the vector elements.
Source§

fn all(self) -> bool

Are all vector lanes true?
Source§

fn any(self) -> bool

Is any vector lane true?
Source§

fn none(self) -> bool

Are all vector lanes false?
Source§

fn if_else<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res

Merges the value of if_value() and else_value() depending on the lanes of self. Read more
Source§

fn if_else2<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, 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 more
Source§

fn if_else3<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> Self, 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 more
Source§

impl SimdBool for Simd<mask32x8>

Source§

fn bitmask(self) -> u64

A bit mask representing the boolean state of each lanes of self. Read more
Source§

fn and(self) -> bool

Lane-wise bitwise and of the vector elements.
Source§

fn or(self) -> bool

Lane-wise bitwise or of the vector elements.
Source§

fn xor(self) -> bool

Lane-wise bitwise xor of the vector elements.
Source§

fn all(self) -> bool

Are all vector lanes true?
Source§

fn any(self) -> bool

Is any vector lane true?
Source§

fn none(self) -> bool

Are all vector lanes false?
Source§

fn if_else<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res

Merges the value of if_value() and else_value() depending on the lanes of self. Read more
Source§

fn if_else2<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, 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 more
Source§

fn if_else3<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> Self, 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 more
Source§

impl SimdBool for Simd<mask32x16>

Source§

fn bitmask(self) -> u64

A bit mask representing the boolean state of each lanes of self. Read more
Source§

fn and(self) -> bool

Lane-wise bitwise and of the vector elements.
Source§

fn or(self) -> bool

Lane-wise bitwise or of the vector elements.
Source§

fn xor(self) -> bool

Lane-wise bitwise xor of the vector elements.
Source§

fn all(self) -> bool

Are all vector lanes true?
Source§

fn any(self) -> bool

Is any vector lane true?
Source§

fn none(self) -> bool

Are all vector lanes false?
Source§

fn if_else<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res

Merges the value of if_value() and else_value() depending on the lanes of self. Read more
Source§

fn if_else2<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, 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 more
Source§

fn if_else3<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> Self, 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 more
Source§

impl SimdBool for Simd<mask64x1>

Source§

fn bitmask(self) -> u64

A bit mask representing the boolean state of each lanes of self. Read more
Source§

fn and(self) -> bool

Lane-wise bitwise and of the vector elements.
Source§

fn or(self) -> bool

Lane-wise bitwise or of the vector elements.
Source§

fn xor(self) -> bool

Lane-wise bitwise xor of the vector elements.
Source§

fn all(self) -> bool

Are all vector lanes true?
Source§

fn any(self) -> bool

Is any vector lane true?
Source§

fn none(self) -> bool

Are all vector lanes false?
Source§

fn if_else<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res

Merges the value of if_value() and else_value() depending on the lanes of self. Read more
Source§

fn if_else2<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, 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 more
Source§

fn if_else3<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> Self, 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 more
Source§

impl SimdBool for Simd<mask64x2>

Source§

fn bitmask(self) -> u64

A bit mask representing the boolean state of each lanes of self. Read more
Source§

fn and(self) -> bool

Lane-wise bitwise and of the vector elements.
Source§

fn or(self) -> bool

Lane-wise bitwise or of the vector elements.
Source§

fn xor(self) -> bool

Lane-wise bitwise xor of the vector elements.
Source§

fn all(self) -> bool

Are all vector lanes true?
Source§

fn any(self) -> bool

Is any vector lane true?
Source§

fn none(self) -> bool

Are all vector lanes false?
Source§

fn if_else<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res

Merges the value of if_value() and else_value() depending on the lanes of self. Read more
Source§

fn if_else2<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, 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 more
Source§

fn if_else3<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> Self, 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 more
Source§

impl SimdBool for Simd<mask64x4>

Source§

fn bitmask(self) -> u64

A bit mask representing the boolean state of each lanes of self. Read more
Source§

fn and(self) -> bool

Lane-wise bitwise and of the vector elements.
Source§

fn or(self) -> bool

Lane-wise bitwise or of the vector elements.
Source§

fn xor(self) -> bool

Lane-wise bitwise xor of the vector elements.
Source§

fn all(self) -> bool

Are all vector lanes true?
Source§

fn any(self) -> bool

Is any vector lane true?
Source§

fn none(self) -> bool

Are all vector lanes false?
Source§

fn if_else<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res

Merges the value of if_value() and else_value() depending on the lanes of self. Read more
Source§

fn if_else2<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, 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 more
Source§

fn if_else3<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> Self, 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 more
Source§

impl SimdBool for Simd<mask64x8>

Source§

fn bitmask(self) -> u64

A bit mask representing the boolean state of each lanes of self. Read more
Source§

fn and(self) -> bool

Lane-wise bitwise and of the vector elements.
Source§

fn or(self) -> bool

Lane-wise bitwise or of the vector elements.
Source§

fn xor(self) -> bool

Lane-wise bitwise xor of the vector elements.
Source§

fn all(self) -> bool

Are all vector lanes true?
Source§

fn any(self) -> bool

Is any vector lane true?
Source§

fn none(self) -> bool

Are all vector lanes false?
Source§

fn if_else<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res

Merges the value of if_value() and else_value() depending on the lanes of self. Read more
Source§

fn if_else2<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, 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 more
Source§

fn if_else3<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> Self, 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 more
Source§

impl SimdBool for Simd<mask8x1>

Source§

fn bitmask(self) -> u64

A bit mask representing the boolean state of each lanes of self. Read more
Source§

fn and(self) -> bool

Lane-wise bitwise and of the vector elements.
Source§

fn or(self) -> bool

Lane-wise bitwise or of the vector elements.
Source§

fn xor(self) -> bool

Lane-wise bitwise xor of the vector elements.
Source§

fn all(self) -> bool

Are all vector lanes true?
Source§

fn any(self) -> bool

Is any vector lane true?
Source§

fn none(self) -> bool

Are all vector lanes false?
Source§

fn if_else<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res

Merges the value of if_value() and else_value() depending on the lanes of self. Read more
Source§

fn if_else2<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, 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 more
Source§

fn if_else3<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> Self, 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 more
Source§

impl SimdBool for Simd<mask8x2>

Source§

fn bitmask(self) -> u64

A bit mask representing the boolean state of each lanes of self. Read more
Source§

fn and(self) -> bool

Lane-wise bitwise and of the vector elements.
Source§

fn or(self) -> bool

Lane-wise bitwise or of the vector elements.
Source§

fn xor(self) -> bool

Lane-wise bitwise xor of the vector elements.
Source§

fn all(self) -> bool

Are all vector lanes true?
Source§

fn any(self) -> bool

Is any vector lane true?
Source§

fn none(self) -> bool

Are all vector lanes false?
Source§

fn if_else<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res

Merges the value of if_value() and else_value() depending on the lanes of self. Read more
Source§

fn if_else2<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, 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 more
Source§

fn if_else3<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> Self, 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 more
Source§

impl SimdBool for Simd<mask8x4>

Source§

fn bitmask(self) -> u64

A bit mask representing the boolean state of each lanes of self. Read more
Source§

fn and(self) -> bool

Lane-wise bitwise and of the vector elements.
Source§

fn or(self) -> bool

Lane-wise bitwise or of the vector elements.
Source§

fn xor(self) -> bool

Lane-wise bitwise xor of the vector elements.
Source§

fn all(self) -> bool

Are all vector lanes true?
Source§

fn any(self) -> bool

Is any vector lane true?
Source§

fn none(self) -> bool

Are all vector lanes false?
Source§

fn if_else<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res

Merges the value of if_value() and else_value() depending on the lanes of self. Read more
Source§

fn if_else2<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, 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 more
Source§

fn if_else3<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> Self, 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 more
Source§

impl SimdBool for Simd<mask8x8>

Source§

fn bitmask(self) -> u64

A bit mask representing the boolean state of each lanes of self. Read more
Source§

fn and(self) -> bool

Lane-wise bitwise and of the vector elements.
Source§

fn or(self) -> bool

Lane-wise bitwise or of the vector elements.
Source§

fn xor(self) -> bool

Lane-wise bitwise xor of the vector elements.
Source§

fn all(self) -> bool

Are all vector lanes true?
Source§

fn any(self) -> bool

Is any vector lane true?
Source§

fn none(self) -> bool

Are all vector lanes false?
Source§

fn if_else<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res

Merges the value of if_value() and else_value() depending on the lanes of self. Read more
Source§

fn if_else2<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, 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 more
Source§

fn if_else3<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> Self, 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 more
Source§

impl SimdBool for Simd<mask8x16>

Source§

fn bitmask(self) -> u64

A bit mask representing the boolean state of each lanes of self. Read more
Source§

fn and(self) -> bool

Lane-wise bitwise and of the vector elements.
Source§

fn or(self) -> bool

Lane-wise bitwise or of the vector elements.
Source§

fn xor(self) -> bool

Lane-wise bitwise xor of the vector elements.
Source§

fn all(self) -> bool

Are all vector lanes true?
Source§

fn any(self) -> bool

Is any vector lane true?
Source§

fn none(self) -> bool

Are all vector lanes false?
Source§

fn if_else<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res

Merges the value of if_value() and else_value() depending on the lanes of self. Read more
Source§

fn if_else2<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, 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 more
Source§

fn if_else3<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> Self, 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 more
Source§

impl SimdBool for Simd<mask8x32>

Source§

fn bitmask(self) -> u64

A bit mask representing the boolean state of each lanes of self. Read more
Source§

fn and(self) -> bool

Lane-wise bitwise and of the vector elements.
Source§

fn or(self) -> bool

Lane-wise bitwise or of the vector elements.
Source§

fn xor(self) -> bool

Lane-wise bitwise xor of the vector elements.
Source§

fn all(self) -> bool

Are all vector lanes true?
Source§

fn any(self) -> bool

Is any vector lane true?
Source§

fn none(self) -> bool

Are all vector lanes false?
Source§

fn if_else<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res

Merges the value of if_value() and else_value() depending on the lanes of self. Read more
Source§

fn if_else2<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, 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 more
Source§

fn if_else3<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> Self, 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 more
Source§

impl SimdBool for Simd<mask8x64>

Source§

fn bitmask(self) -> u64

A bit mask representing the boolean state of each lanes of self. Read more
Source§

fn and(self) -> bool

Lane-wise bitwise and of the vector elements.
Source§

fn or(self) -> bool

Lane-wise bitwise or of the vector elements.
Source§

fn xor(self) -> bool

Lane-wise bitwise xor of the vector elements.
Source§

fn all(self) -> bool

Are all vector lanes true?
Source§

fn any(self) -> bool

Is any vector lane true?
Source§

fn none(self) -> bool

Are all vector lanes false?
Source§

fn if_else<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res

Merges the value of if_value() and else_value() depending on the lanes of self. Read more
Source§

fn if_else2<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, 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 more
Source§

fn if_else3<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> Self, 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 more
Source§

impl SimdBool for Simd<masksizex1>

Source§

fn bitmask(self) -> u64

A bit mask representing the boolean state of each lanes of self. Read more
Source§

fn and(self) -> bool

Lane-wise bitwise and of the vector elements.
Source§

fn or(self) -> bool

Lane-wise bitwise or of the vector elements.
Source§

fn xor(self) -> bool

Lane-wise bitwise xor of the vector elements.
Source§

fn all(self) -> bool

Are all vector lanes true?
Source§

fn any(self) -> bool

Is any vector lane true?
Source§

fn none(self) -> bool

Are all vector lanes false?
Source§

fn if_else<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res

Merges the value of if_value() and else_value() depending on the lanes of self. Read more
Source§

fn if_else2<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, 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 more
Source§

fn if_else3<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> Self, 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 more
Source§

impl SimdBool for Simd<masksizex2>

Source§

fn bitmask(self) -> u64

A bit mask representing the boolean state of each lanes of self. Read more
Source§

fn and(self) -> bool

Lane-wise bitwise and of the vector elements.
Source§

fn or(self) -> bool

Lane-wise bitwise or of the vector elements.
Source§

fn xor(self) -> bool

Lane-wise bitwise xor of the vector elements.
Source§

fn all(self) -> bool

Are all vector lanes true?
Source§

fn any(self) -> bool

Is any vector lane true?
Source§

fn none(self) -> bool

Are all vector lanes false?
Source§

fn if_else<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res

Merges the value of if_value() and else_value() depending on the lanes of self. Read more
Source§

fn if_else2<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, 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 more
Source§

fn if_else3<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> Self, 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 more
Source§

impl SimdBool for Simd<masksizex4>

Source§

fn bitmask(self) -> u64

A bit mask representing the boolean state of each lanes of self. Read more
Source§

fn and(self) -> bool

Lane-wise bitwise and of the vector elements.
Source§

fn or(self) -> bool

Lane-wise bitwise or of the vector elements.
Source§

fn xor(self) -> bool

Lane-wise bitwise xor of the vector elements.
Source§

fn all(self) -> bool

Are all vector lanes true?
Source§

fn any(self) -> bool

Is any vector lane true?
Source§

fn none(self) -> bool

Are all vector lanes false?
Source§

fn if_else<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res

Merges the value of if_value() and else_value() depending on the lanes of self. Read more
Source§

fn if_else2<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, 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 more
Source§

fn if_else3<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> Self, 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 more
Source§

impl SimdBool for Simd<masksizex8>

Source§

fn bitmask(self) -> u64

A bit mask representing the boolean state of each lanes of self. Read more
Source§

fn and(self) -> bool

Lane-wise bitwise and of the vector elements.
Source§

fn or(self) -> bool

Lane-wise bitwise or of the vector elements.
Source§

fn xor(self) -> bool

Lane-wise bitwise xor of the vector elements.
Source§

fn all(self) -> bool

Are all vector lanes true?
Source§

fn any(self) -> bool

Is any vector lane true?
Source§

fn none(self) -> bool

Are all vector lanes false?
Source§

fn if_else<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res

Merges the value of if_value() and else_value() depending on the lanes of self. Read more
Source§

fn if_else2<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, 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 more
Source§

fn if_else3<Res: SimdValue<SimdBool = Self>>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> Self, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> Self, 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 more
Source§

impl SimdComplexField for Simd<f32x1>

Source§

type SimdRealField = Simd<Simd<f32, 1>>

Type of the coefficients of a complex number.
Source§

fn simd_horizontal_sum(self) -> Self::Element

Computes the sum of all the lanes of self.
Source§

fn simd_horizontal_product(self) -> Self::Element

Computes the product of all the lanes of self.
Source§

fn from_simd_real(re: Self::SimdRealField) -> Self

Builds a pure-real complex number from the given value.
Source§

fn simd_real(self) -> Self::SimdRealField

The real part of this complex number.
Source§

fn simd_imaginary(self) -> Self::SimdRealField

The imaginary part of this complex number.
Source§

fn simd_norm1(self) -> Self::SimdRealField

The sum of the absolute value of this complex number’s real and imaginary part.
Source§

fn simd_modulus(self) -> Self::SimdRealField

The modulus of this complex number.
Source§

fn simd_modulus_squared(self) -> Self::SimdRealField

The squared modulus of this complex number.
Source§

fn simd_argument(self) -> Self::SimdRealField

The argument of this complex number.
Source§

fn simd_to_exp(self) -> (Self::SimdRealField, Self)

The exponential form of this complex number: (modulus, e^{i arg})
Source§

fn simd_recip(self) -> Self

Source§

fn simd_conjugate(self) -> Self

Source§

fn simd_scale(self, factor: Self::SimdRealField) -> Self

Multiplies this complex number by factor.
Source§

fn simd_unscale(self, factor: Self::SimdRealField) -> Self

Divides this complex number by factor.
Source§

fn simd_floor(self) -> Self

Source§

fn simd_ceil(self) -> Self

Source§

fn simd_round(self) -> Self

Source§

fn simd_trunc(self) -> Self

Source§

fn simd_fract(self) -> Self

Source§

fn simd_abs(self) -> Self

The absolute value of this complex number: self / self.signum(). Read more
Source§

fn simd_signum(self) -> Self

The exponential part of this complex number: self / self.modulus()
Source§

fn simd_mul_add(self, a: Self, b: Self) -> Self

Source§

fn simd_powi(self, n: i32) -> Self

Source§

fn simd_powf(self, n: Self) -> Self

Source§

fn simd_powc(self, n: Self) -> Self

Source§

fn simd_sqrt(self) -> Self

Source§

fn simd_exp(self) -> Self

Source§

fn simd_exp2(self) -> Self

Source§

fn simd_exp_m1(self) -> Self

Source§

fn simd_ln_1p(self) -> Self

Source§

fn simd_ln(self) -> Self

Source§

fn simd_log(self, base: Self) -> Self

Source§

fn simd_log2(self) -> Self

Source§

fn simd_log10(self) -> Self

Source§

fn simd_cbrt(self) -> Self

Source§

fn simd_hypot(self, other: Self) -> Self::SimdRealField

Computes (self.conjugate() * self + other.conjugate() * other).sqrt()
Source§

fn simd_sin(self) -> Self

Source§

fn simd_cos(self) -> Self

Source§

fn simd_tan(self) -> Self

Source§

fn simd_asin(self) -> Self

Source§

fn simd_acos(self) -> Self

Source§

fn simd_atan(self) -> Self

Source§

fn simd_sin_cos(self) -> (Self, Self)

Source§

fn simd_sinh(self) -> Self

Source§

fn simd_cosh(self) -> Self

Source§

fn simd_tanh(self) -> Self

Source§

fn simd_asinh(self) -> Self

Source§

fn simd_acosh(self) -> Self

Source§

fn simd_atanh(self) -> Self

Source§

fn simd_to_polar(self) -> (Self::SimdRealField, Self::SimdRealField)

The polar form of this complex number: (modulus, arg)
Source§

fn simd_sinh_cosh(self) -> (Self, Self)

Source§

fn simd_sinc(self) -> Self

Cardinal sine
Source§

fn simd_sinhc(self) -> Self

Source§

fn simd_cosc(self) -> Self

Cardinal cos
Source§

fn simd_coshc(self) -> Self

Source§

impl SimdComplexField for Simd<f32x2>

Source§

type SimdRealField = Simd<Simd<f32, 2>>

Type of the coefficients of a complex number.
Source§

fn simd_horizontal_sum(self) -> Self::Element

Computes the sum of all the lanes of self.
Source§

fn simd_horizontal_product(self) -> Self::Element

Computes the product of all the lanes of self.
Source§

fn from_simd_real(re: Self::SimdRealField) -> Self

Builds a pure-real complex number from the given value.
Source§

fn simd_real(self) -> Self::SimdRealField

The real part of this complex number.
Source§

fn simd_imaginary(self) -> Self::SimdRealField

The imaginary part of this complex number.
Source§

fn simd_norm1(self) -> Self::SimdRealField

The sum of the absolute value of this complex number’s real and imaginary part.
Source§

fn simd_modulus(self) -> Self::SimdRealField

The modulus of this complex number.
Source§

fn simd_modulus_squared(self) -> Self::SimdRealField

The squared modulus of this complex number.
Source§

fn simd_argument(self) -> Self::SimdRealField

The argument of this complex number.
Source§

fn simd_to_exp(self) -> (Self::SimdRealField, Self)

The exponential form of this complex number: (modulus, e^{i arg})
Source§

fn simd_recip(self) -> Self

Source§

fn simd_conjugate(self) -> Self

Source§

fn simd_scale(self, factor: Self::SimdRealField) -> Self

Multiplies this complex number by factor.
Source§

fn simd_unscale(self, factor: Self::SimdRealField) -> Self

Divides this complex number by factor.
Source§

fn simd_floor(self) -> Self

Source§

fn simd_ceil(self) -> Self

Source§

fn simd_round(self) -> Self

Source§

fn simd_trunc(self) -> Self

Source§

fn simd_fract(self) -> Self

Source§

fn simd_abs(self) -> Self

The absolute value of this complex number: self / self.signum(). Read more
Source§

fn simd_signum(self) -> Self

The exponential part of this complex number: self / self.modulus()
Source§

fn simd_mul_add(self, a: Self, b: Self) -> Self

Source§

fn simd_powi(self, n: i32) -> Self

Source§

fn simd_powf(self, n: Self) -> Self

Source§

fn simd_powc(self, n: Self) -> Self

Source§

fn simd_sqrt(self) -> Self

Source§

fn simd_exp(self) -> Self

Source§

fn simd_exp2(self) -> Self

Source§

fn simd_exp_m1(self) -> Self

Source§

fn simd_ln_1p(self) -> Self

Source§

fn simd_ln(self) -> Self

Source§

fn simd_log(self, base: Self) -> Self

Source§

fn simd_log2(self) -> Self

Source§

fn simd_log10(self) -> Self

Source§

fn simd_cbrt(self) -> Self

Source§

fn simd_hypot(self, other: Self) -> Self::SimdRealField

Computes (self.conjugate() * self + other.conjugate() * other).sqrt()
Source§

fn simd_sin(self) -> Self

Source§

fn simd_cos(self) -> Self

Source§

fn simd_tan(self) -> Self

Source§

fn simd_asin(self) -> Self

Source§

fn simd_acos(self) -> Self

Source§

fn simd_atan(self) -> Self

Source§

fn simd_sin_cos(self) -> (Self, Self)

Source§

fn simd_sinh(self) -> Self

Source§

fn simd_cosh(self) -> Self

Source§

fn simd_tanh(self) -> Self

Source§

fn simd_asinh(self) -> Self

Source§

fn simd_acosh(self) -> Self

Source§

fn simd_atanh(self) -> Self

Source§

fn simd_to_polar(self) -> (Self::SimdRealField, Self::SimdRealField)

The polar form of this complex number: (modulus, arg)
Source§

fn simd_sinh_cosh(self) -> (Self, Self)

Source§

fn simd_sinc(self) -> Self

Cardinal sine
Source§

fn simd_sinhc(self) -> Self

Source§

fn simd_cosc(self) -> Self

Cardinal cos
Source§

fn simd_coshc(self) -> Self

Source§

impl SimdComplexField for Simd<f32x4>

Source§

type SimdRealField = Simd<Simd<f32, 4>>

Type of the coefficients of a complex number.
Source§

fn simd_horizontal_sum(self) -> Self::Element

Computes the sum of all the lanes of self.
Source§

fn simd_horizontal_product(self) -> Self::Element

Computes the product of all the lanes of self.
Source§

fn from_simd_real(re: Self::SimdRealField) -> Self

Builds a pure-real complex number from the given value.
Source§

fn simd_real(self) -> Self::SimdRealField

The real part of this complex number.
Source§

fn simd_imaginary(self) -> Self::SimdRealField

The imaginary part of this complex number.
Source§

fn simd_norm1(self) -> Self::SimdRealField

The sum of the absolute value of this complex number’s real and imaginary part.
Source§

fn simd_modulus(self) -> Self::SimdRealField

The modulus of this complex number.
Source§

fn simd_modulus_squared(self) -> Self::SimdRealField

The squared modulus of this complex number.
Source§

fn simd_argument(self) -> Self::SimdRealField

The argument of this complex number.
Source§

fn simd_to_exp(self) -> (Self::SimdRealField, Self)

The exponential form of this complex number: (modulus, e^{i arg})
Source§

fn simd_recip(self) -> Self

Source§

fn simd_conjugate(self) -> Self

Source§

fn simd_scale(self, factor: Self::SimdRealField) -> Self

Multiplies this complex number by factor.
Source§

fn simd_unscale(self, factor: Self::SimdRealField) -> Self

Divides this complex number by factor.
Source§

fn simd_floor(self) -> Self

Source§

fn simd_ceil(self) -> Self

Source§

fn simd_round(self) -> Self

Source§

fn simd_trunc(self) -> Self

Source§

fn simd_fract(self) -> Self

Source§

fn simd_abs(self) -> Self

The absolute value of this complex number: self / self.signum(). Read more
Source§

fn simd_signum(self) -> Self

The exponential part of this complex number: self / self.modulus()
Source§

fn simd_mul_add(self, a: Self, b: Self) -> Self

Source§

fn simd_powi(self, n: i32) -> Self

Source§

fn simd_powf(self, n: Self) -> Self

Source§

fn simd_powc(self, n: Self) -> Self

Source§

fn simd_sqrt(self) -> Self

Source§

fn simd_exp(self) -> Self

Source§

fn simd_exp2(self) -> Self

Source§

fn simd_exp_m1(self) -> Self

Source§

fn simd_ln_1p(self) -> Self

Source§

fn simd_ln(self) -> Self

Source§

fn simd_log(self, base: Self) -> Self

Source§

fn simd_log2(self) -> Self

Source§

fn simd_log10(self) -> Self

Source§

fn simd_cbrt(self) -> Self

Source§

fn simd_hypot(self, other: Self) -> Self::SimdRealField

Computes (self.conjugate() * self + other.conjugate() * other).sqrt()
Source§

fn simd_sin(self) -> Self

Source§

fn simd_cos(self) -> Self

Source§

fn simd_tan(self) -> Self

Source§

fn simd_asin(self) -> Self

Source§

fn simd_acos(self) -> Self

Source§

fn simd_atan(self) -> Self

Source§

fn simd_sin_cos(self) -> (Self, Self)

Source§

fn simd_sinh(self) -> Self

Source§

fn simd_cosh(self) -> Self

Source§

fn simd_tanh(self) -> Self

Source§

fn simd_asinh(self) -> Self

Source§

fn simd_acosh(self) -> Self

Source§

fn simd_atanh(self) -> Self

Source§

fn simd_to_polar(self) -> (Self::SimdRealField, Self::SimdRealField)

The polar form of this complex number: (modulus, arg)
Source§

fn simd_sinh_cosh(self) -> (Self, Self)

Source§

fn simd_sinc(self) -> Self

Cardinal sine
Source§

fn simd_sinhc(self) -> Self

Source§

fn simd_cosc(self) -> Self

Cardinal cos
Source§

fn simd_coshc(self) -> Self

Source§

impl SimdComplexField for Simd<f32x8>

Source§

type SimdRealField = Simd<Simd<f32, 8>>

Type of the coefficients of a complex number.
Source§

fn simd_horizontal_sum(self) -> Self::Element

Computes the sum of all the lanes of self.
Source§

fn simd_horizontal_product(self) -> Self::Element

Computes the product of all the lanes of self.
Source§

fn from_simd_real(re: Self::SimdRealField) -> Self

Builds a pure-real complex number from the given value.
Source§

fn simd_real(self) -> Self::SimdRealField

The real part of this complex number.
Source§

fn simd_imaginary(self) -> Self::SimdRealField

The imaginary part of this complex number.
Source§

fn simd_norm1(self) -> Self::SimdRealField

The sum of the absolute value of this complex number’s real and imaginary part.
Source§

fn simd_modulus(self) -> Self::SimdRealField

The modulus of this complex number.
Source§

fn simd_modulus_squared(self) -> Self::SimdRealField

The squared modulus of this complex number.
Source§

fn simd_argument(self) -> Self::SimdRealField

The argument of this complex number.
Source§

fn simd_to_exp(self) -> (Self::SimdRealField, Self)

The exponential form of this complex number: (modulus, e^{i arg})
Source§

fn simd_recip(self) -> Self

Source§

fn simd_conjugate(self) -> Self

Source§

fn simd_scale(self, factor: Self::SimdRealField) -> Self

Multiplies this complex number by factor.
Source§

fn simd_unscale(self, factor: Self::SimdRealField) -> Self

Divides this complex number by factor.
Source§

fn simd_floor(self) -> Self

Source§

fn simd_ceil(self) -> Self

Source§

fn simd_round(self) -> Self

Source§

fn simd_trunc(self) -> Self

Source§

fn simd_fract(self) -> Self

Source§

fn simd_abs(self) -> Self

The absolute value of this complex number: self / self.signum(). Read more
Source§

fn simd_signum(self) -> Self

The exponential part of this complex number: self / self.modulus()
Source§

fn simd_mul_add(self, a: Self, b: Self) -> Self

Source§

fn simd_powi(self, n: i32) -> Self

Source§

fn simd_powf(self, n: Self) -> Self

Source§

fn simd_powc(self, n: Self) -> Self

Source§

fn simd_sqrt(self) -> Self

Source§

fn simd_exp(self) -> Self

Source§

fn simd_exp2(self) -> Self

Source§

fn simd_exp_m1(self) -> Self

Source§

fn simd_ln_1p(self) -> Self

Source§

fn simd_ln(self) -> Self

Source§

fn simd_log(self, base: Self) -> Self

Source§

fn simd_log2(self) -> Self

Source§

fn simd_log10(self) -> Self

Source§

fn simd_cbrt(self) -> Self

Source§

fn simd_hypot(self, other: Self) -> Self::SimdRealField

Computes (self.conjugate() * self + other.conjugate() * other).sqrt()
Source§

fn simd_sin(self) -> Self

Source§

fn simd_cos(self) -> Self

Source§

fn simd_tan(self) -> Self

Source§

fn simd_asin(self) -> Self

Source§

fn simd_acos(self) -> Self

Source§

fn simd_atan(self) -> Self

Source§

fn simd_sin_cos(self) -> (Self, Self)

Source§

fn simd_sinh(self) -> Self

Source§

fn simd_cosh(self) -> Self

Source§

fn simd_tanh(self) -> Self

Source§

fn simd_asinh(self) -> Self

Source§

fn simd_acosh(self) -> Self

Source§

fn simd_atanh(self) -> Self

Source§

fn simd_to_polar(self) -> (Self::SimdRealField, Self::SimdRealField)

The polar form of this complex number: (modulus, arg)
Source§

fn simd_sinh_cosh(self) -> (Self, Self)

Source§

fn simd_sinc(self) -> Self

Cardinal sine
Source§

fn simd_sinhc(self) -> Self

Source§

fn simd_cosc(self) -> Self

Cardinal cos
Source§

fn simd_coshc(self) -> Self

Source§

impl SimdComplexField for Simd<f32x16>

Source§

type SimdRealField = Simd<Simd<f32, 16>>

Type of the coefficients of a complex number.
Source§

fn simd_horizontal_sum(self) -> Self::Element

Computes the sum of all the lanes of self.
Source§

fn simd_horizontal_product(self) -> Self::Element

Computes the product of all the lanes of self.
Source§

fn from_simd_real(re: Self::SimdRealField) -> Self

Builds a pure-real complex number from the given value.
Source§

fn simd_real(self) -> Self::SimdRealField

The real part of this complex number.
Source§

fn simd_imaginary(self) -> Self::SimdRealField

The imaginary part of this complex number.
Source§

fn simd_norm1(self) -> Self::SimdRealField

The sum of the absolute value of this complex number’s real and imaginary part.
Source§

fn simd_modulus(self) -> Self::SimdRealField

The modulus of this complex number.
Source§

fn simd_modulus_squared(self) -> Self::SimdRealField

The squared modulus of this complex number.
Source§

fn simd_argument(self) -> Self::SimdRealField

The argument of this complex number.
Source§

fn simd_to_exp(self) -> (Self::SimdRealField, Self)

The exponential form of this complex number: (modulus, e^{i arg})
Source§

fn simd_recip(self) -> Self

Source§

fn simd_conjugate(self) -> Self

Source§

fn simd_scale(self, factor: Self::SimdRealField) -> Self

Multiplies this complex number by factor.
Source§

fn simd_unscale(self, factor: Self::SimdRealField) -> Self

Divides this complex number by factor.
Source§

fn simd_floor(self) -> Self

Source§

fn simd_ceil(self) -> Self

Source§

fn simd_round(self) -> Self

Source§

fn simd_trunc(self) -> Self

Source§

fn simd_fract(self) -> Self

Source§

fn simd_abs(self) -> Self

The absolute value of this complex number: self / self.signum(). Read more
Source§

fn simd_signum(self) -> Self

The exponential part of this complex number: self / self.modulus()
Source§

fn simd_mul_add(self, a: Self, b: Self) -> Self

Source§

fn simd_powi(self, n: i32) -> Self

Source§

fn simd_powf(self, n: Self) -> Self

Source§

fn simd_powc(self, n: Self) -> Self

Source§

fn simd_sqrt(self) -> Self

Source§

fn simd_exp(self) -> Self

Source§

fn simd_exp2(self) -> Self

Source§

fn simd_exp_m1(self) -> Self

Source§

fn simd_ln_1p(self) -> Self

Source§

fn simd_ln(self) -> Self

Source§

fn simd_log(self, base: Self) -> Self

Source§

fn simd_log2(self) -> Self

Source§

fn simd_log10(self) -> Self

Source§

fn simd_cbrt(self) -> Self

Source§

fn simd_hypot(self, other: Self) -> Self::SimdRealField

Computes (self.conjugate() * self + other.conjugate() * other).sqrt()
Source§

fn simd_sin(self) -> Self

Source§

fn simd_cos(self) -> Self

Source§

fn simd_tan(self) -> Self

Source§

fn simd_asin(self) -> Self

Source§

fn simd_acos(self) -> Self

Source§

fn simd_atan(self) -> Self

Source§

fn simd_sin_cos(self) -> (Self, Self)

Source§

fn simd_sinh(self) -> Self

Source§

fn simd_cosh(self) -> Self

Source§

fn simd_tanh(self) -> Self

Source§

fn simd_asinh(self) -> Self

Source§

fn simd_acosh(self) -> Self

Source§

fn simd_atanh(self) -> Self

Source§

fn simd_to_polar(self) -> (Self::SimdRealField, Self::SimdRealField)

The polar form of this complex number: (modulus, arg)
Source§

fn simd_sinh_cosh(self) -> (Self, Self)

Source§

fn simd_sinc(self) -> Self

Cardinal sine
Source§

fn simd_sinhc(self) -> Self

Source§

fn simd_cosc(self) -> Self

Cardinal cos
Source§

fn simd_coshc(self) -> Self

Source§

impl SimdComplexField for Simd<f64x1>

Source§

type SimdRealField = Simd<Simd<f64, 1>>

Type of the coefficients of a complex number.
Source§

fn simd_horizontal_sum(self) -> Self::Element

Computes the sum of all the lanes of self.
Source§

fn simd_horizontal_product(self) -> Self::Element

Computes the product of all the lanes of self.
Source§

fn from_simd_real(re: Self::SimdRealField) -> Self

Builds a pure-real complex number from the given value.
Source§

fn simd_real(self) -> Self::SimdRealField

The real part of this complex number.
Source§

fn simd_imaginary(self) -> Self::SimdRealField

The imaginary part of this complex number.
Source§

fn simd_norm1(self) -> Self::SimdRealField

The sum of the absolute value of this complex number’s real and imaginary part.
Source§

fn simd_modulus(self) -> Self::SimdRealField

The modulus of this complex number.
Source§

fn simd_modulus_squared(self) -> Self::SimdRealField

The squared modulus of this complex number.
Source§

fn simd_argument(self) -> Self::SimdRealField

The argument of this complex number.
Source§

fn simd_to_exp(self) -> (Self::SimdRealField, Self)

The exponential form of this complex number: (modulus, e^{i arg})
Source§

fn simd_recip(self) -> Self

Source§

fn simd_conjugate(self) -> Self

Source§

fn simd_scale(self, factor: Self::SimdRealField) -> Self

Multiplies this complex number by factor.
Source§

fn simd_unscale(self, factor: Self::SimdRealField) -> Self

Divides this complex number by factor.
Source§

fn simd_floor(self) -> Self

Source§

fn simd_ceil(self) -> Self

Source§

fn simd_round(self) -> Self

Source§

fn simd_trunc(self) -> Self

Source§

fn simd_fract(self) -> Self

Source§

fn simd_abs(self) -> Self

The absolute value of this complex number: self / self.signum(). Read more
Source§

fn simd_signum(self) -> Self

The exponential part of this complex number: self / self.modulus()
Source§

fn simd_mul_add(self, a: Self, b: Self) -> Self

Source§

fn simd_powi(self, n: i32) -> Self

Source§

fn simd_powf(self, n: Self) -> Self

Source§

fn simd_powc(self, n: Self) -> Self

Source§

fn simd_sqrt(self) -> Self

Source§

fn simd_exp(self) -> Self

Source§

fn simd_exp2(self) -> Self

Source§

fn simd_exp_m1(self) -> Self

Source§

fn simd_ln_1p(self) -> Self

Source§

fn simd_ln(self) -> Self

Source§

fn simd_log(self, base: Self) -> Self

Source§

fn simd_log2(self) -> Self

Source§

fn simd_log10(self) -> Self

Source§

fn simd_cbrt(self) -> Self

Source§

fn simd_hypot(self, other: Self) -> Self::SimdRealField

Computes (self.conjugate() * self + other.conjugate() * other).sqrt()
Source§

fn simd_sin(self) -> Self

Source§

fn simd_cos(self) -> Self

Source§

fn simd_tan(self) -> Self

Source§

fn simd_asin(self) -> Self

Source§

fn simd_acos(self) -> Self

Source§

fn simd_atan(self) -> Self

Source§

fn simd_sin_cos(self) -> (Self, Self)

Source§

fn simd_sinh(self) -> Self

Source§

fn simd_cosh(self) -> Self

Source§

fn simd_tanh(self) -> Self

Source§

fn simd_asinh(self) -> Self

Source§

fn simd_acosh(self) -> Self

Source§

fn simd_atanh(self) -> Self

Source§

fn simd_to_polar(self) -> (Self::SimdRealField, Self::SimdRealField)

The polar form of this complex number: (modulus, arg)
Source§

fn simd_sinh_cosh(self) -> (Self, Self)

Source§

fn simd_sinc(self) -> Self

Cardinal sine
Source§

fn simd_sinhc(self) -> Self

Source§

fn simd_cosc(self) -> Self

Cardinal cos
Source§

fn simd_coshc(self) -> Self

Source§

impl SimdComplexField for Simd<f64x2>

Source§

type SimdRealField = Simd<Simd<f64, 2>>

Type of the coefficients of a complex number.
Source§

fn simd_horizontal_sum(self) -> Self::Element

Computes the sum of all the lanes of self.
Source§

fn simd_horizontal_product(self) -> Self::Element

Computes the product of all the lanes of self.
Source§

fn from_simd_real(re: Self::SimdRealField) -> Self

Builds a pure-real complex number from the given value.
Source§

fn simd_real(self) -> Self::SimdRealField

The real part of this complex number.
Source§

fn simd_imaginary(self) -> Self::SimdRealField

The imaginary part of this complex number.
Source§

fn simd_norm1(self) -> Self::SimdRealField

The sum of the absolute value of this complex number’s real and imaginary part.
Source§

fn simd_modulus(self) -> Self::SimdRealField

The modulus of this complex number.
Source§

fn simd_modulus_squared(self) -> Self::SimdRealField

The squared modulus of this complex number.
Source§

fn simd_argument(self) -> Self::SimdRealField

The argument of this complex number.
Source§

fn simd_to_exp(self) -> (Self::SimdRealField, Self)

The exponential form of this complex number: (modulus, e^{i arg})
Source§

fn simd_recip(self) -> Self

Source§

fn simd_conjugate(self) -> Self

Source§

fn simd_scale(self, factor: Self::SimdRealField) -> Self

Multiplies this complex number by factor.
Source§

fn simd_unscale(self, factor: Self::SimdRealField) -> Self

Divides this complex number by factor.
Source§

fn simd_floor(self) -> Self

Source§

fn simd_ceil(self) -> Self

Source§

fn simd_round(self) -> Self

Source§

fn simd_trunc(self) -> Self

Source§

fn simd_fract(self) -> Self

Source§

fn simd_abs(self) -> Self

The absolute value of this complex number: self / self.signum(). Read more
Source§

fn simd_signum(self) -> Self

The exponential part of this complex number: self / self.modulus()
Source§

fn simd_mul_add(self, a: Self, b: Self) -> Self

Source§

fn simd_powi(self, n: i32) -> Self

Source§

fn simd_powf(self, n: Self) -> Self

Source§

fn simd_powc(self, n: Self) -> Self

Source§

fn simd_sqrt(self) -> Self

Source§

fn simd_exp(self) -> Self

Source§

fn simd_exp2(self) -> Self

Source§

fn simd_exp_m1(self) -> Self

Source§

fn simd_ln_1p(self) -> Self

Source§

fn simd_ln(self) -> Self

Source§

fn simd_log(self, base: Self) -> Self

Source§

fn simd_log2(self) -> Self

Source§

fn simd_log10(self) -> Self

Source§

fn simd_cbrt(self) -> Self

Source§

fn simd_hypot(self, other: Self) -> Self::SimdRealField

Computes (self.conjugate() * self + other.conjugate() * other).sqrt()
Source§

fn simd_sin(self) -> Self

Source§

fn simd_cos(self) -> Self

Source§

fn simd_tan(self) -> Self

Source§

fn simd_asin(self) -> Self

Source§

fn simd_acos(self) -> Self

Source§

fn simd_atan(self) -> Self

Source§

fn simd_sin_cos(self) -> (Self, Self)

Source§

fn simd_sinh(self) -> Self

Source§

fn simd_cosh(self) -> Self

Source§

fn simd_tanh(self) -> Self

Source§

fn simd_asinh(self) -> Self

Source§

fn simd_acosh(self) -> Self

Source§

fn simd_atanh(self) -> Self

Source§

fn simd_to_polar(self) -> (Self::SimdRealField, Self::SimdRealField)

The polar form of this complex number: (modulus, arg)
Source§

fn simd_sinh_cosh(self) -> (Self, Self)

Source§

fn simd_sinc(self) -> Self

Cardinal sine
Source§

fn simd_sinhc(self) -> Self

Source§

fn simd_cosc(self) -> Self

Cardinal cos
Source§

fn simd_coshc(self) -> Self

Source§

impl SimdComplexField for Simd<f64x4>

Source§

type SimdRealField = Simd<Simd<f64, 4>>

Type of the coefficients of a complex number.
Source§

fn simd_horizontal_sum(self) -> Self::Element

Computes the sum of all the lanes of self.
Source§

fn simd_horizontal_product(self) -> Self::Element

Computes the product of all the lanes of self.
Source§

fn from_simd_real(re: Self::SimdRealField) -> Self

Builds a pure-real complex number from the given value.
Source§

fn simd_real(self) -> Self::SimdRealField

The real part of this complex number.
Source§

fn simd_imaginary(self) -> Self::SimdRealField

The imaginary part of this complex number.
Source§

fn simd_norm1(self) -> Self::SimdRealField

The sum of the absolute value of this complex number’s real and imaginary part.
Source§

fn simd_modulus(self) -> Self::SimdRealField

The modulus of this complex number.
Source§

fn simd_modulus_squared(self) -> Self::SimdRealField

The squared modulus of this complex number.
Source§

fn simd_argument(self) -> Self::SimdRealField

The argument of this complex number.
Source§

fn simd_to_exp(self) -> (Self::SimdRealField, Self)

The exponential form of this complex number: (modulus, e^{i arg})
Source§

fn simd_recip(self) -> Self

Source§

fn simd_conjugate(self) -> Self

Source§

fn simd_scale(self, factor: Self::SimdRealField) -> Self

Multiplies this complex number by factor.
Source§

fn simd_unscale(self, factor: Self::SimdRealField) -> Self

Divides this complex number by factor.
Source§

fn simd_floor(self) -> Self

Source§

fn simd_ceil(self) -> Self

Source§

fn simd_round(self) -> Self

Source§

fn simd_trunc(self) -> Self

Source§

fn simd_fract(self) -> Self

Source§

fn simd_abs(self) -> Self

The absolute value of this complex number: self / self.signum(). Read more
Source§

fn simd_signum(self) -> Self

The exponential part of this complex number: self / self.modulus()
Source§

fn simd_mul_add(self, a: Self, b: Self) -> Self

Source§

fn simd_powi(self, n: i32) -> Self

Source§

fn simd_powf(self, n: Self) -> Self

Source§

fn simd_powc(self, n: Self) -> Self

Source§

fn simd_sqrt(self) -> Self

Source§

fn simd_exp(self) -> Self

Source§

fn simd_exp2(self) -> Self

Source§

fn simd_exp_m1(self) -> Self

Source§

fn simd_ln_1p(self) -> Self

Source§

fn simd_ln(self) -> Self

Source§

fn simd_log(self, base: Self) -> Self

Source§

fn simd_log2(self) -> Self

Source§

fn simd_log10(self) -> Self

Source§

fn simd_cbrt(self) -> Self

Source§

fn simd_hypot(self, other: Self) -> Self::SimdRealField

Computes (self.conjugate() * self + other.conjugate() * other).sqrt()
Source§

fn simd_sin(self) -> Self

Source§

fn simd_cos(self) -> Self

Source§

fn simd_tan(self) -> Self

Source§

fn simd_asin(self) -> Self

Source§

fn simd_acos(self) -> Self

Source§

fn simd_atan(self) -> Self

Source§

fn simd_sin_cos(self) -> (Self, Self)

Source§

fn simd_sinh(self) -> Self

Source§

fn simd_cosh(self) -> Self

Source§

fn simd_tanh(self) -> Self

Source§

fn simd_asinh(self) -> Self

Source§

fn simd_acosh(self) -> Self

Source§

fn simd_atanh(self) -> Self

Source§

fn simd_to_polar(self) -> (Self::SimdRealField, Self::SimdRealField)

The polar form of this complex number: (modulus, arg)
Source§

fn simd_sinh_cosh(self) -> (Self, Self)

Source§

fn simd_sinc(self) -> Self

Cardinal sine
Source§

fn simd_sinhc(self) -> Self

Source§

fn simd_cosc(self) -> Self

Cardinal cos
Source§

fn simd_coshc(self) -> Self

Source§

impl SimdComplexField for Simd<f64x8>

Source§

type SimdRealField = Simd<Simd<f64, 8>>

Type of the coefficients of a complex number.
Source§

fn simd_horizontal_sum(self) -> Self::Element

Computes the sum of all the lanes of self.
Source§

fn simd_horizontal_product(self) -> Self::Element

Computes the product of all the lanes of self.
Source§

fn from_simd_real(re: Self::SimdRealField) -> Self

Builds a pure-real complex number from the given value.
Source§

fn simd_real(self) -> Self::SimdRealField

The real part of this complex number.
Source§

fn simd_imaginary(self) -> Self::SimdRealField

The imaginary part of this complex number.
Source§

fn simd_norm1(self) -> Self::SimdRealField

The sum of the absolute value of this complex number’s real and imaginary part.
Source§

fn simd_modulus(self) -> Self::SimdRealField

The modulus of this complex number.
Source§

fn simd_modulus_squared(self) -> Self::SimdRealField

The squared modulus of this complex number.
Source§

fn simd_argument(self) -> Self::SimdRealField

The argument of this complex number.
Source§

fn simd_to_exp(self) -> (Self::SimdRealField, Self)

The exponential form of this complex number: (modulus, e^{i arg})
Source§

fn simd_recip(self) -> Self

Source§

fn simd_conjugate(self) -> Self

Source§

fn simd_scale(self, factor: Self::SimdRealField) -> Self

Multiplies this complex number by factor.
Source§

fn simd_unscale(self, factor: Self::SimdRealField) -> Self

Divides this complex number by factor.
Source§

fn simd_floor(self) -> Self

Source§

fn simd_ceil(self) -> Self

Source§

fn simd_round(self) -> Self

Source§

fn simd_trunc(self) -> Self

Source§

fn simd_fract(self) -> Self

Source§

fn simd_abs(self) -> Self

The absolute value of this complex number: self / self.signum(). Read more
Source§

fn simd_signum(self) -> Self

The exponential part of this complex number: self / self.modulus()
Source§

fn simd_mul_add(self, a: Self, b: Self) -> Self

Source§

fn simd_powi(self, n: i32) -> Self

Source§

fn simd_powf(self, n: Self) -> Self

Source§

fn simd_powc(self, n: Self) -> Self

Source§

fn simd_sqrt(self) -> Self

Source§

fn simd_exp(self) -> Self

Source§

fn simd_exp2(self) -> Self

Source§

fn simd_exp_m1(self) -> Self

Source§

fn simd_ln_1p(self) -> Self

Source§

fn simd_ln(self) -> Self

Source§

fn simd_log(self, base: Self) -> Self

Source§

fn simd_log2(self) -> Self

Source§

fn simd_log10(self) -> Self

Source§

fn simd_cbrt(self) -> Self

Source§

fn simd_hypot(self, other: Self) -> Self::SimdRealField

Computes (self.conjugate() * self + other.conjugate() * other).sqrt()
Source§

fn simd_sin(self) -> Self

Source§

fn simd_cos(self) -> Self

Source§

fn simd_tan(self) -> Self

Source§

fn simd_asin(self) -> Self

Source§

fn simd_acos(self) -> Self

Source§

fn simd_atan(self) -> Self

Source§

fn simd_sin_cos(self) -> (Self, Self)

Source§

fn simd_sinh(self) -> Self

Source§

fn simd_cosh(self) -> Self

Source§

fn simd_tanh(self) -> Self

Source§

fn simd_asinh(self) -> Self

Source§

fn simd_acosh(self) -> Self

Source§

fn simd_atanh(self) -> Self

Source§

fn simd_to_polar(self) -> (Self::SimdRealField, Self::SimdRealField)

The polar form of this complex number: (modulus, arg)
Source§

fn simd_sinh_cosh(self) -> (Self, Self)

Source§

fn simd_sinc(self) -> Self

Cardinal sine
Source§

fn simd_sinhc(self) -> Self

Source§

fn simd_cosc(self) -> Self

Cardinal cos
Source§

fn simd_coshc(self) -> Self

Source§

impl SimdPartialOrd for Simd<f32x1>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<f32x2>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<f32x4>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<f32x8>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<f32x16>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<f64x1>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<f64x2>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<f64x4>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<f64x8>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<i16x1>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<i16x2>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<i16x4>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<i16x8>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<i16x16>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<i16x32>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<i32x1>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<i32x2>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<i32x4>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<i32x8>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<i32x16>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<i64x1>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<i64x2>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<i64x4>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<i64x8>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<i8x1>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<i8x2>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<i8x4>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<i8x8>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<i8x16>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<i8x32>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<i8x64>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<isizex1>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<isizex2>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<isizex4>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<isizex8>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<u16x1>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<u16x2>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<u16x4>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<u16x8>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<u16x16>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<u16x32>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<u32x1>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<u32x2>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<u32x4>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<u32x8>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<u32x16>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<u64x1>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<u64x2>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<u64x4>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<u64x8>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<u8x1>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<u8x2>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<u8x4>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<u8x8>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<u8x16>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<u8x32>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<u8x64>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<usizex1>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<usizex2>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<usizex4>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for Simd<usizex8>

Source§

fn simd_gt(self, other: Self) -> Self::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt(self, other: Self) -> Self::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge(self, other: Self) -> Self::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le(self, other: Self) -> Self::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq(self, other: Self) -> Self::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne(self, other: Self) -> Self::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: Self) -> Self

Lanewise max value.
Source§

fn simd_min(self, other: Self) -> Self

Lanewise min value.
Source§

fn simd_clamp(self, min: Self, max: Self) -> Self

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> Self::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> Self::Element

The max value among all lanes of self.
Source§

impl SimdRealField for Simd<f32x1>

Source§

fn simd_atan2(self, other: Self) -> Self

Source§

fn simd_copysign(self, sign: Self) -> Self

Copies the sign of sign to self. Read more
Source§

fn simd_default_epsilon() -> Self

Source§

fn simd_pi() -> Self

Source§

fn simd_two_pi() -> Self

Source§

fn simd_frac_pi_2() -> Self

Source§

fn simd_frac_pi_3() -> Self

Source§

fn simd_frac_pi_4() -> Self

Source§

fn simd_frac_pi_6() -> Self

Source§

fn simd_frac_pi_8() -> Self

Source§

fn simd_frac_1_pi() -> Self

Source§

fn simd_frac_2_pi() -> Self

Source§

fn simd_frac_2_sqrt_pi() -> Self

Source§

fn simd_e() -> Self

Source§

fn simd_log2_e() -> Self

Source§

fn simd_log10_e() -> Self

Source§

fn simd_ln_2() -> Self

Source§

fn simd_ln_10() -> Self

Source§

impl SimdRealField for Simd<f32x2>

Source§

fn simd_atan2(self, other: Self) -> Self

Source§

fn simd_copysign(self, sign: Self) -> Self

Copies the sign of sign to self. Read more
Source§

fn simd_default_epsilon() -> Self

Source§

fn simd_pi() -> Self

Source§

fn simd_two_pi() -> Self

Source§

fn simd_frac_pi_2() -> Self

Source§

fn simd_frac_pi_3() -> Self

Source§

fn simd_frac_pi_4() -> Self

Source§

fn simd_frac_pi_6() -> Self

Source§

fn simd_frac_pi_8() -> Self

Source§

fn simd_frac_1_pi() -> Self

Source§

fn simd_frac_2_pi() -> Self

Source§

fn simd_frac_2_sqrt_pi() -> Self

Source§

fn simd_e() -> Self

Source§

fn simd_log2_e() -> Self

Source§

fn simd_log10_e() -> Self

Source§

fn simd_ln_2() -> Self

Source§

fn simd_ln_10() -> Self

Source§

impl SimdRealField for Simd<f32x4>

Source§

fn simd_atan2(self, other: Self) -> Self

Source§

fn simd_copysign(self, sign: Self) -> Self

Copies the sign of sign to self. Read more
Source§

fn simd_default_epsilon() -> Self

Source§

fn simd_pi() -> Self

Source§

fn simd_two_pi() -> Self

Source§

fn simd_frac_pi_2() -> Self

Source§

fn simd_frac_pi_3() -> Self

Source§

fn simd_frac_pi_4() -> Self

Source§

fn simd_frac_pi_6() -> Self

Source§

fn simd_frac_pi_8() -> Self

Source§

fn simd_frac_1_pi() -> Self

Source§

fn simd_frac_2_pi() -> Self

Source§

fn simd_frac_2_sqrt_pi() -> Self

Source§

fn simd_e() -> Self

Source§

fn simd_log2_e() -> Self

Source§

fn simd_log10_e() -> Self

Source§

fn simd_ln_2() -> Self

Source§

fn simd_ln_10() -> Self

Source§

impl SimdRealField for Simd<f32x8>

Source§

fn simd_atan2(self, other: Self) -> Self

Source§

fn simd_copysign(self, sign: Self) -> Self

Copies the sign of sign to self. Read more
Source§

fn simd_default_epsilon() -> Self

Source§

fn simd_pi() -> Self

Source§

fn simd_two_pi() -> Self

Source§

fn simd_frac_pi_2() -> Self

Source§

fn simd_frac_pi_3() -> Self

Source§

fn simd_frac_pi_4() -> Self

Source§

fn simd_frac_pi_6() -> Self

Source§

fn simd_frac_pi_8() -> Self

Source§

fn simd_frac_1_pi() -> Self

Source§

fn simd_frac_2_pi() -> Self

Source§

fn simd_frac_2_sqrt_pi() -> Self

Source§

fn simd_e() -> Self

Source§

fn simd_log2_e() -> Self

Source§

fn simd_log10_e() -> Self

Source§

fn simd_ln_2() -> Self

Source§

fn simd_ln_10() -> Self

Source§

impl SimdRealField for Simd<f32x16>

Source§

fn simd_atan2(self, other: Self) -> Self

Source§

fn simd_copysign(self, sign: Self) -> Self

Copies the sign of sign to self. Read more
Source§

fn simd_default_epsilon() -> Self

Source§

fn simd_pi() -> Self

Source§

fn simd_two_pi() -> Self

Source§

fn simd_frac_pi_2() -> Self

Source§

fn simd_frac_pi_3() -> Self

Source§

fn simd_frac_pi_4() -> Self

Source§

fn simd_frac_pi_6() -> Self

Source§

fn simd_frac_pi_8() -> Self

Source§

fn simd_frac_1_pi() -> Self

Source§

fn simd_frac_2_pi() -> Self

Source§

fn simd_frac_2_sqrt_pi() -> Self

Source§

fn simd_e() -> Self

Source§

fn simd_log2_e() -> Self

Source§

fn simd_log10_e() -> Self

Source§

fn simd_ln_2() -> Self

Source§

fn simd_ln_10() -> Self

Source§

impl SimdRealField for Simd<f64x1>

Source§

fn simd_atan2(self, other: Self) -> Self

Source§

fn simd_copysign(self, sign: Self) -> Self

Copies the sign of sign to self. Read more
Source§

fn simd_default_epsilon() -> Self

Source§

fn simd_pi() -> Self

Source§

fn simd_two_pi() -> Self

Source§

fn simd_frac_pi_2() -> Self

Source§

fn simd_frac_pi_3() -> Self

Source§

fn simd_frac_pi_4() -> Self

Source§

fn simd_frac_pi_6() -> Self

Source§

fn simd_frac_pi_8() -> Self

Source§

fn simd_frac_1_pi() -> Self

Source§

fn simd_frac_2_pi() -> Self

Source§

fn simd_frac_2_sqrt_pi() -> Self

Source§

fn simd_e() -> Self

Source§

fn simd_log2_e() -> Self

Source§

fn simd_log10_e() -> Self

Source§

fn simd_ln_2() -> Self

Source§

fn simd_ln_10() -> Self

Source§

impl SimdRealField for Simd<f64x2>

Source§

fn simd_atan2(self, other: Self) -> Self

Source§

fn simd_copysign(self, sign: Self) -> Self

Copies the sign of sign to self. Read more
Source§

fn simd_default_epsilon() -> Self

Source§

fn simd_pi() -> Self

Source§

fn simd_two_pi() -> Self

Source§

fn simd_frac_pi_2() -> Self

Source§

fn simd_frac_pi_3() -> Self

Source§

fn simd_frac_pi_4() -> Self

Source§

fn simd_frac_pi_6() -> Self

Source§

fn simd_frac_pi_8() -> Self

Source§

fn simd_frac_1_pi() -> Self

Source§

fn simd_frac_2_pi() -> Self

Source§

fn simd_frac_2_sqrt_pi() -> Self

Source§

fn simd_e() -> Self

Source§

fn simd_log2_e() -> Self

Source§

fn simd_log10_e() -> Self

Source§

fn simd_ln_2() -> Self

Source§

fn simd_ln_10() -> Self

Source§

impl SimdRealField for Simd<f64x4>

Source§

fn simd_atan2(self, other: Self) -> Self

Source§

fn simd_copysign(self, sign: Self) -> Self

Copies the sign of sign to self. Read more
Source§

fn simd_default_epsilon() -> Self

Source§

fn simd_pi() -> Self

Source§

fn simd_two_pi() -> Self

Source§

fn simd_frac_pi_2() -> Self

Source§

fn simd_frac_pi_3() -> Self

Source§

fn simd_frac_pi_4() -> Self

Source§

fn simd_frac_pi_6() -> Self

Source§

fn simd_frac_pi_8() -> Self

Source§

fn simd_frac_1_pi() -> Self

Source§

fn simd_frac_2_pi() -> Self

Source§

fn simd_frac_2_sqrt_pi() -> Self

Source§

fn simd_e() -> Self

Source§

fn simd_log2_e() -> Self

Source§

fn simd_log10_e() -> Self

Source§

fn simd_ln_2() -> Self

Source§

fn simd_ln_10() -> Self

Source§

impl SimdRealField for Simd<f64x8>

Source§

fn simd_atan2(self, other: Self) -> Self

Source§

fn simd_copysign(self, sign: Self) -> Self

Copies the sign of sign to self. Read more
Source§

fn simd_default_epsilon() -> Self

Source§

fn simd_pi() -> Self

Source§

fn simd_two_pi() -> Self

Source§

fn simd_frac_pi_2() -> Self

Source§

fn simd_frac_pi_3() -> Self

Source§

fn simd_frac_pi_4() -> Self

Source§

fn simd_frac_pi_6() -> Self

Source§

fn simd_frac_pi_8() -> Self

Source§

fn simd_frac_1_pi() -> Self

Source§

fn simd_frac_2_pi() -> Self

Source§

fn simd_frac_2_sqrt_pi() -> Self

Source§

fn simd_e() -> Self

Source§

fn simd_log2_e() -> Self

Source§

fn simd_log10_e() -> Self

Source§

fn simd_ln_2() -> Self

Source§

fn simd_ln_10() -> Self

Source§

impl SimdSigned for Simd<f32x1>

Source§

fn simd_abs(&self) -> Self

The absolute value of each lane of self.
Source§

fn simd_abs_sub(&self, other: &Self) -> Self

The absolute difference of each lane of self. Read more
Source§

fn simd_signum(&self) -> Self

The signum of each lane of Self.
Source§

fn is_simd_positive(&self) -> Self::SimdBool

Tests which lane is positive.
Source§

fn is_simd_negative(&self) -> Self::SimdBool

Tests which lane is negative.
Source§

impl SimdSigned for Simd<f32x2>

Source§

fn simd_abs(&self) -> Self

The absolute value of each lane of self.
Source§

fn simd_abs_sub(&self, other: &Self) -> Self

The absolute difference of each lane of self. Read more
Source§

fn simd_signum(&self) -> Self

The signum of each lane of Self.
Source§

fn is_simd_positive(&self) -> Self::SimdBool

Tests which lane is positive.
Source§

fn is_simd_negative(&self) -> Self::SimdBool

Tests which lane is negative.
Source§

impl SimdSigned for Simd<f32x4>

Source§

fn simd_abs(&self) -> Self

The absolute value of each lane of self.
Source§

fn simd_abs_sub(&self, other: &Self) -> Self

The absolute difference of each lane of self. Read more
Source§

fn simd_signum(&self) -> Self

The signum of each lane of Self.
Source§

fn is_simd_positive(&self) -> Self::SimdBool

Tests which lane is positive.
Source§

fn is_simd_negative(&self) -> Self::SimdBool

Tests which lane is negative.
Source§

impl SimdSigned for Simd<f32x8>

Source§

fn simd_abs(&self) -> Self

The absolute value of each lane of self.
Source§

fn simd_abs_sub(&self, other: &Self) -> Self

The absolute difference of each lane of self. Read more
Source§

fn simd_signum(&self) -> Self

The signum of each lane of Self.
Source§

fn is_simd_positive(&self) -> Self::SimdBool

Tests which lane is positive.
Source§

fn is_simd_negative(&self) -> Self::SimdBool

Tests which lane is negative.
Source§

impl SimdSigned for Simd<f32x16>

Source§

fn simd_abs(&self) -> Self

The absolute value of each lane of self.
Source§

fn simd_abs_sub(&self, other: &Self) -> Self

The absolute difference of each lane of self. Read more
Source§

fn simd_signum(&self) -> Self

The signum of each lane of Self.
Source§

fn is_simd_positive(&self) -> Self::SimdBool

Tests which lane is positive.
Source§

fn is_simd_negative(&self) -> Self::SimdBool

Tests which lane is negative.
Source§

impl SimdSigned for Simd<f64x1>

Source§

fn simd_abs(&self) -> Self

The absolute value of each lane of self.
Source§

fn simd_abs_sub(&self, other: &Self) -> Self

The absolute difference of each lane of self. Read more
Source§

fn simd_signum(&self) -> Self

The signum of each lane of Self.
Source§

fn is_simd_positive(&self) -> Self::SimdBool

Tests which lane is positive.
Source§

fn is_simd_negative(&self) -> Self::SimdBool

Tests which lane is negative.
Source§

impl SimdSigned for Simd<f64x2>

Source§

fn simd_abs(&self) -> Self

The absolute value of each lane of self.
Source§

fn simd_abs_sub(&self, other: &Self) -> Self

The absolute difference of each lane of self. Read more
Source§

fn simd_signum(&self) -> Self

The signum of each lane of Self.
Source§

fn is_simd_positive(&self) -> Self::SimdBool

Tests which lane is positive.
Source§

fn is_simd_negative(&self) -> Self::SimdBool

Tests which lane is negative.
Source§

impl SimdSigned for Simd<f64x4>

Source§

fn simd_abs(&self) -> Self

The absolute value of each lane of self.
Source§

fn simd_abs_sub(&self, other: &Self) -> Self

The absolute difference of each lane of self. Read more
Source§

fn simd_signum(&self) -> Self

The signum of each lane of Self.
Source§

fn is_simd_positive(&self) -> Self::SimdBool

Tests which lane is positive.
Source§

fn is_simd_negative(&self) -> Self::SimdBool

Tests which lane is negative.
Source§

impl SimdSigned for Simd<f64x8>

Source§

fn simd_abs(&self) -> Self

The absolute value of each lane of self.
Source§

fn simd_abs_sub(&self, other: &Self) -> Self

The absolute difference of each lane of self. Read more
Source§

fn simd_signum(&self) -> Self

The signum of each lane of Self.
Source§

fn is_simd_positive(&self) -> Self::SimdBool

Tests which lane is positive.
Source§

fn is_simd_negative(&self) -> Self::SimdBool

Tests which lane is negative.
Source§

impl SimdValue for Simd<f32x1>

Source§

const LANES: usize = portable_simd::f32x1::LEN

The number of lanes of this SIMD value.
Source§

type Element = f32

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i32, 1>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<f32x2>

Source§

const LANES: usize = portable_simd::f32x2::LEN

The number of lanes of this SIMD value.
Source§

type Element = f32

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i32, 2>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<f32x4>

Source§

const LANES: usize = portable_simd::f32x4::LEN

The number of lanes of this SIMD value.
Source§

type Element = f32

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i32, 4>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<f32x8>

Source§

const LANES: usize = portable_simd::f32x8::LEN

The number of lanes of this SIMD value.
Source§

type Element = f32

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i32, 8>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<f32x16>

Source§

const LANES: usize = portable_simd::f32x16::LEN

The number of lanes of this SIMD value.
Source§

type Element = f32

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i32, 16>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<f64x1>

Source§

const LANES: usize = portable_simd::f64x1::LEN

The number of lanes of this SIMD value.
Source§

type Element = f64

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i64, 1>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<f64x2>

Source§

const LANES: usize = portable_simd::f64x2::LEN

The number of lanes of this SIMD value.
Source§

type Element = f64

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i64, 2>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<f64x4>

Source§

const LANES: usize = portable_simd::f64x4::LEN

The number of lanes of this SIMD value.
Source§

type Element = f64

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i64, 4>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<f64x8>

Source§

const LANES: usize = portable_simd::f64x8::LEN

The number of lanes of this SIMD value.
Source§

type Element = f64

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i64, 8>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<i16x1>

Source§

const LANES: usize = portable_simd::i16x1::LEN

The number of lanes of this SIMD value.
Source§

type Element = i16

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i16, 1>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<i16x2>

Source§

const LANES: usize = portable_simd::i16x2::LEN

The number of lanes of this SIMD value.
Source§

type Element = i16

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i16, 2>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<i16x4>

Source§

const LANES: usize = portable_simd::i16x4::LEN

The number of lanes of this SIMD value.
Source§

type Element = i16

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i16, 4>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<i16x8>

Source§

const LANES: usize = portable_simd::i16x8::LEN

The number of lanes of this SIMD value.
Source§

type Element = i16

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i16, 8>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<i16x16>

Source§

const LANES: usize = portable_simd::i16x16::LEN

The number of lanes of this SIMD value.
Source§

type Element = i16

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i16, 16>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<i16x32>

Source§

const LANES: usize = portable_simd::i16x32::LEN

The number of lanes of this SIMD value.
Source§

type Element = i16

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i16, 32>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<i32x1>

Source§

const LANES: usize = portable_simd::i32x1::LEN

The number of lanes of this SIMD value.
Source§

type Element = i32

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i32, 1>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<i32x2>

Source§

const LANES: usize = portable_simd::i32x2::LEN

The number of lanes of this SIMD value.
Source§

type Element = i32

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i32, 2>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<i32x4>

Source§

const LANES: usize = portable_simd::i32x4::LEN

The number of lanes of this SIMD value.
Source§

type Element = i32

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i32, 4>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<i32x8>

Source§

const LANES: usize = portable_simd::i32x8::LEN

The number of lanes of this SIMD value.
Source§

type Element = i32

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i32, 8>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<i32x16>

Source§

const LANES: usize = portable_simd::i32x16::LEN

The number of lanes of this SIMD value.
Source§

type Element = i32

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i32, 16>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<i64x1>

Source§

const LANES: usize = portable_simd::i64x1::LEN

The number of lanes of this SIMD value.
Source§

type Element = i64

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i64, 1>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<i64x2>

Source§

const LANES: usize = portable_simd::i64x2::LEN

The number of lanes of this SIMD value.
Source§

type Element = i64

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i64, 2>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<i64x4>

Source§

const LANES: usize = portable_simd::i64x4::LEN

The number of lanes of this SIMD value.
Source§

type Element = i64

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i64, 4>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<i64x8>

Source§

const LANES: usize = portable_simd::i64x8::LEN

The number of lanes of this SIMD value.
Source§

type Element = i64

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i64, 8>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<i8x1>

Source§

const LANES: usize = portable_simd::i8x1::LEN

The number of lanes of this SIMD value.
Source§

type Element = i8

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i8, 1>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<i8x2>

Source§

const LANES: usize = portable_simd::i8x2::LEN

The number of lanes of this SIMD value.
Source§

type Element = i8

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i8, 2>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<i8x4>

Source§

const LANES: usize = portable_simd::i8x4::LEN

The number of lanes of this SIMD value.
Source§

type Element = i8

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i8, 4>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<i8x8>

Source§

const LANES: usize = portable_simd::i8x8::LEN

The number of lanes of this SIMD value.
Source§

type Element = i8

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i8, 8>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<i8x16>

Source§

const LANES: usize = portable_simd::i8x16::LEN

The number of lanes of this SIMD value.
Source§

type Element = i8

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i8, 16>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<i8x32>

Source§

const LANES: usize = portable_simd::i8x32::LEN

The number of lanes of this SIMD value.
Source§

type Element = i8

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i8, 32>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<i8x64>

Source§

const LANES: usize = portable_simd::i8x64::LEN

The number of lanes of this SIMD value.
Source§

type Element = i8

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i8, 64>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<isizex1>

Source§

const LANES: usize = portable_simd::isizex1::LEN

The number of lanes of this SIMD value.
Source§

type Element = isize

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<isize, 1>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<isizex2>

Source§

const LANES: usize = portable_simd::isizex2::LEN

The number of lanes of this SIMD value.
Source§

type Element = isize

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<isize, 2>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<isizex4>

Source§

const LANES: usize = portable_simd::isizex4::LEN

The number of lanes of this SIMD value.
Source§

type Element = isize

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<isize, 4>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<isizex8>

Source§

const LANES: usize = portable_simd::isizex8::LEN

The number of lanes of this SIMD value.
Source§

type Element = isize

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<isize, 8>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<u16x1>

Source§

const LANES: usize = portable_simd::u16x1::LEN

The number of lanes of this SIMD value.
Source§

type Element = u16

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i16, 1>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<u16x2>

Source§

const LANES: usize = portable_simd::u16x2::LEN

The number of lanes of this SIMD value.
Source§

type Element = u16

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i16, 2>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<u16x4>

Source§

const LANES: usize = portable_simd::u16x4::LEN

The number of lanes of this SIMD value.
Source§

type Element = u16

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i16, 4>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<u16x8>

Source§

const LANES: usize = portable_simd::u16x8::LEN

The number of lanes of this SIMD value.
Source§

type Element = u16

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i16, 8>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<u16x16>

Source§

const LANES: usize = portable_simd::u16x16::LEN

The number of lanes of this SIMD value.
Source§

type Element = u16

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i16, 16>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<u16x32>

Source§

const LANES: usize = portable_simd::u16x32::LEN

The number of lanes of this SIMD value.
Source§

type Element = u16

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i16, 32>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<u32x1>

Source§

const LANES: usize = portable_simd::u32x1::LEN

The number of lanes of this SIMD value.
Source§

type Element = u32

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i32, 1>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<u32x2>

Source§

const LANES: usize = portable_simd::u32x2::LEN

The number of lanes of this SIMD value.
Source§

type Element = u32

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i32, 2>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<u32x4>

Source§

const LANES: usize = portable_simd::u32x4::LEN

The number of lanes of this SIMD value.
Source§

type Element = u32

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i32, 4>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<u32x8>

Source§

const LANES: usize = portable_simd::u32x8::LEN

The number of lanes of this SIMD value.
Source§

type Element = u32

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i32, 8>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<u32x16>

Source§

const LANES: usize = portable_simd::u32x16::LEN

The number of lanes of this SIMD value.
Source§

type Element = u32

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i32, 16>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<u64x1>

Source§

const LANES: usize = portable_simd::u64x1::LEN

The number of lanes of this SIMD value.
Source§

type Element = u64

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i64, 1>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<u64x2>

Source§

const LANES: usize = portable_simd::u64x2::LEN

The number of lanes of this SIMD value.
Source§

type Element = u64

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i64, 2>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<u64x4>

Source§

const LANES: usize = portable_simd::u64x4::LEN

The number of lanes of this SIMD value.
Source§

type Element = u64

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i64, 4>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<u64x8>

Source§

const LANES: usize = portable_simd::u64x8::LEN

The number of lanes of this SIMD value.
Source§

type Element = u64

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i64, 8>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<u8x1>

Source§

const LANES: usize = portable_simd::u8x1::LEN

The number of lanes of this SIMD value.
Source§

type Element = u8

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i8, 1>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<u8x2>

Source§

const LANES: usize = portable_simd::u8x2::LEN

The number of lanes of this SIMD value.
Source§

type Element = u8

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i8, 2>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<u8x4>

Source§

const LANES: usize = portable_simd::u8x4::LEN

The number of lanes of this SIMD value.
Source§

type Element = u8

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i8, 4>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<u8x8>

Source§

const LANES: usize = portable_simd::u8x8::LEN

The number of lanes of this SIMD value.
Source§

type Element = u8

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i8, 8>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<u8x16>

Source§

const LANES: usize = portable_simd::u8x16::LEN

The number of lanes of this SIMD value.
Source§

type Element = u8

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i8, 16>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<u8x32>

Source§

const LANES: usize = portable_simd::u8x32::LEN

The number of lanes of this SIMD value.
Source§

type Element = u8

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i8, 32>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<u8x64>

Source§

const LANES: usize = portable_simd::u8x64::LEN

The number of lanes of this SIMD value.
Source§

type Element = u8

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i8, 64>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<usizex1>

Source§

const LANES: usize = portable_simd::usizex1::LEN

The number of lanes of this SIMD value.
Source§

type Element = usize

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<isize, 1>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<usizex2>

Source§

const LANES: usize = portable_simd::usizex2::LEN

The number of lanes of this SIMD value.
Source§

type Element = usize

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<isize, 2>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<usizex4>

Source§

const LANES: usize = portable_simd::usizex4::LEN

The number of lanes of this SIMD value.
Source§

type Element = usize

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<isize, 4>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<usizex8>

Source§

const LANES: usize = portable_simd::usizex8::LEN

The number of lanes of this SIMD value.
Source§

type Element = usize

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<isize, 8>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<mask16x1>

Source§

const LANES: usize = 1

The number of lanes of this SIMD value.
Source§

type Element = bool

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i16, 1>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<mask16x2>

Source§

const LANES: usize = 2

The number of lanes of this SIMD value.
Source§

type Element = bool

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i16, 2>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<mask16x4>

Source§

const LANES: usize = 4

The number of lanes of this SIMD value.
Source§

type Element = bool

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i16, 4>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<mask16x8>

Source§

const LANES: usize = 8

The number of lanes of this SIMD value.
Source§

type Element = bool

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i16, 8>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<mask16x16>

Source§

const LANES: usize = 16

The number of lanes of this SIMD value.
Source§

type Element = bool

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i16, 16>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<mask16x32>

Source§

const LANES: usize = 32

The number of lanes of this SIMD value.
Source§

type Element = bool

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i16, 32>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<mask32x1>

Source§

const LANES: usize = 1

The number of lanes of this SIMD value.
Source§

type Element = bool

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i32, 1>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<mask32x2>

Source§

const LANES: usize = 2

The number of lanes of this SIMD value.
Source§

type Element = bool

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i32, 2>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<mask32x4>

Source§

const LANES: usize = 4

The number of lanes of this SIMD value.
Source§

type Element = bool

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i32, 4>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<mask32x8>

Source§

const LANES: usize = 8

The number of lanes of this SIMD value.
Source§

type Element = bool

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i32, 8>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<mask32x16>

Source§

const LANES: usize = 16

The number of lanes of this SIMD value.
Source§

type Element = bool

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i32, 16>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<mask64x1>

Source§

const LANES: usize = 1

The number of lanes of this SIMD value.
Source§

type Element = bool

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i64, 1>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<mask64x2>

Source§

const LANES: usize = 2

The number of lanes of this SIMD value.
Source§

type Element = bool

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i64, 2>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<mask64x4>

Source§

const LANES: usize = 4

The number of lanes of this SIMD value.
Source§

type Element = bool

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i64, 4>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<mask64x8>

Source§

const LANES: usize = 8

The number of lanes of this SIMD value.
Source§

type Element = bool

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i64, 8>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<mask8x1>

Source§

const LANES: usize = 1

The number of lanes of this SIMD value.
Source§

type Element = bool

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i8, 1>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<mask8x2>

Source§

const LANES: usize = 2

The number of lanes of this SIMD value.
Source§

type Element = bool

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i8, 2>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<mask8x4>

Source§

const LANES: usize = 4

The number of lanes of this SIMD value.
Source§

type Element = bool

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i8, 4>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<mask8x8>

Source§

const LANES: usize = 8

The number of lanes of this SIMD value.
Source§

type Element = bool

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i8, 8>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<mask8x16>

Source§

const LANES: usize = 16

The number of lanes of this SIMD value.
Source§

type Element = bool

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i8, 16>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<mask8x32>

Source§

const LANES: usize = 32

The number of lanes of this SIMD value.
Source§

type Element = bool

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i8, 32>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<mask8x64>

Source§

const LANES: usize = 64

The number of lanes of this SIMD value.
Source§

type Element = bool

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<i8, 64>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<masksizex1>

Source§

const LANES: usize = 1

The number of lanes of this SIMD value.
Source§

type Element = bool

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<isize, 1>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<masksizex2>

Source§

const LANES: usize = 2

The number of lanes of this SIMD value.
Source§

type Element = bool

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<isize, 2>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<masksizex4>

Source§

const LANES: usize = 4

The number of lanes of this SIMD value.
Source§

type Element = bool

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<isize, 4>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl SimdValue for Simd<masksizex8>

Source§

const LANES: usize = 8

The number of lanes of this SIMD value.
Source§

type Element = bool

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = Simd<Mask<isize, 8>>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: Self::Element) -> Self

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> Self::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked(&self, i: usize) -> Self::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked(&mut self, i: usize, val: Self::Element)

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select(self, cond: Self::SimdBool, other: Self) -> Self

Merges self and other depending on the lanes of cond. Read more
Source§

fn map_lanes(self, f: impl Fn(Self::Element) -> Self::Element) -> Self
where Self: Clone,

Applies a function to each lane of self. Read more
Source§

fn zip_map_lanes( self, b: Self, f: impl Fn(Self::Element, Self::Element) -> Self::Element, ) -> Self
where Self: Clone,

Applies a function to each lane of self paired with the corresponding lane of b. Read more
Source§

impl<N: PartialEq> StructuralPartialEq for Simd<N>

Source§

impl Sub for Simd<f32x1>

Source§

type Output = Simd<Simd<f32, 1>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<f32x2>

Source§

type Output = Simd<Simd<f32, 2>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<f32x4>

Source§

type Output = Simd<Simd<f32, 4>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<f32x8>

Source§

type Output = Simd<Simd<f32, 8>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<f32x16>

Source§

type Output = Simd<Simd<f32, 16>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<f64x1>

Source§

type Output = Simd<Simd<f64, 1>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<f64x2>

Source§

type Output = Simd<Simd<f64, 2>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<f64x4>

Source§

type Output = Simd<Simd<f64, 4>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<f64x8>

Source§

type Output = Simd<Simd<f64, 8>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<i16x1>

Source§

type Output = Simd<Simd<i16, 1>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<i16x2>

Source§

type Output = Simd<Simd<i16, 2>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<i16x4>

Source§

type Output = Simd<Simd<i16, 4>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<i16x8>

Source§

type Output = Simd<Simd<i16, 8>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<i16x16>

Source§

type Output = Simd<Simd<i16, 16>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<i16x32>

Source§

type Output = Simd<Simd<i16, 32>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<i32x1>

Source§

type Output = Simd<Simd<i32, 1>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<i32x2>

Source§

type Output = Simd<Simd<i32, 2>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<i32x4>

Source§

type Output = Simd<Simd<i32, 4>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<i32x8>

Source§

type Output = Simd<Simd<i32, 8>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<i32x16>

Source§

type Output = Simd<Simd<i32, 16>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<i64x1>

Source§

type Output = Simd<Simd<i64, 1>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<i64x2>

Source§

type Output = Simd<Simd<i64, 2>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<i64x4>

Source§

type Output = Simd<Simd<i64, 4>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<i64x8>

Source§

type Output = Simd<Simd<i64, 8>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<i8x1>

Source§

type Output = Simd<Simd<i8, 1>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<i8x2>

Source§

type Output = Simd<Simd<i8, 2>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<i8x4>

Source§

type Output = Simd<Simd<i8, 4>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<i8x8>

Source§

type Output = Simd<Simd<i8, 8>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<i8x16>

Source§

type Output = Simd<Simd<i8, 16>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<i8x32>

Source§

type Output = Simd<Simd<i8, 32>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<i8x64>

Source§

type Output = Simd<Simd<i8, 64>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<isizex1>

Source§

type Output = Simd<Simd<isize, 1>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<isizex2>

Source§

type Output = Simd<Simd<isize, 2>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<isizex4>

Source§

type Output = Simd<Simd<isize, 4>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<isizex8>

Source§

type Output = Simd<Simd<isize, 8>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<u16x1>

Source§

type Output = Simd<Simd<u16, 1>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<u16x2>

Source§

type Output = Simd<Simd<u16, 2>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<u16x4>

Source§

type Output = Simd<Simd<u16, 4>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<u16x8>

Source§

type Output = Simd<Simd<u16, 8>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<u16x16>

Source§

type Output = Simd<Simd<u16, 16>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<u16x32>

Source§

type Output = Simd<Simd<u16, 32>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<u32x1>

Source§

type Output = Simd<Simd<u32, 1>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<u32x2>

Source§

type Output = Simd<Simd<u32, 2>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<u32x4>

Source§

type Output = Simd<Simd<u32, 4>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<u32x8>

Source§

type Output = Simd<Simd<u32, 8>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<u32x16>

Source§

type Output = Simd<Simd<u32, 16>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<u64x1>

Source§

type Output = Simd<Simd<u64, 1>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<u64x2>

Source§

type Output = Simd<Simd<u64, 2>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<u64x4>

Source§

type Output = Simd<Simd<u64, 4>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<u64x8>

Source§

type Output = Simd<Simd<u64, 8>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<u8x1>

Source§

type Output = Simd<Simd<u8, 1>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<u8x2>

Source§

type Output = Simd<Simd<u8, 2>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<u8x4>

Source§

type Output = Simd<Simd<u8, 4>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<u8x8>

Source§

type Output = Simd<Simd<u8, 8>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<u8x16>

Source§

type Output = Simd<Simd<u8, 16>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<u8x32>

Source§

type Output = Simd<Simd<u8, 32>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<u8x64>

Source§

type Output = Simd<Simd<u8, 64>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<usizex1>

Source§

type Output = Simd<Simd<usize, 1>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<usizex2>

Source§

type Output = Simd<Simd<usize, 2>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<usizex4>

Source§

type Output = Simd<Simd<usize, 4>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for Simd<usizex8>

Source§

type Output = Simd<Simd<usize, 8>>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl SubAssign for Simd<f32x1>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<f32x2>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<f32x4>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<f32x8>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<f32x16>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<f64x1>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<f64x2>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<f64x4>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<f64x8>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<i16x1>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<i16x2>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<i16x4>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<i16x8>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<i16x16>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<i16x32>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<i32x1>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<i32x2>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<i32x4>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<i32x8>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<i32x16>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<i64x1>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<i64x2>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<i64x4>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<i64x8>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<i8x1>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<i8x2>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<i8x4>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<i8x8>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<i8x16>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<i8x32>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<i8x64>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<isizex1>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<isizex2>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<isizex4>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<isizex8>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<u16x1>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<u16x2>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<u16x4>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<u16x8>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<u16x16>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<u16x32>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<u32x1>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<u32x2>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<u32x4>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<u32x8>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<u32x16>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<u64x1>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<u64x2>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<u64x4>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<u64x8>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<u8x1>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<u8x2>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<u8x4>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<u8x8>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<u8x16>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<u8x32>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<u8x64>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<usizex1>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<usizex2>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<usizex4>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for Simd<usizex8>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl<N2> SubsetOf<Simd<N2>> for u8

Source§

fn to_superset(&self) -> Simd<N2>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset_unchecked(element: &Simd<N2>) -> u8

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(c: &Simd<N2>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

fn from_superset(element: &T) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

impl<N2> SubsetOf<Simd<N2>> for u16

Source§

fn to_superset(&self) -> Simd<N2>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset_unchecked(element: &Simd<N2>) -> u16

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(c: &Simd<N2>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

fn from_superset(element: &T) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

impl<N2> SubsetOf<Simd<N2>> for u32

Source§

fn to_superset(&self) -> Simd<N2>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset_unchecked(element: &Simd<N2>) -> u32

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(c: &Simd<N2>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

fn from_superset(element: &T) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

impl<N2> SubsetOf<Simd<N2>> for u64

Source§

fn to_superset(&self) -> Simd<N2>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset_unchecked(element: &Simd<N2>) -> u64

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(c: &Simd<N2>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

fn from_superset(element: &T) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

impl<N2> SubsetOf<Simd<N2>> for usize

Source§

fn to_superset(&self) -> Simd<N2>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset_unchecked(element: &Simd<N2>) -> usize

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(c: &Simd<N2>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

fn from_superset(element: &T) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

impl<N2> SubsetOf<Simd<N2>> for i8

Source§

fn to_superset(&self) -> Simd<N2>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset_unchecked(element: &Simd<N2>) -> i8

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(c: &Simd<N2>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

fn from_superset(element: &T) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

impl<N2> SubsetOf<Simd<N2>> for i16

Source§

fn to_superset(&self) -> Simd<N2>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset_unchecked(element: &Simd<N2>) -> i16

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(c: &Simd<N2>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

fn from_superset(element: &T) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

impl<N2> SubsetOf<Simd<N2>> for i32

Source§

fn to_superset(&self) -> Simd<N2>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset_unchecked(element: &Simd<N2>) -> i32

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(c: &Simd<N2>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

fn from_superset(element: &T) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

impl<N2> SubsetOf<Simd<N2>> for i64

Source§

fn to_superset(&self) -> Simd<N2>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset_unchecked(element: &Simd<N2>) -> i64

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(c: &Simd<N2>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

fn from_superset(element: &T) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

impl<N2> SubsetOf<Simd<N2>> for isize

Source§

fn to_superset(&self) -> Simd<N2>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset_unchecked(element: &Simd<N2>) -> isize

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(c: &Simd<N2>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

fn from_superset(element: &T) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

impl<N2> SubsetOf<Simd<N2>> for f32

Source§

fn to_superset(&self) -> Simd<N2>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset_unchecked(element: &Simd<N2>) -> f32

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(c: &Simd<N2>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

fn from_superset(element: &T) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

impl<N2> SubsetOf<Simd<N2>> for f64

Source§

fn to_superset(&self) -> Simd<N2>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset_unchecked(element: &Simd<N2>) -> f64

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(c: &Simd<N2>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

fn from_superset(element: &T) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

impl<N2> SubsetOf<Simd<N2>> for d128

Source§

fn to_superset(&self) -> Simd<N2>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset_unchecked(element: &Simd<N2>) -> d128

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(c: &Simd<N2>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

fn from_superset(element: &T) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

impl SubsetOf<Simd<Simd<f32, 1>>> for Simd<f32x1>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<f32, 2>>> for Simd<f32x2>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<f32, 4>>> for Simd<f32x4>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<f32, 8>>> for Simd<f32x8>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<f32, 16>>> for Simd<f32x16>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<f64, 1>>> for Simd<f64x1>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<f64, 2>>> for Simd<f64x2>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<f64, 4>>> for Simd<f64x4>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<f64, 8>>> for Simd<f64x8>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<i8, 1>>> for Simd<i8x1>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<i8, 2>>> for Simd<i8x2>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<i8, 4>>> for Simd<i8x4>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<i8, 8>>> for Simd<i8x8>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<i8, 16>>> for Simd<i8x16>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<i8, 32>>> for Simd<i8x32>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<i8, 64>>> for Simd<i8x64>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<i16, 1>>> for Simd<i16x1>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<i16, 2>>> for Simd<i16x2>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<i16, 4>>> for Simd<i16x4>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<i16, 8>>> for Simd<i16x8>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<i16, 16>>> for Simd<i16x16>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<i16, 32>>> for Simd<i16x32>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<i32, 1>>> for Simd<i32x1>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<i32, 2>>> for Simd<i32x2>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<i32, 4>>> for Simd<i32x4>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<i32, 8>>> for Simd<i32x8>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<i32, 16>>> for Simd<i32x16>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<i64, 1>>> for Simd<i64x1>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<i64, 2>>> for Simd<i64x2>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<i64, 4>>> for Simd<i64x4>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<i64, 8>>> for Simd<i64x8>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<isize, 1>>> for Simd<isizex1>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<isize, 2>>> for Simd<isizex2>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<isize, 4>>> for Simd<isizex4>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<isize, 8>>> for Simd<isizex8>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<u8, 1>>> for Simd<u8x1>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<u8, 2>>> for Simd<u8x2>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<u8, 4>>> for Simd<u8x4>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<u8, 8>>> for Simd<u8x8>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<u8, 16>>> for Simd<u8x16>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<u8, 32>>> for Simd<u8x32>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<u8, 64>>> for Simd<u8x64>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<u16, 1>>> for Simd<u16x1>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<u16, 2>>> for Simd<u16x2>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<u16, 4>>> for Simd<u16x4>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<u16, 8>>> for Simd<u16x8>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<u16, 16>>> for Simd<u16x16>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<u16, 32>>> for Simd<u16x32>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<u32, 1>>> for Simd<u32x1>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<u32, 2>>> for Simd<u32x2>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<u32, 4>>> for Simd<u32x4>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<u32, 8>>> for Simd<u32x8>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<u32, 16>>> for Simd<u32x16>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<u64, 1>>> for Simd<u64x1>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<u64, 2>>> for Simd<u64x2>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<u64, 4>>> for Simd<u64x4>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<u64, 8>>> for Simd<u64x8>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<usize, 1>>> for Simd<usizex1>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<usize, 2>>> for Simd<usizex2>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<usize, 4>>> for Simd<usizex4>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<Simd<Simd<usize, 8>>> for Simd<usizex8>

Source§

fn to_superset(&self) -> Self

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &Self) -> Option<Self>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &Self) -> Self

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &Self) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl Zero for Simd<f32x1>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<f32x2>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<f32x4>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<f32x8>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<f32x16>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<f64x1>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<f64x2>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<f64x4>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<f64x8>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<i16x1>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<i16x2>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<i16x4>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<i16x8>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<i16x16>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<i16x32>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<i32x1>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<i32x2>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<i32x4>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<i32x8>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<i32x16>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<i64x1>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<i64x2>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<i64x4>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<i64x8>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<i8x1>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<i8x2>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<i8x4>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<i8x8>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<i8x16>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<i8x32>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<i8x64>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<isizex1>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<isizex2>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<isizex4>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<isizex8>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<u16x1>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<u16x2>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<u16x4>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<u16x8>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<u16x16>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<u16x32>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<u32x1>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<u32x2>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<u32x4>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<u32x8>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<u32x16>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<u64x1>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<u64x2>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<u64x4>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<u64x8>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<u8x1>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<u8x2>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<u8x4>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<u8x8>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<u8x16>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<u8x32>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<u8x64>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<usizex1>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<usizex2>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<usizex4>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.
Source§

impl Zero for Simd<usizex8>

Source§

fn zero() -> Self

Returns the additive identity element of Self, 0. Read more
Source§

fn is_zero(&self) -> bool

Returns true if self is equal to the additive identity.
Source§

fn set_zero(&mut self)

Sets self to the additive identity element of Self, 0.

Auto Trait Implementations§

§

impl<N> Freeze for Simd<N>
where N: Freeze,

§

impl<N> RefUnwindSafe for Simd<N>
where N: RefUnwindSafe,

§

impl<N> Send for Simd<N>
where N: Send,

§

impl<N> Sync for Simd<N>
where N: Sync,

§

impl<N> Unpin for Simd<N>
where N: Unpin,

§

impl<N> UnsafeUnpin for Simd<N>
where N: UnsafeUnpin,

§

impl<N> UnwindSafe for Simd<N>
where N: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> ArchivePointee for T

Source§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
Source§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
Source§

impl<T> Az for T

Source§

fn az<Dst>(self) -> Dst
where T: Cast<Dst>,

Casts the value.
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<Src, Dst> CastFrom<Src> for Dst
where Src: Cast<Dst>,

Source§

fn cast_from(src: Src) -> Dst

Casts the value.
Source§

impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
where ST: ?Sized, DT: ?Sized,

Source§

impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
where ST: ?Sized, DT: ?Sized,

Source§

impl<T> CheckedAs for T

Source§

fn checked_as<Dst>(self) -> Option<Dst>
where T: CheckedCast<Dst>,

Casts the value.
Source§

impl<Src, Dst> CheckedCastFrom<Src> for Dst
where Src: CheckedCast<Dst>,

Source§

fn checked_cast_from(src: Src) -> Option<Dst>

Casts the value.
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T, Right> ClosedAdd<Right> for T
where T: Add<Right, Output = T> + AddAssign<Right>,

Source§

impl<T, Right> ClosedAddAssign<Right> for T
where T: ClosedAdd<Right> + AddAssign<Right>,

Source§

impl<T, Right> ClosedDiv<Right> for T
where T: Div<Right, Output = T> + DivAssign<Right>,

Source§

impl<T, Right> ClosedDivAssign<Right> for T
where T: ClosedDiv<Right> + DivAssign<Right>,

Source§

impl<T, Right> ClosedMul<Right> for T
where T: Mul<Right, Output = T> + MulAssign<Right>,

Source§

impl<T, Right> ClosedMulAssign<Right> for T
where T: ClosedMul<Right> + MulAssign<Right>,

Source§

impl<T> ClosedNeg for T
where T: Neg<Output = T>,

Source§

impl<T, Right> ClosedSub<Right> for T
where T: Sub<Right, Output = T> + SubAssign<Right>,

Source§

impl<T, Right> ClosedSubAssign<Right> for T
where T: ClosedSub<Right> + SubAssign<Right>,

Source§

impl<F, W, T, D> Deserialize<With<T, W>, D> for F
where W: DeserializeWith<F, T, D>, D: Fallible + ?Sized, F: ?Sized,

Source§

fn deserialize( &self, deserializer: &mut D, ) -> Result<With<T, W>, <D as Fallible>::Error>

Deserializes using the given deserializer
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<Src, Dst> LosslessTryInto<Dst> for Src
where Dst: LosslessTryFrom<Src>,

Source§

fn lossless_try_into(self) -> Option<Dst>

Performs the conversion.
Source§

impl<Src, Dst> LossyInto<Dst> for Src
where Dst: LossyFrom<Src>,

Source§

fn lossy_into(self) -> Dst

Performs the conversion.
Source§

impl<T> NumAssign for T
where T: Num + NumAssignOps,

Source§

impl<T, Rhs> NumAssignOps<Rhs> for T
where T: AddAssign<Rhs> + SubAssign<Rhs> + MulAssign<Rhs> + DivAssign<Rhs> + RemAssign<Rhs>,

Source§

impl<T, Rhs, Output> NumOps<Rhs, Output> for T
where T: Sub<Rhs, Output = Output> + Mul<Rhs, Output = Output> + Div<Rhs, Output = Output> + Add<Rhs, Output = Output> + Rem<Rhs, Output = Output>,

Source§

impl<T> OverflowingAs for T

Source§

fn overflowing_as<Dst>(self) -> (Dst, bool)
where T: OverflowingCast<Dst>,

Casts the value.
Source§

impl<Src, Dst> OverflowingCastFrom<Src> for Dst
where Src: OverflowingCast<Dst>,

Source§

fn overflowing_cast_from(src: Src) -> (Dst, bool)

Casts the value.
Source§

impl<T> Pointee for T

Source§

type Metadata = ()

The type for metadata in pointers and references to Self.
Source§

impl<T> Read<Exclusive, BecauseExclusive> for T
where T: ?Sized,

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T> SaturatingAs for T

Source§

fn saturating_as<Dst>(self) -> Dst
where T: SaturatingCast<Dst>,

Casts the value.
Source§

impl<Src, Dst> SaturatingCastFrom<Src> for Dst
where Src: SaturatingCast<Dst>,

Source§

fn saturating_cast_from(src: Src) -> Dst

Casts the value.
Source§

impl<T> StrictAs for T

Source§

fn strict_as<Dst>(self) -> Dst
where T: StrictCast<Dst>,

Casts the value.
Source§

impl<Src, Dst> StrictCastFrom<Src> for Dst
where Src: StrictCast<Dst>,

Source§

fn strict_cast_from(src: Src) -> Dst

Casts the value.
Source§

impl<SS, SP> SupersetOf<SS> for SP
where SS: SubsetOf<SP>,

Source§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

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

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
Source§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T> ToString for T
where T: Display + ?Sized,

Source§

fn to_string(&self) -> String

Converts the given value to a String. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> UnwrappedAs for T

Source§

fn unwrapped_as<Dst>(self) -> Dst
where T: UnwrappedCast<Dst>,

Casts the value.
Source§

impl<Src, Dst> UnwrappedCastFrom<Src> for Dst
where Src: UnwrappedCast<Dst>,

Source§

fn unwrapped_cast_from(src: Src) -> Dst

Casts the value.
Source§

impl<T> WrappingAs for T

Source§

fn wrapping_as<Dst>(self) -> Dst
where T: WrappingCast<Dst>,

Casts the value.
Source§

impl<Src, Dst> WrappingCastFrom<Src> for Dst
where Src: WrappingCast<Dst>,

Source§

fn wrapping_cast_from(src: Src) -> Dst

Casts the value.