Skip to main content

AutoSimd

Struct AutoSimd 

Source
#[repr(align(16))]
pub struct AutoSimd<N>(pub N);
Expand description

A SIMD structure that implements all the relevant traits from num an simba.

This is needed to overcome the orphan rules.

Tuple Fields§

§0: N

Implementations§

Source§

impl AutoSimd<[f32; 2]>

Source

pub const ZERO: AutoSimd<[f32; 2]>

Source

pub const ONE: AutoSimd<[f32; 2]>

Source

pub fn new(_0: f32, _1: f32) -> AutoSimd<[f32; 2]>

Source§

impl AutoSimd<[f32; 4]>

Source

pub const ZERO: AutoSimd<[f32; 4]>

Source

pub const ONE: AutoSimd<[f32; 4]>

Source

pub fn new(_0: f32, _1: f32, _2: f32, _3: f32) -> AutoSimd<[f32; 4]>

Source§

impl AutoSimd<[f32; 8]>

Source

pub const ZERO: AutoSimd<[f32; 8]>

Source

pub const ONE: AutoSimd<[f32; 8]>

Source

pub fn new( _0: f32, _1: f32, _2: f32, _3: f32, _4: f32, _5: f32, _6: f32, _7: f32, ) -> AutoSimd<[f32; 8]>

Source§

impl AutoSimd<[f32; 16]>

Source

pub const ZERO: AutoSimd<[f32; 16]>

Source

pub const ONE: AutoSimd<[f32; 16]>

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, ) -> AutoSimd<[f32; 16]>

Source§

impl AutoSimd<[f64; 2]>

Source

pub const ZERO: AutoSimd<[f64; 2]>

Source

pub const ONE: AutoSimd<[f64; 2]>

Source

pub fn new(_0: f64, _1: f64) -> AutoSimd<[f64; 2]>

Source§

impl AutoSimd<[f64; 4]>

Source

pub const ZERO: AutoSimd<[f64; 4]>

Source

pub const ONE: AutoSimd<[f64; 4]>

Source

pub fn new(_0: f64, _1: f64, _2: f64, _3: f64) -> AutoSimd<[f64; 4]>

Source§

impl AutoSimd<[f64; 8]>

Source

pub const ZERO: AutoSimd<[f64; 8]>

Source

pub const ONE: AutoSimd<[f64; 8]>

Source

pub fn new( _0: f64, _1: f64, _2: f64, _3: f64, _4: f64, _5: f64, _6: f64, _7: f64, ) -> AutoSimd<[f64; 8]>

Source§

impl AutoSimd<[i128; 1]>

Source

pub const ZERO: AutoSimd<[i128; 1]>

Source

pub const ONE: AutoSimd<[i128; 1]>

Source

pub fn new(_0: i128) -> AutoSimd<[i128; 1]>

Source§

impl AutoSimd<[i128; 2]>

Source

pub const ZERO: AutoSimd<[i128; 2]>

Source

pub const ONE: AutoSimd<[i128; 2]>

Source

pub fn new(_0: i128, _1: i128) -> AutoSimd<[i128; 2]>

Source§

impl AutoSimd<[i128; 4]>

Source

pub const ZERO: AutoSimd<[i128; 4]>

Source

pub const ONE: AutoSimd<[i128; 4]>

Source

pub fn new(_0: i128, _1: i128, _2: i128, _3: i128) -> AutoSimd<[i128; 4]>

Source§

impl AutoSimd<[i16; 2]>

Source

pub const ZERO: AutoSimd<[i16; 2]>

Source

pub const ONE: AutoSimd<[i16; 2]>

Source

pub fn new(_0: i16, _1: i16) -> AutoSimd<[i16; 2]>

Source§

impl AutoSimd<[i16; 4]>

Source

pub const ZERO: AutoSimd<[i16; 4]>

Source

pub const ONE: AutoSimd<[i16; 4]>

Source

pub fn new(_0: i16, _1: i16, _2: i16, _3: i16) -> AutoSimd<[i16; 4]>

Source§

impl AutoSimd<[i16; 8]>

Source

pub const ZERO: AutoSimd<[i16; 8]>

Source

pub const ONE: AutoSimd<[i16; 8]>

Source

pub fn new( _0: i16, _1: i16, _2: i16, _3: i16, _4: i16, _5: i16, _6: i16, _7: i16, ) -> AutoSimd<[i16; 8]>

Source§

impl AutoSimd<[i16; 16]>

Source

pub const ZERO: AutoSimd<[i16; 16]>

Source

pub const ONE: AutoSimd<[i16; 16]>

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, ) -> AutoSimd<[i16; 16]>

Source§

impl AutoSimd<[i16; 32]>

Source

pub const ZERO: AutoSimd<[i16; 32]>

Source

pub const ONE: AutoSimd<[i16; 32]>

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, ) -> AutoSimd<[i16; 32]>

Source§

impl AutoSimd<[i32; 2]>

Source

pub const ZERO: AutoSimd<[i32; 2]>

Source

pub const ONE: AutoSimd<[i32; 2]>

Source

pub fn new(_0: i32, _1: i32) -> AutoSimd<[i32; 2]>

Source§

impl AutoSimd<[i32; 4]>

Source

pub const ZERO: AutoSimd<[i32; 4]>

Source

pub const ONE: AutoSimd<[i32; 4]>

Source

pub fn new(_0: i32, _1: i32, _2: i32, _3: i32) -> AutoSimd<[i32; 4]>

Source§

impl AutoSimd<[i32; 8]>

Source

pub const ZERO: AutoSimd<[i32; 8]>

Source

pub const ONE: AutoSimd<[i32; 8]>

Source

pub fn new( _0: i32, _1: i32, _2: i32, _3: i32, _4: i32, _5: i32, _6: i32, _7: i32, ) -> AutoSimd<[i32; 8]>

Source§

impl AutoSimd<[i32; 16]>

Source

pub const ZERO: AutoSimd<[i32; 16]>

Source

pub const ONE: AutoSimd<[i32; 16]>

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, ) -> AutoSimd<[i32; 16]>

Source§

impl AutoSimd<[i64; 2]>

Source

pub const ZERO: AutoSimd<[i64; 2]>

Source

pub const ONE: AutoSimd<[i64; 2]>

Source

pub fn new(_0: i64, _1: i64) -> AutoSimd<[i64; 2]>

Source§

impl AutoSimd<[i64; 4]>

Source

pub const ZERO: AutoSimd<[i64; 4]>

Source

pub const ONE: AutoSimd<[i64; 4]>

Source

pub fn new(_0: i64, _1: i64, _2: i64, _3: i64) -> AutoSimd<[i64; 4]>

Source§

impl AutoSimd<[i64; 8]>

Source

pub const ZERO: AutoSimd<[i64; 8]>

Source

pub const ONE: AutoSimd<[i64; 8]>

Source

pub fn new( _0: i64, _1: i64, _2: i64, _3: i64, _4: i64, _5: i64, _6: i64, _7: i64, ) -> AutoSimd<[i64; 8]>

Source§

impl AutoSimd<[i8; 2]>

Source

pub const ZERO: AutoSimd<[i8; 2]>

Source

pub const ONE: AutoSimd<[i8; 2]>

Source

pub fn new(_0: i8, _1: i8) -> AutoSimd<[i8; 2]>

Source§

impl AutoSimd<[i8; 4]>

Source

pub const ZERO: AutoSimd<[i8; 4]>

Source

pub const ONE: AutoSimd<[i8; 4]>

Source

pub fn new(_0: i8, _1: i8, _2: i8, _3: i8) -> AutoSimd<[i8; 4]>

Source§

impl AutoSimd<[i8; 8]>

Source

pub const ZERO: AutoSimd<[i8; 8]>

Source

pub const ONE: AutoSimd<[i8; 8]>

Source

pub fn new( _0: i8, _1: i8, _2: i8, _3: i8, _4: i8, _5: i8, _6: i8, _7: i8, ) -> AutoSimd<[i8; 8]>

Source§

impl AutoSimd<[i8; 16]>

Source

pub const ZERO: AutoSimd<[i8; 16]>

Source

pub const ONE: AutoSimd<[i8; 16]>

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, ) -> AutoSimd<[i8; 16]>

Source§

impl AutoSimd<[i8; 32]>

Source

pub const ZERO: AutoSimd<[i8; 32]>

Source

pub const ONE: AutoSimd<[i8; 32]>

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, ) -> AutoSimd<[i8; 32]>

Source§

impl AutoSimd<[isize; 2]>

Source

pub const ZERO: AutoSimd<[isize; 2]>

Source

pub const ONE: AutoSimd<[isize; 2]>

Source

pub fn new(_0: isize, _1: isize) -> AutoSimd<[isize; 2]>

Source§

impl AutoSimd<[isize; 4]>

Source

pub const ZERO: AutoSimd<[isize; 4]>

Source

pub const ONE: AutoSimd<[isize; 4]>

Source

pub fn new(_0: isize, _1: isize, _2: isize, _3: isize) -> AutoSimd<[isize; 4]>

Source§

impl AutoSimd<[isize; 8]>

Source

pub const ZERO: AutoSimd<[isize; 8]>

Source

pub const ONE: AutoSimd<[isize; 8]>

Source

pub fn new( _0: isize, _1: isize, _2: isize, _3: isize, _4: isize, _5: isize, _6: isize, _7: isize, ) -> AutoSimd<[isize; 8]>

Source§

impl AutoSimd<[u128; 1]>

Source

pub const ZERO: AutoSimd<[u128; 1]>

Source

pub const ONE: AutoSimd<[u128; 1]>

Source

pub fn new(_0: u128) -> AutoSimd<[u128; 1]>

Source§

impl AutoSimd<[u128; 2]>

Source

pub const ZERO: AutoSimd<[u128; 2]>

Source

pub const ONE: AutoSimd<[u128; 2]>

Source

pub fn new(_0: u128, _1: u128) -> AutoSimd<[u128; 2]>

Source§

impl AutoSimd<[u128; 4]>

Source

pub const ZERO: AutoSimd<[u128; 4]>

Source

pub const ONE: AutoSimd<[u128; 4]>

Source

pub fn new(_0: u128, _1: u128, _2: u128, _3: u128) -> AutoSimd<[u128; 4]>

Source§

impl AutoSimd<[u16; 2]>

Source

pub const ZERO: AutoSimd<[u16; 2]>

Source

pub const ONE: AutoSimd<[u16; 2]>

Source

pub fn new(_0: u16, _1: u16) -> AutoSimd<[u16; 2]>

Source§

impl AutoSimd<[u16; 4]>

Source

pub const ZERO: AutoSimd<[u16; 4]>

Source

pub const ONE: AutoSimd<[u16; 4]>

Source

pub fn new(_0: u16, _1: u16, _2: u16, _3: u16) -> AutoSimd<[u16; 4]>

Source§

impl AutoSimd<[u16; 8]>

Source

pub const ZERO: AutoSimd<[u16; 8]>

Source

pub const ONE: AutoSimd<[u16; 8]>

Source

pub fn new( _0: u16, _1: u16, _2: u16, _3: u16, _4: u16, _5: u16, _6: u16, _7: u16, ) -> AutoSimd<[u16; 8]>

Source§

impl AutoSimd<[u16; 16]>

Source

pub const ZERO: AutoSimd<[u16; 16]>

Source

pub const ONE: AutoSimd<[u16; 16]>

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, ) -> AutoSimd<[u16; 16]>

Source§

impl AutoSimd<[u16; 32]>

Source

pub const ZERO: AutoSimd<[u16; 32]>

Source

pub const ONE: AutoSimd<[u16; 32]>

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, ) -> AutoSimd<[u16; 32]>

Source§

impl AutoSimd<[u32; 2]>

Source

pub const ZERO: AutoSimd<[u32; 2]>

Source

pub const ONE: AutoSimd<[u32; 2]>

Source

pub fn new(_0: u32, _1: u32) -> AutoSimd<[u32; 2]>

Source§

impl AutoSimd<[u32; 4]>

Source

pub const ZERO: AutoSimd<[u32; 4]>

Source

pub const ONE: AutoSimd<[u32; 4]>

Source

pub fn new(_0: u32, _1: u32, _2: u32, _3: u32) -> AutoSimd<[u32; 4]>

Source§

impl AutoSimd<[u32; 8]>

Source

pub const ZERO: AutoSimd<[u32; 8]>

Source

pub const ONE: AutoSimd<[u32; 8]>

Source

pub fn new( _0: u32, _1: u32, _2: u32, _3: u32, _4: u32, _5: u32, _6: u32, _7: u32, ) -> AutoSimd<[u32; 8]>

Source§

impl AutoSimd<[u32; 16]>

Source

pub const ZERO: AutoSimd<[u32; 16]>

Source

pub const ONE: AutoSimd<[u32; 16]>

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, ) -> AutoSimd<[u32; 16]>

Source§

impl AutoSimd<[u64; 2]>

Source

pub const ZERO: AutoSimd<[u64; 2]>

Source

pub const ONE: AutoSimd<[u64; 2]>

Source

pub fn new(_0: u64, _1: u64) -> AutoSimd<[u64; 2]>

Source§

impl AutoSimd<[u64; 4]>

Source

pub const ZERO: AutoSimd<[u64; 4]>

Source

pub const ONE: AutoSimd<[u64; 4]>

Source

pub fn new(_0: u64, _1: u64, _2: u64, _3: u64) -> AutoSimd<[u64; 4]>

Source§

impl AutoSimd<[u64; 8]>

Source

pub const ZERO: AutoSimd<[u64; 8]>

Source

pub const ONE: AutoSimd<[u64; 8]>

Source

pub fn new( _0: u64, _1: u64, _2: u64, _3: u64, _4: u64, _5: u64, _6: u64, _7: u64, ) -> AutoSimd<[u64; 8]>

Source§

impl AutoSimd<[u8; 2]>

Source

pub const ZERO: AutoSimd<[u8; 2]>

Source

pub const ONE: AutoSimd<[u8; 2]>

Source

pub fn new(_0: u8, _1: u8) -> AutoSimd<[u8; 2]>

Source§

impl AutoSimd<[u8; 4]>

Source

pub const ZERO: AutoSimd<[u8; 4]>

Source

pub const ONE: AutoSimd<[u8; 4]>

Source

pub fn new(_0: u8, _1: u8, _2: u8, _3: u8) -> AutoSimd<[u8; 4]>

Source§

impl AutoSimd<[u8; 8]>

Source

pub const ZERO: AutoSimd<[u8; 8]>

Source

pub const ONE: AutoSimd<[u8; 8]>

Source

pub fn new( _0: u8, _1: u8, _2: u8, _3: u8, _4: u8, _5: u8, _6: u8, _7: u8, ) -> AutoSimd<[u8; 8]>

Source§

impl AutoSimd<[u8; 16]>

Source

pub const ZERO: AutoSimd<[u8; 16]>

Source

pub const ONE: AutoSimd<[u8; 16]>

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, ) -> AutoSimd<[u8; 16]>

Source§

impl AutoSimd<[u8; 32]>

Source

pub const ZERO: AutoSimd<[u8; 32]>

Source

pub const ONE: AutoSimd<[u8; 32]>

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, ) -> AutoSimd<[u8; 32]>

Source§

impl AutoSimd<[usize; 2]>

Source

pub const ZERO: AutoSimd<[usize; 2]>

Source

pub const ONE: AutoSimd<[usize; 2]>

Source

pub fn new(_0: usize, _1: usize) -> AutoSimd<[usize; 2]>

Source§

impl AutoSimd<[usize; 4]>

Source

pub const ZERO: AutoSimd<[usize; 4]>

Source

pub const ONE: AutoSimd<[usize; 4]>

Source

pub fn new(_0: usize, _1: usize, _2: usize, _3: usize) -> AutoSimd<[usize; 4]>

Source§

impl AutoSimd<[usize; 8]>

Source

pub const ZERO: AutoSimd<[usize; 8]>

Source

pub const ONE: AutoSimd<[usize; 8]>

Source

pub fn new( _0: usize, _1: usize, _2: usize, _3: usize, _4: usize, _5: usize, _6: usize, _7: usize, ) -> AutoSimd<[usize; 8]>

Source§

impl AutoSimd<[bool; 1]>

Source

pub const ZERO: AutoSimd<[bool; 1]>

Source

pub const ONE: AutoSimd<[bool; 1]>

Source

pub fn new(_0: bool) -> AutoSimd<[bool; 1]>

Source§

impl AutoSimd<[bool; 2]>

Source

pub const ZERO: AutoSimd<[bool; 2]>

Source

pub const ONE: AutoSimd<[bool; 2]>

Source

pub fn new(_0: bool, _1: bool) -> AutoSimd<[bool; 2]>

Source§

impl AutoSimd<[bool; 4]>

Source

pub const ZERO: AutoSimd<[bool; 4]>

Source

pub const ONE: AutoSimd<[bool; 4]>

Source

pub fn new(_0: bool, _1: bool, _2: bool, _3: bool) -> AutoSimd<[bool; 4]>

Source§

impl AutoSimd<[bool; 8]>

Source

pub const ZERO: AutoSimd<[bool; 8]>

Source

pub const ONE: AutoSimd<[bool; 8]>

Source

pub fn new( _0: bool, _1: bool, _2: bool, _3: bool, _4: bool, _5: bool, _6: bool, _7: bool, ) -> AutoSimd<[bool; 8]>

Source§

impl AutoSimd<[bool; 16]>

Source

pub const ZERO: AutoSimd<[bool; 16]>

Source

pub const ONE: AutoSimd<[bool; 16]>

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, ) -> AutoSimd<[bool; 16]>

Source§

impl AutoSimd<[bool; 32]>

Source

pub const ZERO: AutoSimd<[bool; 32]>

Source

pub const ONE: AutoSimd<[bool; 32]>

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, ) -> AutoSimd<[bool; 32]>

Trait Implementations§

Source§

impl Add for AutoSimd<[f32; 2]>

Source§

type Output = AutoSimd<[f32; 2]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[f32; 2]>) -> AutoSimd<[f32; 2]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[f32; 4]>

Source§

type Output = AutoSimd<[f32; 4]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[f32; 4]>) -> AutoSimd<[f32; 4]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[f32; 8]>

Source§

type Output = AutoSimd<[f32; 8]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[f32; 8]>) -> AutoSimd<[f32; 8]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[f32; 16]>

Source§

type Output = AutoSimd<[f32; 16]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[f32; 16]>) -> AutoSimd<[f32; 16]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[f64; 2]>

Source§

type Output = AutoSimd<[f64; 2]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[f64; 2]>) -> AutoSimd<[f64; 2]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[f64; 4]>

Source§

type Output = AutoSimd<[f64; 4]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[f64; 4]>) -> AutoSimd<[f64; 4]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[f64; 8]>

Source§

type Output = AutoSimd<[f64; 8]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[f64; 8]>) -> AutoSimd<[f64; 8]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[i128; 1]>

Source§

type Output = AutoSimd<[i128; 1]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[i128; 1]>) -> AutoSimd<[i128; 1]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[i128; 2]>

Source§

type Output = AutoSimd<[i128; 2]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[i128; 2]>) -> AutoSimd<[i128; 2]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[i128; 4]>

Source§

type Output = AutoSimd<[i128; 4]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[i128; 4]>) -> AutoSimd<[i128; 4]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[i16; 2]>

Source§

type Output = AutoSimd<[i16; 2]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[i16; 2]>) -> AutoSimd<[i16; 2]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[i16; 4]>

Source§

type Output = AutoSimd<[i16; 4]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[i16; 4]>) -> AutoSimd<[i16; 4]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[i16; 8]>

Source§

type Output = AutoSimd<[i16; 8]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[i16; 8]>) -> AutoSimd<[i16; 8]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[i16; 16]>

Source§

type Output = AutoSimd<[i16; 16]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[i16; 16]>) -> AutoSimd<[i16; 16]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[i16; 32]>

Source§

type Output = AutoSimd<[i16; 32]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[i16; 32]>) -> AutoSimd<[i16; 32]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[i32; 2]>

Source§

type Output = AutoSimd<[i32; 2]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[i32; 2]>) -> AutoSimd<[i32; 2]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[i32; 4]>

Source§

type Output = AutoSimd<[i32; 4]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[i32; 4]>) -> AutoSimd<[i32; 4]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[i32; 8]>

Source§

type Output = AutoSimd<[i32; 8]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[i32; 8]>) -> AutoSimd<[i32; 8]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[i32; 16]>

Source§

type Output = AutoSimd<[i32; 16]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[i32; 16]>) -> AutoSimd<[i32; 16]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[i64; 2]>

Source§

type Output = AutoSimd<[i64; 2]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[i64; 2]>) -> AutoSimd<[i64; 2]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[i64; 4]>

Source§

type Output = AutoSimd<[i64; 4]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[i64; 4]>) -> AutoSimd<[i64; 4]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[i64; 8]>

Source§

type Output = AutoSimd<[i64; 8]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[i64; 8]>) -> AutoSimd<[i64; 8]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[i8; 2]>

Source§

type Output = AutoSimd<[i8; 2]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[i8; 2]>) -> AutoSimd<[i8; 2]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[i8; 4]>

Source§

type Output = AutoSimd<[i8; 4]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[i8; 4]>) -> AutoSimd<[i8; 4]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[i8; 8]>

Source§

type Output = AutoSimd<[i8; 8]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[i8; 8]>) -> AutoSimd<[i8; 8]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[i8; 16]>

Source§

type Output = AutoSimd<[i8; 16]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[i8; 16]>) -> AutoSimd<[i8; 16]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[i8; 32]>

Source§

type Output = AutoSimd<[i8; 32]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[i8; 32]>) -> AutoSimd<[i8; 32]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[isize; 2]>

Source§

type Output = AutoSimd<[isize; 2]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[isize; 2]>) -> AutoSimd<[isize; 2]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[isize; 4]>

Source§

type Output = AutoSimd<[isize; 4]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[isize; 4]>) -> AutoSimd<[isize; 4]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[isize; 8]>

Source§

type Output = AutoSimd<[isize; 8]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[isize; 8]>) -> AutoSimd<[isize; 8]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[u128; 1]>

Source§

type Output = AutoSimd<[u128; 1]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[u128; 1]>) -> AutoSimd<[u128; 1]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[u128; 2]>

Source§

type Output = AutoSimd<[u128; 2]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[u128; 2]>) -> AutoSimd<[u128; 2]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[u128; 4]>

Source§

type Output = AutoSimd<[u128; 4]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[u128; 4]>) -> AutoSimd<[u128; 4]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[u16; 2]>

Source§

type Output = AutoSimd<[u16; 2]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[u16; 2]>) -> AutoSimd<[u16; 2]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[u16; 4]>

Source§

type Output = AutoSimd<[u16; 4]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[u16; 4]>) -> AutoSimd<[u16; 4]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[u16; 8]>

Source§

type Output = AutoSimd<[u16; 8]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[u16; 8]>) -> AutoSimd<[u16; 8]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[u16; 16]>

Source§

type Output = AutoSimd<[u16; 16]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[u16; 16]>) -> AutoSimd<[u16; 16]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[u16; 32]>

Source§

type Output = AutoSimd<[u16; 32]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[u16; 32]>) -> AutoSimd<[u16; 32]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[u32; 2]>

Source§

type Output = AutoSimd<[u32; 2]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[u32; 2]>) -> AutoSimd<[u32; 2]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[u32; 4]>

Source§

type Output = AutoSimd<[u32; 4]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[u32; 4]>) -> AutoSimd<[u32; 4]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[u32; 8]>

Source§

type Output = AutoSimd<[u32; 8]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[u32; 8]>) -> AutoSimd<[u32; 8]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[u32; 16]>

Source§

type Output = AutoSimd<[u32; 16]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[u32; 16]>) -> AutoSimd<[u32; 16]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[u64; 2]>

Source§

type Output = AutoSimd<[u64; 2]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[u64; 2]>) -> AutoSimd<[u64; 2]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[u64; 4]>

Source§

type Output = AutoSimd<[u64; 4]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[u64; 4]>) -> AutoSimd<[u64; 4]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[u64; 8]>

Source§

type Output = AutoSimd<[u64; 8]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[u64; 8]>) -> AutoSimd<[u64; 8]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[u8; 2]>

Source§

type Output = AutoSimd<[u8; 2]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[u8; 2]>) -> AutoSimd<[u8; 2]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[u8; 4]>

Source§

type Output = AutoSimd<[u8; 4]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[u8; 4]>) -> AutoSimd<[u8; 4]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[u8; 8]>

Source§

type Output = AutoSimd<[u8; 8]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[u8; 8]>) -> AutoSimd<[u8; 8]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[u8; 16]>

Source§

type Output = AutoSimd<[u8; 16]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[u8; 16]>) -> AutoSimd<[u8; 16]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[u8; 32]>

Source§

type Output = AutoSimd<[u8; 32]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[u8; 32]>) -> AutoSimd<[u8; 32]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[usize; 2]>

Source§

type Output = AutoSimd<[usize; 2]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[usize; 2]>) -> AutoSimd<[usize; 2]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[usize; 4]>

Source§

type Output = AutoSimd<[usize; 4]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[usize; 4]>) -> AutoSimd<[usize; 4]>

Performs the + operation. Read more
Source§

impl Add for AutoSimd<[usize; 8]>

Source§

type Output = AutoSimd<[usize; 8]>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: AutoSimd<[usize; 8]>) -> AutoSimd<[usize; 8]>

Performs the + operation. Read more
Source§

impl AddAssign for AutoSimd<[f32; 2]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[f32; 2]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[f32; 4]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[f32; 4]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[f32; 8]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[f32; 8]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[f32; 16]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[f32; 16]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[f64; 2]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[f64; 2]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[f64; 4]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[f64; 4]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[f64; 8]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[f64; 8]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[i128; 1]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[i128; 1]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[i128; 2]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[i128; 2]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[i128; 4]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[i128; 4]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[i16; 2]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[i16; 2]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[i16; 4]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[i16; 4]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[i16; 8]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[i16; 8]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[i16; 16]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[i16; 16]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[i16; 32]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[i16; 32]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[i32; 2]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[i32; 2]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[i32; 4]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[i32; 4]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[i32; 8]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[i32; 8]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[i32; 16]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[i32; 16]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[i64; 2]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[i64; 2]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[i64; 4]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[i64; 4]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[i64; 8]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[i64; 8]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[i8; 2]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[i8; 2]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[i8; 4]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[i8; 4]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[i8; 8]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[i8; 8]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[i8; 16]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[i8; 16]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[i8; 32]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[i8; 32]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[isize; 2]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[isize; 2]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[isize; 4]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[isize; 4]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[isize; 8]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[isize; 8]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[u128; 1]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[u128; 1]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[u128; 2]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[u128; 2]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[u128; 4]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[u128; 4]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[u16; 2]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[u16; 2]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[u16; 4]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[u16; 4]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[u16; 8]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[u16; 8]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[u16; 16]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[u16; 16]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[u16; 32]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[u16; 32]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[u32; 2]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[u32; 2]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[u32; 4]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[u32; 4]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[u32; 8]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[u32; 8]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[u32; 16]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[u32; 16]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[u64; 2]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[u64; 2]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[u64; 4]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[u64; 4]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[u64; 8]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[u64; 8]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[u8; 2]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[u8; 2]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[u8; 4]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[u8; 4]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[u8; 8]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[u8; 8]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[u8; 16]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[u8; 16]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[u8; 32]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[u8; 32]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[usize; 2]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[usize; 2]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[usize; 4]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[usize; 4]>)

Performs the += operation. Read more
Source§

impl AddAssign for AutoSimd<[usize; 8]>

Source§

fn add_assign(&mut self, rhs: AutoSimd<[usize; 8]>)

Performs the += operation. Read more
Source§

impl BitAnd for AutoSimd<[bool; 1]>

Source§

type Output = AutoSimd<[bool; 1]>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: AutoSimd<[bool; 1]>) -> AutoSimd<[bool; 1]>

Performs the & operation. Read more
Source§

impl BitAnd for AutoSimd<[bool; 2]>

Source§

type Output = AutoSimd<[bool; 2]>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: AutoSimd<[bool; 2]>) -> AutoSimd<[bool; 2]>

Performs the & operation. Read more
Source§

impl BitAnd for AutoSimd<[bool; 4]>

Source§

type Output = AutoSimd<[bool; 4]>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: AutoSimd<[bool; 4]>) -> AutoSimd<[bool; 4]>

Performs the & operation. Read more
Source§

impl BitAnd for AutoSimd<[bool; 8]>

Source§

type Output = AutoSimd<[bool; 8]>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: AutoSimd<[bool; 8]>) -> AutoSimd<[bool; 8]>

Performs the & operation. Read more
Source§

impl BitAnd for AutoSimd<[bool; 16]>

Source§

type Output = AutoSimd<[bool; 16]>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: AutoSimd<[bool; 16]>) -> AutoSimd<[bool; 16]>

Performs the & operation. Read more
Source§

impl BitAnd for AutoSimd<[bool; 32]>

Source§

type Output = AutoSimd<[bool; 32]>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: AutoSimd<[bool; 32]>) -> AutoSimd<[bool; 32]>

Performs the & operation. Read more
Source§

impl BitOr for AutoSimd<[bool; 1]>

Source§

type Output = AutoSimd<[bool; 1]>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: AutoSimd<[bool; 1]>) -> AutoSimd<[bool; 1]>

Performs the | operation. Read more
Source§

impl BitOr for AutoSimd<[bool; 2]>

Source§

type Output = AutoSimd<[bool; 2]>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: AutoSimd<[bool; 2]>) -> AutoSimd<[bool; 2]>

Performs the | operation. Read more
Source§

impl BitOr for AutoSimd<[bool; 4]>

Source§

type Output = AutoSimd<[bool; 4]>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: AutoSimd<[bool; 4]>) -> AutoSimd<[bool; 4]>

Performs the | operation. Read more
Source§

impl BitOr for AutoSimd<[bool; 8]>

Source§

type Output = AutoSimd<[bool; 8]>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: AutoSimd<[bool; 8]>) -> AutoSimd<[bool; 8]>

Performs the | operation. Read more
Source§

impl BitOr for AutoSimd<[bool; 16]>

Source§

type Output = AutoSimd<[bool; 16]>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: AutoSimd<[bool; 16]>) -> AutoSimd<[bool; 16]>

Performs the | operation. Read more
Source§

impl BitOr for AutoSimd<[bool; 32]>

Source§

type Output = AutoSimd<[bool; 32]>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: AutoSimd<[bool; 32]>) -> AutoSimd<[bool; 32]>

Performs the | operation. Read more
Source§

impl BitXor for AutoSimd<[bool; 1]>

Source§

type Output = AutoSimd<[bool; 1]>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: AutoSimd<[bool; 1]>) -> AutoSimd<[bool; 1]>

Performs the ^ operation. Read more
Source§

impl BitXor for AutoSimd<[bool; 2]>

Source§

type Output = AutoSimd<[bool; 2]>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: AutoSimd<[bool; 2]>) -> AutoSimd<[bool; 2]>

Performs the ^ operation. Read more
Source§

impl BitXor for AutoSimd<[bool; 4]>

Source§

type Output = AutoSimd<[bool; 4]>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: AutoSimd<[bool; 4]>) -> AutoSimd<[bool; 4]>

Performs the ^ operation. Read more
Source§

impl BitXor for AutoSimd<[bool; 8]>

Source§

type Output = AutoSimd<[bool; 8]>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: AutoSimd<[bool; 8]>) -> AutoSimd<[bool; 8]>

Performs the ^ operation. Read more
Source§

impl BitXor for AutoSimd<[bool; 16]>

Source§

type Output = AutoSimd<[bool; 16]>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: AutoSimd<[bool; 16]>) -> AutoSimd<[bool; 16]>

Performs the ^ operation. Read more
Source§

impl BitXor for AutoSimd<[bool; 32]>

Source§

type Output = AutoSimd<[bool; 32]>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: AutoSimd<[bool; 32]>) -> AutoSimd<[bool; 32]>

Performs the ^ operation. Read more
Source§

impl<N> Clone for AutoSimd<N>
where N: Clone,

Source§

fn clone(&self) -> AutoSimd<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 for AutoSimd<N>
where N: Copy,

Source§

impl<N> Debug for AutoSimd<N>
where N: Debug,

Source§

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

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

impl<N> Default for AutoSimd<N>
where N: Default,

Source§

fn default() -> AutoSimd<N>

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

impl Display for AutoSimd<[f32; 2]>

Source§

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

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

impl Display for AutoSimd<[f32; 4]>

Source§

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

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

impl Display for AutoSimd<[f32; 8]>

Source§

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

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

impl Display for AutoSimd<[f32; 16]>

Source§

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

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

impl Display for AutoSimd<[f64; 2]>

Source§

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

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

impl Display for AutoSimd<[f64; 4]>

Source§

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

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

impl Display for AutoSimd<[f64; 8]>

Source§

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

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

impl Display for AutoSimd<[i128; 1]>

Source§

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

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

impl Display for AutoSimd<[i128; 2]>

Source§

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

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

impl Display for AutoSimd<[i128; 4]>

Source§

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

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

impl Display for AutoSimd<[i16; 2]>

Source§

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

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

impl Display for AutoSimd<[i16; 4]>

Source§

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

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

impl Display for AutoSimd<[i16; 8]>

Source§

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

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

impl Display for AutoSimd<[i16; 16]>

Source§

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

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

impl Display for AutoSimd<[i16; 32]>

Source§

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

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

impl Display for AutoSimd<[i32; 2]>

Source§

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

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

impl Display for AutoSimd<[i32; 4]>

Source§

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

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

impl Display for AutoSimd<[i32; 8]>

Source§

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

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

impl Display for AutoSimd<[i32; 16]>

Source§

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

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

impl Display for AutoSimd<[i64; 2]>

Source§

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

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

impl Display for AutoSimd<[i64; 4]>

Source§

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

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

impl Display for AutoSimd<[i64; 8]>

Source§

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

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

impl Display for AutoSimd<[i8; 2]>

Source§

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

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

impl Display for AutoSimd<[i8; 4]>

Source§

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

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

impl Display for AutoSimd<[i8; 8]>

Source§

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

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

impl Display for AutoSimd<[i8; 16]>

Source§

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

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

impl Display for AutoSimd<[i8; 32]>

Source§

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

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

impl Display for AutoSimd<[isize; 2]>

Source§

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

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

impl Display for AutoSimd<[isize; 4]>

Source§

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

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

impl Display for AutoSimd<[isize; 8]>

Source§

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

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

impl Display for AutoSimd<[u128; 1]>

Source§

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

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

impl Display for AutoSimd<[u128; 2]>

Source§

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

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

impl Display for AutoSimd<[u128; 4]>

Source§

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

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

impl Display for AutoSimd<[u16; 2]>

Source§

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

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

impl Display for AutoSimd<[u16; 4]>

Source§

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

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

impl Display for AutoSimd<[u16; 8]>

Source§

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

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

impl Display for AutoSimd<[u16; 16]>

Source§

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

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

impl Display for AutoSimd<[u16; 32]>

Source§

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

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

impl Display for AutoSimd<[u32; 2]>

Source§

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

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

impl Display for AutoSimd<[u32; 4]>

Source§

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

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

impl Display for AutoSimd<[u32; 8]>

Source§

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

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

impl Display for AutoSimd<[u32; 16]>

Source§

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

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

impl Display for AutoSimd<[u64; 2]>

Source§

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

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

impl Display for AutoSimd<[u64; 4]>

Source§

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

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

impl Display for AutoSimd<[u64; 8]>

Source§

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

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

impl Display for AutoSimd<[u8; 2]>

Source§

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

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

impl Display for AutoSimd<[u8; 4]>

Source§

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

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

impl Display for AutoSimd<[u8; 8]>

Source§

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

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

impl Display for AutoSimd<[u8; 16]>

Source§

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

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

impl Display for AutoSimd<[u8; 32]>

Source§

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

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

impl Display for AutoSimd<[usize; 2]>

Source§

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

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

impl Display for AutoSimd<[usize; 4]>

Source§

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

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

impl Display for AutoSimd<[usize; 8]>

Source§

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

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

impl Display for AutoSimd<[bool; 1]>

Source§

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

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

impl Display for AutoSimd<[bool; 2]>

Source§

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

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

impl Display for AutoSimd<[bool; 4]>

Source§

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

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

impl Display for AutoSimd<[bool; 8]>

Source§

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

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

impl Display for AutoSimd<[bool; 16]>

Source§

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

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

impl Display for AutoSimd<[bool; 32]>

Source§

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

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

impl Distribution<AutoSimd<[bool; 1]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[bool; 1]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[bool; 2]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[bool; 2]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[bool; 4]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[bool; 4]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[bool; 8]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[bool; 8]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[bool; 16]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[bool; 16]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[bool; 32]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[bool; 32]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[f32; 2]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[f32; 2]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[f32; 4]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[f32; 4]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[f32; 8]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[f32; 8]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[f32; 16]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[f32; 16]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[f64; 2]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[f64; 2]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[f64; 4]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[f64; 4]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[f64; 8]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[f64; 8]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[i8; 2]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[i8; 2]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[i8; 4]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[i8; 4]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[i8; 8]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[i8; 8]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[i8; 16]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[i8; 16]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[i8; 32]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[i8; 32]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[i16; 2]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[i16; 2]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[i16; 4]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[i16; 4]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[i16; 8]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[i16; 8]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[i16; 16]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[i16; 16]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[i16; 32]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[i16; 32]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[i32; 2]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[i32; 2]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[i32; 4]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[i32; 4]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[i32; 8]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[i32; 8]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[i32; 16]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[i32; 16]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[i64; 2]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[i64; 2]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[i64; 4]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[i64; 4]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[i64; 8]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[i64; 8]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[i128; 1]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[i128; 1]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[i128; 2]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[i128; 2]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[i128; 4]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[i128; 4]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[isize; 2]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[isize; 2]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[isize; 4]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[isize; 4]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[isize; 8]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[isize; 8]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[u8; 2]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[u8; 2]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[u8; 4]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[u8; 4]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[u8; 8]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[u8; 8]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[u8; 16]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[u8; 16]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[u8; 32]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[u8; 32]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[u16; 2]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[u16; 2]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[u16; 4]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[u16; 4]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[u16; 8]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[u16; 8]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[u16; 16]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[u16; 16]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[u16; 32]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[u16; 32]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[u32; 2]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[u32; 2]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[u32; 4]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[u32; 4]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[u32; 8]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[u32; 8]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[u32; 16]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[u32; 16]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[u64; 2]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[u64; 2]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[u64; 4]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[u64; 4]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[u64; 8]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[u64; 8]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[u128; 1]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[u128; 1]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[u128; 2]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[u128; 2]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[u128; 4]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[u128; 4]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[usize; 2]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[usize; 2]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[usize; 4]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[usize; 4]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Distribution<AutoSimd<[usize; 8]>> for Standard

Source§

fn sample<R>(&self, rng: &mut R) -> AutoSimd<[usize; 8]>
where R: Rng + ?Sized,

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

fn sample_iter<R>(self, rng: R) -> DistIter<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) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
Source§

impl Div for AutoSimd<[f32; 2]>

Source§

type Output = AutoSimd<[f32; 2]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[f32; 2]>) -> AutoSimd<[f32; 2]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[f32; 4]>

Source§

type Output = AutoSimd<[f32; 4]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[f32; 4]>) -> AutoSimd<[f32; 4]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[f32; 8]>

Source§

type Output = AutoSimd<[f32; 8]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[f32; 8]>) -> AutoSimd<[f32; 8]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[f32; 16]>

Source§

type Output = AutoSimd<[f32; 16]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[f32; 16]>) -> AutoSimd<[f32; 16]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[f64; 2]>

Source§

type Output = AutoSimd<[f64; 2]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[f64; 2]>) -> AutoSimd<[f64; 2]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[f64; 4]>

Source§

type Output = AutoSimd<[f64; 4]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[f64; 4]>) -> AutoSimd<[f64; 4]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[f64; 8]>

Source§

type Output = AutoSimd<[f64; 8]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[f64; 8]>) -> AutoSimd<[f64; 8]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[i128; 1]>

Source§

type Output = AutoSimd<[i128; 1]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[i128; 1]>) -> AutoSimd<[i128; 1]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[i128; 2]>

Source§

type Output = AutoSimd<[i128; 2]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[i128; 2]>) -> AutoSimd<[i128; 2]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[i128; 4]>

Source§

type Output = AutoSimd<[i128; 4]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[i128; 4]>) -> AutoSimd<[i128; 4]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[i16; 2]>

Source§

type Output = AutoSimd<[i16; 2]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[i16; 2]>) -> AutoSimd<[i16; 2]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[i16; 4]>

Source§

type Output = AutoSimd<[i16; 4]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[i16; 4]>) -> AutoSimd<[i16; 4]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[i16; 8]>

Source§

type Output = AutoSimd<[i16; 8]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[i16; 8]>) -> AutoSimd<[i16; 8]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[i16; 16]>

Source§

type Output = AutoSimd<[i16; 16]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[i16; 16]>) -> AutoSimd<[i16; 16]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[i16; 32]>

Source§

type Output = AutoSimd<[i16; 32]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[i16; 32]>) -> AutoSimd<[i16; 32]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[i32; 2]>

Source§

type Output = AutoSimd<[i32; 2]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[i32; 2]>) -> AutoSimd<[i32; 2]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[i32; 4]>

Source§

type Output = AutoSimd<[i32; 4]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[i32; 4]>) -> AutoSimd<[i32; 4]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[i32; 8]>

Source§

type Output = AutoSimd<[i32; 8]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[i32; 8]>) -> AutoSimd<[i32; 8]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[i32; 16]>

Source§

type Output = AutoSimd<[i32; 16]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[i32; 16]>) -> AutoSimd<[i32; 16]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[i64; 2]>

Source§

type Output = AutoSimd<[i64; 2]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[i64; 2]>) -> AutoSimd<[i64; 2]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[i64; 4]>

Source§

type Output = AutoSimd<[i64; 4]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[i64; 4]>) -> AutoSimd<[i64; 4]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[i64; 8]>

Source§

type Output = AutoSimd<[i64; 8]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[i64; 8]>) -> AutoSimd<[i64; 8]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[i8; 2]>

Source§

type Output = AutoSimd<[i8; 2]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[i8; 2]>) -> AutoSimd<[i8; 2]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[i8; 4]>

Source§

type Output = AutoSimd<[i8; 4]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[i8; 4]>) -> AutoSimd<[i8; 4]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[i8; 8]>

Source§

type Output = AutoSimd<[i8; 8]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[i8; 8]>) -> AutoSimd<[i8; 8]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[i8; 16]>

Source§

type Output = AutoSimd<[i8; 16]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[i8; 16]>) -> AutoSimd<[i8; 16]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[i8; 32]>

Source§

type Output = AutoSimd<[i8; 32]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[i8; 32]>) -> AutoSimd<[i8; 32]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[isize; 2]>

Source§

type Output = AutoSimd<[isize; 2]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[isize; 2]>) -> AutoSimd<[isize; 2]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[isize; 4]>

Source§

type Output = AutoSimd<[isize; 4]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[isize; 4]>) -> AutoSimd<[isize; 4]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[isize; 8]>

Source§

type Output = AutoSimd<[isize; 8]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[isize; 8]>) -> AutoSimd<[isize; 8]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[u128; 1]>

Source§

type Output = AutoSimd<[u128; 1]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[u128; 1]>) -> AutoSimd<[u128; 1]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[u128; 2]>

Source§

type Output = AutoSimd<[u128; 2]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[u128; 2]>) -> AutoSimd<[u128; 2]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[u128; 4]>

Source§

type Output = AutoSimd<[u128; 4]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[u128; 4]>) -> AutoSimd<[u128; 4]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[u16; 2]>

Source§

type Output = AutoSimd<[u16; 2]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[u16; 2]>) -> AutoSimd<[u16; 2]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[u16; 4]>

Source§

type Output = AutoSimd<[u16; 4]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[u16; 4]>) -> AutoSimd<[u16; 4]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[u16; 8]>

Source§

type Output = AutoSimd<[u16; 8]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[u16; 8]>) -> AutoSimd<[u16; 8]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[u16; 16]>

Source§

type Output = AutoSimd<[u16; 16]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[u16; 16]>) -> AutoSimd<[u16; 16]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[u16; 32]>

Source§

type Output = AutoSimd<[u16; 32]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[u16; 32]>) -> AutoSimd<[u16; 32]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[u32; 2]>

Source§

type Output = AutoSimd<[u32; 2]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[u32; 2]>) -> AutoSimd<[u32; 2]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[u32; 4]>

Source§

type Output = AutoSimd<[u32; 4]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[u32; 4]>) -> AutoSimd<[u32; 4]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[u32; 8]>

Source§

type Output = AutoSimd<[u32; 8]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[u32; 8]>) -> AutoSimd<[u32; 8]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[u32; 16]>

Source§

type Output = AutoSimd<[u32; 16]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[u32; 16]>) -> AutoSimd<[u32; 16]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[u64; 2]>

Source§

type Output = AutoSimd<[u64; 2]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[u64; 2]>) -> AutoSimd<[u64; 2]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[u64; 4]>

Source§

type Output = AutoSimd<[u64; 4]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[u64; 4]>) -> AutoSimd<[u64; 4]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[u64; 8]>

Source§

type Output = AutoSimd<[u64; 8]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[u64; 8]>) -> AutoSimd<[u64; 8]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[u8; 2]>

Source§

type Output = AutoSimd<[u8; 2]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[u8; 2]>) -> AutoSimd<[u8; 2]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[u8; 4]>

Source§

type Output = AutoSimd<[u8; 4]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[u8; 4]>) -> AutoSimd<[u8; 4]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[u8; 8]>

Source§

type Output = AutoSimd<[u8; 8]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[u8; 8]>) -> AutoSimd<[u8; 8]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[u8; 16]>

Source§

type Output = AutoSimd<[u8; 16]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[u8; 16]>) -> AutoSimd<[u8; 16]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[u8; 32]>

Source§

type Output = AutoSimd<[u8; 32]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[u8; 32]>) -> AutoSimd<[u8; 32]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[usize; 2]>

Source§

type Output = AutoSimd<[usize; 2]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[usize; 2]>) -> AutoSimd<[usize; 2]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[usize; 4]>

Source§

type Output = AutoSimd<[usize; 4]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[usize; 4]>) -> AutoSimd<[usize; 4]>

Performs the / operation. Read more
Source§

impl Div for AutoSimd<[usize; 8]>

Source§

type Output = AutoSimd<[usize; 8]>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: AutoSimd<[usize; 8]>) -> AutoSimd<[usize; 8]>

Performs the / operation. Read more
Source§

impl DivAssign for AutoSimd<[f32; 2]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[f32; 2]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[f32; 4]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[f32; 4]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[f32; 8]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[f32; 8]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[f32; 16]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[f32; 16]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[f64; 2]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[f64; 2]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[f64; 4]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[f64; 4]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[f64; 8]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[f64; 8]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[i128; 1]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[i128; 1]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[i128; 2]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[i128; 2]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[i128; 4]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[i128; 4]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[i16; 2]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[i16; 2]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[i16; 4]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[i16; 4]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[i16; 8]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[i16; 8]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[i16; 16]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[i16; 16]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[i16; 32]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[i16; 32]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[i32; 2]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[i32; 2]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[i32; 4]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[i32; 4]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[i32; 8]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[i32; 8]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[i32; 16]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[i32; 16]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[i64; 2]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[i64; 2]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[i64; 4]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[i64; 4]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[i64; 8]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[i64; 8]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[i8; 2]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[i8; 2]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[i8; 4]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[i8; 4]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[i8; 8]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[i8; 8]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[i8; 16]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[i8; 16]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[i8; 32]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[i8; 32]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[isize; 2]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[isize; 2]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[isize; 4]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[isize; 4]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[isize; 8]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[isize; 8]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[u128; 1]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[u128; 1]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[u128; 2]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[u128; 2]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[u128; 4]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[u128; 4]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[u16; 2]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[u16; 2]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[u16; 4]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[u16; 4]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[u16; 8]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[u16; 8]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[u16; 16]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[u16; 16]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[u16; 32]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[u16; 32]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[u32; 2]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[u32; 2]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[u32; 4]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[u32; 4]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[u32; 8]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[u32; 8]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[u32; 16]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[u32; 16]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[u64; 2]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[u64; 2]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[u64; 4]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[u64; 4]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[u64; 8]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[u64; 8]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[u8; 2]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[u8; 2]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[u8; 4]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[u8; 4]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[u8; 8]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[u8; 8]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[u8; 16]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[u8; 16]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[u8; 32]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[u8; 32]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[usize; 2]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[usize; 2]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[usize; 4]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[usize; 4]>)

Performs the /= operation. Read more
Source§

impl DivAssign for AutoSimd<[usize; 8]>

Source§

fn div_assign(&mut self, rhs: AutoSimd<[usize; 8]>)

Performs the /= operation. Read more
Source§

impl<N> Eq for AutoSimd<N>
where N: Eq,

Source§

impl Field for AutoSimd<[f32; 2]>

Source§

impl Field for AutoSimd<[f32; 4]>

Source§

impl Field for AutoSimd<[f32; 8]>

Source§

impl Field for AutoSimd<[f32; 16]>

Source§

impl Field for AutoSimd<[f64; 2]>

Source§

impl Field for AutoSimd<[f64; 4]>

Source§

impl Field for AutoSimd<[f64; 8]>

Source§

impl From<AutoSimd<[f32; 2]>> for [f32; 2]

Source§

fn from(val: AutoSimd<[f32; 2]>) -> [f32; 2]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[f32; 4]>> for [f32; 4]

Source§

fn from(val: AutoSimd<[f32; 4]>) -> [f32; 4]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[f32; 8]>> for [f32; 8]

Source§

fn from(val: AutoSimd<[f32; 8]>) -> [f32; 8]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[f32; 16]>> for [f32; 16]

Source§

fn from(val: AutoSimd<[f32; 16]>) -> [f32; 16]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[f64; 2]>> for [f64; 2]

Source§

fn from(val: AutoSimd<[f64; 2]>) -> [f64; 2]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[f64; 4]>> for [f64; 4]

Source§

fn from(val: AutoSimd<[f64; 4]>) -> [f64; 4]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[f64; 8]>> for [f64; 8]

Source§

fn from(val: AutoSimd<[f64; 8]>) -> [f64; 8]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[i8; 2]>> for [i8; 2]

Source§

fn from(val: AutoSimd<[i8; 2]>) -> [i8; 2]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[i8; 4]>> for [i8; 4]

Source§

fn from(val: AutoSimd<[i8; 4]>) -> [i8; 4]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[i8; 8]>> for [i8; 8]

Source§

fn from(val: AutoSimd<[i8; 8]>) -> [i8; 8]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[i8; 16]>> for [i8; 16]

Source§

fn from(val: AutoSimd<[i8; 16]>) -> [i8; 16]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[i8; 32]>> for [i8; 32]

Source§

fn from(val: AutoSimd<[i8; 32]>) -> [i8; 32]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[i16; 2]>> for [i16; 2]

Source§

fn from(val: AutoSimd<[i16; 2]>) -> [i16; 2]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[i16; 4]>> for [i16; 4]

Source§

fn from(val: AutoSimd<[i16; 4]>) -> [i16; 4]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[i16; 8]>> for [i16; 8]

Source§

fn from(val: AutoSimd<[i16; 8]>) -> [i16; 8]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[i16; 16]>> for [i16; 16]

Source§

fn from(val: AutoSimd<[i16; 16]>) -> [i16; 16]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[i16; 32]>> for [i16; 32]

Source§

fn from(val: AutoSimd<[i16; 32]>) -> [i16; 32]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[i32; 2]>> for [i32; 2]

Source§

fn from(val: AutoSimd<[i32; 2]>) -> [i32; 2]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[i32; 4]>> for [i32; 4]

Source§

fn from(val: AutoSimd<[i32; 4]>) -> [i32; 4]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[i32; 8]>> for [i32; 8]

Source§

fn from(val: AutoSimd<[i32; 8]>) -> [i32; 8]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[i32; 16]>> for [i32; 16]

Source§

fn from(val: AutoSimd<[i32; 16]>) -> [i32; 16]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[i64; 2]>> for [i64; 2]

Source§

fn from(val: AutoSimd<[i64; 2]>) -> [i64; 2]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[i64; 4]>> for [i64; 4]

Source§

fn from(val: AutoSimd<[i64; 4]>) -> [i64; 4]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[i64; 8]>> for [i64; 8]

Source§

fn from(val: AutoSimd<[i64; 8]>) -> [i64; 8]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[i128; 1]>> for [i128; 1]

Source§

fn from(val: AutoSimd<[i128; 1]>) -> [i128; 1]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[i128; 2]>> for [i128; 2]

Source§

fn from(val: AutoSimd<[i128; 2]>) -> [i128; 2]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[i128; 4]>> for [i128; 4]

Source§

fn from(val: AutoSimd<[i128; 4]>) -> [i128; 4]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[isize; 2]>> for [isize; 2]

Source§

fn from(val: AutoSimd<[isize; 2]>) -> [isize; 2]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[isize; 4]>> for [isize; 4]

Source§

fn from(val: AutoSimd<[isize; 4]>) -> [isize; 4]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[isize; 8]>> for [isize; 8]

Source§

fn from(val: AutoSimd<[isize; 8]>) -> [isize; 8]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[u8; 2]>> for [u8; 2]

Source§

fn from(val: AutoSimd<[u8; 2]>) -> [u8; 2]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[u8; 4]>> for [u8; 4]

Source§

fn from(val: AutoSimd<[u8; 4]>) -> [u8; 4]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[u8; 8]>> for [u8; 8]

Source§

fn from(val: AutoSimd<[u8; 8]>) -> [u8; 8]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[u8; 16]>> for [u8; 16]

Source§

fn from(val: AutoSimd<[u8; 16]>) -> [u8; 16]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[u8; 32]>> for [u8; 32]

Source§

fn from(val: AutoSimd<[u8; 32]>) -> [u8; 32]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[u16; 2]>> for [u16; 2]

Source§

fn from(val: AutoSimd<[u16; 2]>) -> [u16; 2]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[u16; 4]>> for [u16; 4]

Source§

fn from(val: AutoSimd<[u16; 4]>) -> [u16; 4]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[u16; 8]>> for [u16; 8]

Source§

fn from(val: AutoSimd<[u16; 8]>) -> [u16; 8]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[u16; 16]>> for [u16; 16]

Source§

fn from(val: AutoSimd<[u16; 16]>) -> [u16; 16]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[u16; 32]>> for [u16; 32]

Source§

fn from(val: AutoSimd<[u16; 32]>) -> [u16; 32]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[u32; 2]>> for [u32; 2]

Source§

fn from(val: AutoSimd<[u32; 2]>) -> [u32; 2]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[u32; 4]>> for [u32; 4]

Source§

fn from(val: AutoSimd<[u32; 4]>) -> [u32; 4]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[u32; 8]>> for [u32; 8]

Source§

fn from(val: AutoSimd<[u32; 8]>) -> [u32; 8]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[u32; 16]>> for [u32; 16]

Source§

fn from(val: AutoSimd<[u32; 16]>) -> [u32; 16]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[u64; 2]>> for [u64; 2]

Source§

fn from(val: AutoSimd<[u64; 2]>) -> [u64; 2]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[u64; 4]>> for [u64; 4]

Source§

fn from(val: AutoSimd<[u64; 4]>) -> [u64; 4]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[u64; 8]>> for [u64; 8]

Source§

fn from(val: AutoSimd<[u64; 8]>) -> [u64; 8]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[u128; 1]>> for [u128; 1]

Source§

fn from(val: AutoSimd<[u128; 1]>) -> [u128; 1]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[u128; 2]>> for [u128; 2]

Source§

fn from(val: AutoSimd<[u128; 2]>) -> [u128; 2]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[u128; 4]>> for [u128; 4]

Source§

fn from(val: AutoSimd<[u128; 4]>) -> [u128; 4]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[usize; 2]>> for [usize; 2]

Source§

fn from(val: AutoSimd<[usize; 2]>) -> [usize; 2]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[usize; 4]>> for [usize; 4]

Source§

fn from(val: AutoSimd<[usize; 4]>) -> [usize; 4]

Converts to this type from the input type.
Source§

impl From<AutoSimd<[usize; 8]>> for [usize; 8]

Source§

fn from(val: AutoSimd<[usize; 8]>) -> [usize; 8]

Converts to this type from the input type.
Source§

impl From<[bool; 1]> for AutoSimd<[bool; 1]>

Source§

fn from(vals: [bool; 1]) -> AutoSimd<[bool; 1]>

Converts to this type from the input type.
Source§

impl From<[bool; 2]> for AutoSimd<[bool; 2]>

Source§

fn from(vals: [bool; 2]) -> AutoSimd<[bool; 2]>

Converts to this type from the input type.
Source§

impl From<[bool; 4]> for AutoSimd<[bool; 4]>

Source§

fn from(vals: [bool; 4]) -> AutoSimd<[bool; 4]>

Converts to this type from the input type.
Source§

impl From<[bool; 8]> for AutoSimd<[bool; 8]>

Source§

fn from(vals: [bool; 8]) -> AutoSimd<[bool; 8]>

Converts to this type from the input type.
Source§

impl From<[bool; 16]> for AutoSimd<[bool; 16]>

Source§

fn from(vals: [bool; 16]) -> AutoSimd<[bool; 16]>

Converts to this type from the input type.
Source§

impl From<[bool; 32]> for AutoSimd<[bool; 32]>

Source§

fn from(vals: [bool; 32]) -> AutoSimd<[bool; 32]>

Converts to this type from the input type.
Source§

impl From<[f32; 2]> for AutoSimd<[f32; 2]>

Source§

fn from(vals: [f32; 2]) -> AutoSimd<[f32; 2]>

Converts to this type from the input type.
Source§

impl From<[f32; 4]> for AutoSimd<[f32; 4]>

Source§

fn from(vals: [f32; 4]) -> AutoSimd<[f32; 4]>

Converts to this type from the input type.
Source§

impl From<[f32; 8]> for AutoSimd<[f32; 8]>

Source§

fn from(vals: [f32; 8]) -> AutoSimd<[f32; 8]>

Converts to this type from the input type.
Source§

impl From<[f32; 16]> for AutoSimd<[f32; 16]>

Source§

fn from(vals: [f32; 16]) -> AutoSimd<[f32; 16]>

Converts to this type from the input type.
Source§

impl From<[f64; 2]> for AutoSimd<[f64; 2]>

Source§

fn from(vals: [f64; 2]) -> AutoSimd<[f64; 2]>

Converts to this type from the input type.
Source§

impl From<[f64; 4]> for AutoSimd<[f64; 4]>

Source§

fn from(vals: [f64; 4]) -> AutoSimd<[f64; 4]>

Converts to this type from the input type.
Source§

impl From<[f64; 8]> for AutoSimd<[f64; 8]>

Source§

fn from(vals: [f64; 8]) -> AutoSimd<[f64; 8]>

Converts to this type from the input type.
Source§

impl From<[i8; 2]> for AutoSimd<[i8; 2]>

Source§

fn from(vals: [i8; 2]) -> AutoSimd<[i8; 2]>

Converts to this type from the input type.
Source§

impl From<[i8; 4]> for AutoSimd<[i8; 4]>

Source§

fn from(vals: [i8; 4]) -> AutoSimd<[i8; 4]>

Converts to this type from the input type.
Source§

impl From<[i8; 8]> for AutoSimd<[i8; 8]>

Source§

fn from(vals: [i8; 8]) -> AutoSimd<[i8; 8]>

Converts to this type from the input type.
Source§

impl From<[i8; 16]> for AutoSimd<[i8; 16]>

Source§

fn from(vals: [i8; 16]) -> AutoSimd<[i8; 16]>

Converts to this type from the input type.
Source§

impl From<[i8; 32]> for AutoSimd<[i8; 32]>

Source§

fn from(vals: [i8; 32]) -> AutoSimd<[i8; 32]>

Converts to this type from the input type.
Source§

impl From<[i16; 2]> for AutoSimd<[i16; 2]>

Source§

fn from(vals: [i16; 2]) -> AutoSimd<[i16; 2]>

Converts to this type from the input type.
Source§

impl From<[i16; 4]> for AutoSimd<[i16; 4]>

Source§

fn from(vals: [i16; 4]) -> AutoSimd<[i16; 4]>

Converts to this type from the input type.
Source§

impl From<[i16; 8]> for AutoSimd<[i16; 8]>

Source§

fn from(vals: [i16; 8]) -> AutoSimd<[i16; 8]>

Converts to this type from the input type.
Source§

impl From<[i16; 16]> for AutoSimd<[i16; 16]>

Source§

fn from(vals: [i16; 16]) -> AutoSimd<[i16; 16]>

Converts to this type from the input type.
Source§

impl From<[i16; 32]> for AutoSimd<[i16; 32]>

Source§

fn from(vals: [i16; 32]) -> AutoSimd<[i16; 32]>

Converts to this type from the input type.
Source§

impl From<[i32; 2]> for AutoSimd<[i32; 2]>

Source§

fn from(vals: [i32; 2]) -> AutoSimd<[i32; 2]>

Converts to this type from the input type.
Source§

impl From<[i32; 4]> for AutoSimd<[i32; 4]>

Source§

fn from(vals: [i32; 4]) -> AutoSimd<[i32; 4]>

Converts to this type from the input type.
Source§

impl From<[i32; 8]> for AutoSimd<[i32; 8]>

Source§

fn from(vals: [i32; 8]) -> AutoSimd<[i32; 8]>

Converts to this type from the input type.
Source§

impl From<[i32; 16]> for AutoSimd<[i32; 16]>

Source§

fn from(vals: [i32; 16]) -> AutoSimd<[i32; 16]>

Converts to this type from the input type.
Source§

impl From<[i64; 2]> for AutoSimd<[i64; 2]>

Source§

fn from(vals: [i64; 2]) -> AutoSimd<[i64; 2]>

Converts to this type from the input type.
Source§

impl From<[i64; 4]> for AutoSimd<[i64; 4]>

Source§

fn from(vals: [i64; 4]) -> AutoSimd<[i64; 4]>

Converts to this type from the input type.
Source§

impl From<[i64; 8]> for AutoSimd<[i64; 8]>

Source§

fn from(vals: [i64; 8]) -> AutoSimd<[i64; 8]>

Converts to this type from the input type.
Source§

impl From<[i128; 1]> for AutoSimd<[i128; 1]>

Source§

fn from(vals: [i128; 1]) -> AutoSimd<[i128; 1]>

Converts to this type from the input type.
Source§

impl From<[i128; 2]> for AutoSimd<[i128; 2]>

Source§

fn from(vals: [i128; 2]) -> AutoSimd<[i128; 2]>

Converts to this type from the input type.
Source§

impl From<[i128; 4]> for AutoSimd<[i128; 4]>

Source§

fn from(vals: [i128; 4]) -> AutoSimd<[i128; 4]>

Converts to this type from the input type.
Source§

impl From<[isize; 2]> for AutoSimd<[isize; 2]>

Source§

fn from(vals: [isize; 2]) -> AutoSimd<[isize; 2]>

Converts to this type from the input type.
Source§

impl From<[isize; 4]> for AutoSimd<[isize; 4]>

Source§

fn from(vals: [isize; 4]) -> AutoSimd<[isize; 4]>

Converts to this type from the input type.
Source§

impl From<[isize; 8]> for AutoSimd<[isize; 8]>

Source§

fn from(vals: [isize; 8]) -> AutoSimd<[isize; 8]>

Converts to this type from the input type.
Source§

impl From<[u8; 2]> for AutoSimd<[u8; 2]>

Source§

fn from(vals: [u8; 2]) -> AutoSimd<[u8; 2]>

Converts to this type from the input type.
Source§

impl From<[u8; 4]> for AutoSimd<[u8; 4]>

Source§

fn from(vals: [u8; 4]) -> AutoSimd<[u8; 4]>

Converts to this type from the input type.
Source§

impl From<[u8; 8]> for AutoSimd<[u8; 8]>

Source§

fn from(vals: [u8; 8]) -> AutoSimd<[u8; 8]>

Converts to this type from the input type.
Source§

impl From<[u8; 16]> for AutoSimd<[u8; 16]>

Source§

fn from(vals: [u8; 16]) -> AutoSimd<[u8; 16]>

Converts to this type from the input type.
Source§

impl From<[u8; 32]> for AutoSimd<[u8; 32]>

Source§

fn from(vals: [u8; 32]) -> AutoSimd<[u8; 32]>

Converts to this type from the input type.
Source§

impl From<[u16; 2]> for AutoSimd<[u16; 2]>

Source§

fn from(vals: [u16; 2]) -> AutoSimd<[u16; 2]>

Converts to this type from the input type.
Source§

impl From<[u16; 4]> for AutoSimd<[u16; 4]>

Source§

fn from(vals: [u16; 4]) -> AutoSimd<[u16; 4]>

Converts to this type from the input type.
Source§

impl From<[u16; 8]> for AutoSimd<[u16; 8]>

Source§

fn from(vals: [u16; 8]) -> AutoSimd<[u16; 8]>

Converts to this type from the input type.
Source§

impl From<[u16; 16]> for AutoSimd<[u16; 16]>

Source§

fn from(vals: [u16; 16]) -> AutoSimd<[u16; 16]>

Converts to this type from the input type.
Source§

impl From<[u16; 32]> for AutoSimd<[u16; 32]>

Source§

fn from(vals: [u16; 32]) -> AutoSimd<[u16; 32]>

Converts to this type from the input type.
Source§

impl From<[u32; 2]> for AutoSimd<[u32; 2]>

Source§

fn from(vals: [u32; 2]) -> AutoSimd<[u32; 2]>

Converts to this type from the input type.
Source§

impl From<[u32; 4]> for AutoSimd<[u32; 4]>

Source§

fn from(vals: [u32; 4]) -> AutoSimd<[u32; 4]>

Converts to this type from the input type.
Source§

impl From<[u32; 8]> for AutoSimd<[u32; 8]>

Source§

fn from(vals: [u32; 8]) -> AutoSimd<[u32; 8]>

Converts to this type from the input type.
Source§

impl From<[u32; 16]> for AutoSimd<[u32; 16]>

Source§

fn from(vals: [u32; 16]) -> AutoSimd<[u32; 16]>

Converts to this type from the input type.
Source§

impl From<[u64; 2]> for AutoSimd<[u64; 2]>

Source§

fn from(vals: [u64; 2]) -> AutoSimd<[u64; 2]>

Converts to this type from the input type.
Source§

impl From<[u64; 4]> for AutoSimd<[u64; 4]>

Source§

fn from(vals: [u64; 4]) -> AutoSimd<[u64; 4]>

Converts to this type from the input type.
Source§

impl From<[u64; 8]> for AutoSimd<[u64; 8]>

Source§

fn from(vals: [u64; 8]) -> AutoSimd<[u64; 8]>

Converts to this type from the input type.
Source§

impl From<[u128; 1]> for AutoSimd<[u128; 1]>

Source§

fn from(vals: [u128; 1]) -> AutoSimd<[u128; 1]>

Converts to this type from the input type.
Source§

impl From<[u128; 2]> for AutoSimd<[u128; 2]>

Source§

fn from(vals: [u128; 2]) -> AutoSimd<[u128; 2]>

Converts to this type from the input type.
Source§

impl From<[u128; 4]> for AutoSimd<[u128; 4]>

Source§

fn from(vals: [u128; 4]) -> AutoSimd<[u128; 4]>

Converts to this type from the input type.
Source§

impl From<[usize; 2]> for AutoSimd<[usize; 2]>

Source§

fn from(vals: [usize; 2]) -> AutoSimd<[usize; 2]>

Converts to this type from the input type.
Source§

impl From<[usize; 4]> for AutoSimd<[usize; 4]>

Source§

fn from(vals: [usize; 4]) -> AutoSimd<[usize; 4]>

Converts to this type from the input type.
Source§

impl From<[usize; 8]> for AutoSimd<[usize; 8]>

Source§

fn from(vals: [usize; 8]) -> AutoSimd<[usize; 8]>

Converts to this type from the input type.
Source§

impl FromPrimitive for AutoSimd<[f32; 2]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[f32; 2]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[f32; 2]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[f32; 2]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[f32; 2]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[f32; 2]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[f32; 2]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[f32; 2]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[f32; 2]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[f32; 2]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[f32; 2]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[f32; 2]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[f32; 2]>>

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 AutoSimd<[f32; 4]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[f32; 4]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[f32; 4]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[f32; 4]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[f32; 4]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[f32; 4]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[f32; 4]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[f32; 4]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[f32; 4]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[f32; 4]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[f32; 4]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[f32; 4]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[f32; 4]>>

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 AutoSimd<[f32; 8]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[f32; 8]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[f32; 8]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[f32; 8]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[f32; 8]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[f32; 8]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[f32; 8]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[f32; 8]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[f32; 8]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[f32; 8]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[f32; 8]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[f32; 8]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[f32; 8]>>

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 AutoSimd<[f32; 16]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[f32; 16]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[f32; 16]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[f32; 16]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[f32; 16]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[f32; 16]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[f32; 16]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[f32; 16]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[f32; 16]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[f32; 16]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[f32; 16]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[f32; 16]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[f32; 16]>>

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 AutoSimd<[f64; 2]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[f64; 2]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[f64; 2]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[f64; 2]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[f64; 2]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[f64; 2]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[f64; 2]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[f64; 2]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[f64; 2]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[f64; 2]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[f64; 2]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[f64; 2]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[f64; 2]>>

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 AutoSimd<[f64; 4]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[f64; 4]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[f64; 4]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[f64; 4]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[f64; 4]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[f64; 4]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[f64; 4]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[f64; 4]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[f64; 4]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[f64; 4]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[f64; 4]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[f64; 4]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[f64; 4]>>

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 AutoSimd<[f64; 8]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[f64; 8]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[f64; 8]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[f64; 8]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[f64; 8]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[f64; 8]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[f64; 8]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[f64; 8]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[f64; 8]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[f64; 8]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[f64; 8]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[f64; 8]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[f64; 8]>>

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 AutoSimd<[i128; 1]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[i128; 1]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[i128; 1]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[i128; 1]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[i128; 1]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[i128; 1]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[i128; 1]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[i128; 1]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[i128; 1]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[i128; 1]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[i128; 1]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[i128; 1]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[i128; 1]>>

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 AutoSimd<[i128; 2]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[i128; 2]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[i128; 2]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[i128; 2]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[i128; 2]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[i128; 2]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[i128; 2]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[i128; 2]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[i128; 2]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[i128; 2]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[i128; 2]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[i128; 2]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[i128; 2]>>

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 AutoSimd<[i128; 4]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[i128; 4]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[i128; 4]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[i128; 4]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[i128; 4]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[i128; 4]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[i128; 4]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[i128; 4]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[i128; 4]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[i128; 4]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[i128; 4]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[i128; 4]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[i128; 4]>>

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 AutoSimd<[i16; 2]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[i16; 2]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[i16; 2]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[i16; 2]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[i16; 2]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[i16; 2]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[i16; 2]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[i16; 2]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[i16; 2]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[i16; 2]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[i16; 2]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[i16; 2]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[i16; 2]>>

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 AutoSimd<[i16; 4]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[i16; 4]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[i16; 4]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[i16; 4]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[i16; 4]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[i16; 4]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[i16; 4]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[i16; 4]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[i16; 4]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[i16; 4]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[i16; 4]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[i16; 4]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[i16; 4]>>

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 AutoSimd<[i16; 8]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[i16; 8]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[i16; 8]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[i16; 8]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[i16; 8]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[i16; 8]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[i16; 8]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[i16; 8]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[i16; 8]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[i16; 8]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[i16; 8]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[i16; 8]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[i16; 8]>>

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 AutoSimd<[i16; 16]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[i16; 16]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[i16; 16]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[i16; 16]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[i16; 16]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[i16; 16]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[i16; 16]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[i16; 16]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[i16; 16]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[i16; 16]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[i16; 16]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[i16; 16]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[i16; 16]>>

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 AutoSimd<[i16; 32]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[i16; 32]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[i16; 32]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[i16; 32]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[i16; 32]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[i16; 32]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[i16; 32]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[i16; 32]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[i16; 32]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[i16; 32]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[i16; 32]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[i16; 32]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[i16; 32]>>

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 AutoSimd<[i32; 2]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[i32; 2]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[i32; 2]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[i32; 2]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[i32; 2]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[i32; 2]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[i32; 2]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[i32; 2]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[i32; 2]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[i32; 2]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[i32; 2]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[i32; 2]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[i32; 2]>>

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 AutoSimd<[i32; 4]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[i32; 4]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[i32; 4]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[i32; 4]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[i32; 4]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[i32; 4]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[i32; 4]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[i32; 4]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[i32; 4]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[i32; 4]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[i32; 4]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[i32; 4]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[i32; 4]>>

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 AutoSimd<[i32; 8]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[i32; 8]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[i32; 8]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[i32; 8]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[i32; 8]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[i32; 8]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[i32; 8]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[i32; 8]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[i32; 8]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[i32; 8]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[i32; 8]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[i32; 8]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[i32; 8]>>

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 AutoSimd<[i32; 16]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[i32; 16]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[i32; 16]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[i32; 16]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[i32; 16]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[i32; 16]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[i32; 16]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[i32; 16]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[i32; 16]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[i32; 16]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[i32; 16]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[i32; 16]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[i32; 16]>>

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 AutoSimd<[i64; 2]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[i64; 2]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[i64; 2]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[i64; 2]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[i64; 2]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[i64; 2]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[i64; 2]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[i64; 2]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[i64; 2]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[i64; 2]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[i64; 2]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[i64; 2]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[i64; 2]>>

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 AutoSimd<[i64; 4]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[i64; 4]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[i64; 4]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[i64; 4]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[i64; 4]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[i64; 4]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[i64; 4]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[i64; 4]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[i64; 4]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[i64; 4]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[i64; 4]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[i64; 4]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[i64; 4]>>

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 AutoSimd<[i64; 8]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[i64; 8]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[i64; 8]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[i64; 8]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[i64; 8]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[i64; 8]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[i64; 8]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[i64; 8]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[i64; 8]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[i64; 8]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[i64; 8]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[i64; 8]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[i64; 8]>>

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 AutoSimd<[i8; 2]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[i8; 2]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[i8; 2]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[i8; 2]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[i8; 2]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[i8; 2]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[i8; 2]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[i8; 2]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[i8; 2]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[i8; 2]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[i8; 2]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[i8; 2]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[i8; 2]>>

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 AutoSimd<[i8; 4]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[i8; 4]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[i8; 4]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[i8; 4]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[i8; 4]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[i8; 4]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[i8; 4]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[i8; 4]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[i8; 4]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[i8; 4]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[i8; 4]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[i8; 4]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[i8; 4]>>

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 AutoSimd<[i8; 8]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[i8; 8]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[i8; 8]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[i8; 8]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[i8; 8]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[i8; 8]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[i8; 8]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[i8; 8]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[i8; 8]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[i8; 8]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[i8; 8]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[i8; 8]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[i8; 8]>>

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 AutoSimd<[i8; 16]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[i8; 16]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[i8; 16]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[i8; 16]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[i8; 16]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[i8; 16]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[i8; 16]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[i8; 16]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[i8; 16]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[i8; 16]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[i8; 16]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[i8; 16]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[i8; 16]>>

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 AutoSimd<[i8; 32]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[i8; 32]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[i8; 32]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[i8; 32]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[i8; 32]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[i8; 32]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[i8; 32]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[i8; 32]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[i8; 32]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[i8; 32]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[i8; 32]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[i8; 32]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[i8; 32]>>

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 AutoSimd<[isize; 2]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[isize; 2]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[isize; 2]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[isize; 2]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[isize; 2]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[isize; 2]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[isize; 2]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[isize; 2]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[isize; 2]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[isize; 2]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[isize; 2]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[isize; 2]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[isize; 2]>>

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 AutoSimd<[isize; 4]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[isize; 4]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[isize; 4]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[isize; 4]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[isize; 4]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[isize; 4]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[isize; 4]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[isize; 4]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[isize; 4]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[isize; 4]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[isize; 4]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[isize; 4]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[isize; 4]>>

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 AutoSimd<[isize; 8]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[isize; 8]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[isize; 8]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[isize; 8]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[isize; 8]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[isize; 8]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[isize; 8]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[isize; 8]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[isize; 8]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[isize; 8]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[isize; 8]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[isize; 8]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[isize; 8]>>

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 AutoSimd<[u128; 1]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[u128; 1]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[u128; 1]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[u128; 1]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[u128; 1]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[u128; 1]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[u128; 1]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[u128; 1]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[u128; 1]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[u128; 1]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[u128; 1]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[u128; 1]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[u128; 1]>>

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 AutoSimd<[u128; 2]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[u128; 2]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[u128; 2]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[u128; 2]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[u128; 2]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[u128; 2]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[u128; 2]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[u128; 2]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[u128; 2]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[u128; 2]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[u128; 2]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[u128; 2]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[u128; 2]>>

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 AutoSimd<[u128; 4]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[u128; 4]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[u128; 4]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[u128; 4]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[u128; 4]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[u128; 4]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[u128; 4]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[u128; 4]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[u128; 4]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[u128; 4]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[u128; 4]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[u128; 4]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[u128; 4]>>

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 AutoSimd<[u16; 2]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[u16; 2]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[u16; 2]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[u16; 2]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[u16; 2]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[u16; 2]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[u16; 2]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[u16; 2]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[u16; 2]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[u16; 2]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[u16; 2]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[u16; 2]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[u16; 2]>>

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 AutoSimd<[u16; 4]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[u16; 4]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[u16; 4]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[u16; 4]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[u16; 4]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[u16; 4]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[u16; 4]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[u16; 4]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[u16; 4]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[u16; 4]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[u16; 4]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[u16; 4]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[u16; 4]>>

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 AutoSimd<[u16; 8]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[u16; 8]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[u16; 8]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[u16; 8]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[u16; 8]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[u16; 8]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[u16; 8]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[u16; 8]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[u16; 8]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[u16; 8]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[u16; 8]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[u16; 8]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[u16; 8]>>

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 AutoSimd<[u16; 16]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[u16; 16]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[u16; 16]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[u16; 16]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[u16; 16]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[u16; 16]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[u16; 16]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[u16; 16]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[u16; 16]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[u16; 16]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[u16; 16]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[u16; 16]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[u16; 16]>>

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 AutoSimd<[u16; 32]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[u16; 32]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[u16; 32]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[u16; 32]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[u16; 32]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[u16; 32]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[u16; 32]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[u16; 32]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[u16; 32]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[u16; 32]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[u16; 32]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[u16; 32]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[u16; 32]>>

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 AutoSimd<[u32; 2]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[u32; 2]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[u32; 2]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[u32; 2]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[u32; 2]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[u32; 2]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[u32; 2]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[u32; 2]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[u32; 2]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[u32; 2]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[u32; 2]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[u32; 2]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[u32; 2]>>

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 AutoSimd<[u32; 4]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[u32; 4]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[u32; 4]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[u32; 4]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[u32; 4]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[u32; 4]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[u32; 4]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[u32; 4]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[u32; 4]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[u32; 4]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[u32; 4]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[u32; 4]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[u32; 4]>>

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 AutoSimd<[u32; 8]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[u32; 8]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[u32; 8]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[u32; 8]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[u32; 8]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[u32; 8]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[u32; 8]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[u32; 8]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[u32; 8]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[u32; 8]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[u32; 8]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[u32; 8]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[u32; 8]>>

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 AutoSimd<[u32; 16]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[u32; 16]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[u32; 16]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[u32; 16]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[u32; 16]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[u32; 16]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[u32; 16]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[u32; 16]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[u32; 16]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[u32; 16]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[u32; 16]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[u32; 16]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[u32; 16]>>

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 AutoSimd<[u64; 2]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[u64; 2]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[u64; 2]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[u64; 2]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[u64; 2]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[u64; 2]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[u64; 2]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[u64; 2]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[u64; 2]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[u64; 2]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[u64; 2]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[u64; 2]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[u64; 2]>>

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 AutoSimd<[u64; 4]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[u64; 4]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[u64; 4]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[u64; 4]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[u64; 4]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[u64; 4]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[u64; 4]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[u64; 4]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[u64; 4]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[u64; 4]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[u64; 4]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[u64; 4]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[u64; 4]>>

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 AutoSimd<[u64; 8]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[u64; 8]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[u64; 8]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[u64; 8]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[u64; 8]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[u64; 8]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[u64; 8]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[u64; 8]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[u64; 8]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[u64; 8]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[u64; 8]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[u64; 8]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[u64; 8]>>

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 AutoSimd<[u8; 2]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[u8; 2]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[u8; 2]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[u8; 2]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[u8; 2]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[u8; 2]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[u8; 2]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[u8; 2]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[u8; 2]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[u8; 2]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[u8; 2]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[u8; 2]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[u8; 2]>>

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 AutoSimd<[u8; 4]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[u8; 4]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[u8; 4]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[u8; 4]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[u8; 4]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[u8; 4]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[u8; 4]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[u8; 4]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[u8; 4]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[u8; 4]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[u8; 4]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[u8; 4]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[u8; 4]>>

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 AutoSimd<[u8; 8]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[u8; 8]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[u8; 8]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[u8; 8]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[u8; 8]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[u8; 8]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[u8; 8]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[u8; 8]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[u8; 8]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[u8; 8]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[u8; 8]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[u8; 8]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[u8; 8]>>

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 AutoSimd<[u8; 16]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[u8; 16]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[u8; 16]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[u8; 16]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[u8; 16]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[u8; 16]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[u8; 16]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[u8; 16]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[u8; 16]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[u8; 16]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[u8; 16]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[u8; 16]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[u8; 16]>>

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 AutoSimd<[u8; 32]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[u8; 32]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[u8; 32]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[u8; 32]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[u8; 32]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[u8; 32]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[u8; 32]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[u8; 32]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[u8; 32]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[u8; 32]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[u8; 32]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[u8; 32]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[u8; 32]>>

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 AutoSimd<[usize; 2]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[usize; 2]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[usize; 2]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[usize; 2]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[usize; 2]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[usize; 2]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[usize; 2]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[usize; 2]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[usize; 2]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[usize; 2]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[usize; 2]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[usize; 2]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[usize; 2]>>

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 AutoSimd<[usize; 4]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[usize; 4]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[usize; 4]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[usize; 4]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[usize; 4]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[usize; 4]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[usize; 4]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[usize; 4]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[usize; 4]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[usize; 4]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[usize; 4]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[usize; 4]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[usize; 4]>>

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 AutoSimd<[usize; 8]>

Source§

fn from_i64(n: i64) -> Option<AutoSimd<[usize; 8]>>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u64(n: u64) -> Option<AutoSimd<[usize; 8]>>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_isize(n: isize) -> Option<AutoSimd<[usize; 8]>>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i8(n: i8) -> Option<AutoSimd<[usize; 8]>>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i16(n: i16) -> Option<AutoSimd<[usize; 8]>>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_i32(n: i32) -> Option<AutoSimd<[usize; 8]>>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_usize(n: usize) -> Option<AutoSimd<[usize; 8]>>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u8(n: u8) -> Option<AutoSimd<[usize; 8]>>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u16(n: u16) -> Option<AutoSimd<[usize; 8]>>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_u32(n: u32) -> Option<AutoSimd<[usize; 8]>>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f32(n: f32) -> Option<AutoSimd<[usize; 8]>>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
Source§

fn from_f64(n: f64) -> Option<AutoSimd<[usize; 8]>>

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 AutoSimd<[f32; 2]>

Source§

type Output = AutoSimd<[f32; 2]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[f32; 2]>) -> AutoSimd<[f32; 2]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[f32; 4]>

Source§

type Output = AutoSimd<[f32; 4]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[f32; 4]>) -> AutoSimd<[f32; 4]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[f32; 8]>

Source§

type Output = AutoSimd<[f32; 8]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[f32; 8]>) -> AutoSimd<[f32; 8]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[f32; 16]>

Source§

type Output = AutoSimd<[f32; 16]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[f32; 16]>) -> AutoSimd<[f32; 16]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[f64; 2]>

Source§

type Output = AutoSimd<[f64; 2]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[f64; 2]>) -> AutoSimd<[f64; 2]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[f64; 4]>

Source§

type Output = AutoSimd<[f64; 4]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[f64; 4]>) -> AutoSimd<[f64; 4]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[f64; 8]>

Source§

type Output = AutoSimd<[f64; 8]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[f64; 8]>) -> AutoSimd<[f64; 8]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[i128; 1]>

Source§

type Output = AutoSimd<[i128; 1]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[i128; 1]>) -> AutoSimd<[i128; 1]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[i128; 2]>

Source§

type Output = AutoSimd<[i128; 2]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[i128; 2]>) -> AutoSimd<[i128; 2]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[i128; 4]>

Source§

type Output = AutoSimd<[i128; 4]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[i128; 4]>) -> AutoSimd<[i128; 4]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[i16; 2]>

Source§

type Output = AutoSimd<[i16; 2]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[i16; 2]>) -> AutoSimd<[i16; 2]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[i16; 4]>

Source§

type Output = AutoSimd<[i16; 4]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[i16; 4]>) -> AutoSimd<[i16; 4]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[i16; 8]>

Source§

type Output = AutoSimd<[i16; 8]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[i16; 8]>) -> AutoSimd<[i16; 8]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[i16; 16]>

Source§

type Output = AutoSimd<[i16; 16]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[i16; 16]>) -> AutoSimd<[i16; 16]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[i16; 32]>

Source§

type Output = AutoSimd<[i16; 32]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[i16; 32]>) -> AutoSimd<[i16; 32]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[i32; 2]>

Source§

type Output = AutoSimd<[i32; 2]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[i32; 2]>) -> AutoSimd<[i32; 2]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[i32; 4]>

Source§

type Output = AutoSimd<[i32; 4]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[i32; 4]>) -> AutoSimd<[i32; 4]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[i32; 8]>

Source§

type Output = AutoSimd<[i32; 8]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[i32; 8]>) -> AutoSimd<[i32; 8]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[i32; 16]>

Source§

type Output = AutoSimd<[i32; 16]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[i32; 16]>) -> AutoSimd<[i32; 16]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[i64; 2]>

Source§

type Output = AutoSimd<[i64; 2]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[i64; 2]>) -> AutoSimd<[i64; 2]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[i64; 4]>

Source§

type Output = AutoSimd<[i64; 4]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[i64; 4]>) -> AutoSimd<[i64; 4]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[i64; 8]>

Source§

type Output = AutoSimd<[i64; 8]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[i64; 8]>) -> AutoSimd<[i64; 8]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[i8; 2]>

Source§

type Output = AutoSimd<[i8; 2]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[i8; 2]>) -> AutoSimd<[i8; 2]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[i8; 4]>

Source§

type Output = AutoSimd<[i8; 4]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[i8; 4]>) -> AutoSimd<[i8; 4]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[i8; 8]>

Source§

type Output = AutoSimd<[i8; 8]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[i8; 8]>) -> AutoSimd<[i8; 8]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[i8; 16]>

Source§

type Output = AutoSimd<[i8; 16]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[i8; 16]>) -> AutoSimd<[i8; 16]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[i8; 32]>

Source§

type Output = AutoSimd<[i8; 32]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[i8; 32]>) -> AutoSimd<[i8; 32]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[isize; 2]>

Source§

type Output = AutoSimd<[isize; 2]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[isize; 2]>) -> AutoSimd<[isize; 2]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[isize; 4]>

Source§

type Output = AutoSimd<[isize; 4]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[isize; 4]>) -> AutoSimd<[isize; 4]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[isize; 8]>

Source§

type Output = AutoSimd<[isize; 8]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[isize; 8]>) -> AutoSimd<[isize; 8]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[u128; 1]>

Source§

type Output = AutoSimd<[u128; 1]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[u128; 1]>) -> AutoSimd<[u128; 1]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[u128; 2]>

Source§

type Output = AutoSimd<[u128; 2]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[u128; 2]>) -> AutoSimd<[u128; 2]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[u128; 4]>

Source§

type Output = AutoSimd<[u128; 4]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[u128; 4]>) -> AutoSimd<[u128; 4]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[u16; 2]>

Source§

type Output = AutoSimd<[u16; 2]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[u16; 2]>) -> AutoSimd<[u16; 2]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[u16; 4]>

Source§

type Output = AutoSimd<[u16; 4]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[u16; 4]>) -> AutoSimd<[u16; 4]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[u16; 8]>

Source§

type Output = AutoSimd<[u16; 8]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[u16; 8]>) -> AutoSimd<[u16; 8]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[u16; 16]>

Source§

type Output = AutoSimd<[u16; 16]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[u16; 16]>) -> AutoSimd<[u16; 16]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[u16; 32]>

Source§

type Output = AutoSimd<[u16; 32]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[u16; 32]>) -> AutoSimd<[u16; 32]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[u32; 2]>

Source§

type Output = AutoSimd<[u32; 2]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[u32; 2]>) -> AutoSimd<[u32; 2]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[u32; 4]>

Source§

type Output = AutoSimd<[u32; 4]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[u32; 4]>) -> AutoSimd<[u32; 4]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[u32; 8]>

Source§

type Output = AutoSimd<[u32; 8]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[u32; 8]>) -> AutoSimd<[u32; 8]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[u32; 16]>

Source§

type Output = AutoSimd<[u32; 16]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[u32; 16]>) -> AutoSimd<[u32; 16]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[u64; 2]>

Source§

type Output = AutoSimd<[u64; 2]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[u64; 2]>) -> AutoSimd<[u64; 2]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[u64; 4]>

Source§

type Output = AutoSimd<[u64; 4]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[u64; 4]>) -> AutoSimd<[u64; 4]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[u64; 8]>

Source§

type Output = AutoSimd<[u64; 8]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[u64; 8]>) -> AutoSimd<[u64; 8]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[u8; 2]>

Source§

type Output = AutoSimd<[u8; 2]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[u8; 2]>) -> AutoSimd<[u8; 2]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[u8; 4]>

Source§

type Output = AutoSimd<[u8; 4]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[u8; 4]>) -> AutoSimd<[u8; 4]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[u8; 8]>

Source§

type Output = AutoSimd<[u8; 8]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[u8; 8]>) -> AutoSimd<[u8; 8]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[u8; 16]>

Source§

type Output = AutoSimd<[u8; 16]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[u8; 16]>) -> AutoSimd<[u8; 16]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[u8; 32]>

Source§

type Output = AutoSimd<[u8; 32]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[u8; 32]>) -> AutoSimd<[u8; 32]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[usize; 2]>

Source§

type Output = AutoSimd<[usize; 2]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[usize; 2]>) -> AutoSimd<[usize; 2]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[usize; 4]>

Source§

type Output = AutoSimd<[usize; 4]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[usize; 4]>) -> AutoSimd<[usize; 4]>

Performs the * operation. Read more
Source§

impl Mul for AutoSimd<[usize; 8]>

Source§

type Output = AutoSimd<[usize; 8]>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: AutoSimd<[usize; 8]>) -> AutoSimd<[usize; 8]>

Performs the * operation. Read more
Source§

impl MulAssign for AutoSimd<[f32; 2]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[f32; 2]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[f32; 4]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[f32; 4]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[f32; 8]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[f32; 8]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[f32; 16]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[f32; 16]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[f64; 2]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[f64; 2]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[f64; 4]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[f64; 4]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[f64; 8]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[f64; 8]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[i128; 1]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[i128; 1]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[i128; 2]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[i128; 2]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[i128; 4]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[i128; 4]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[i16; 2]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[i16; 2]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[i16; 4]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[i16; 4]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[i16; 8]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[i16; 8]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[i16; 16]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[i16; 16]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[i16; 32]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[i16; 32]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[i32; 2]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[i32; 2]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[i32; 4]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[i32; 4]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[i32; 8]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[i32; 8]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[i32; 16]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[i32; 16]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[i64; 2]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[i64; 2]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[i64; 4]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[i64; 4]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[i64; 8]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[i64; 8]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[i8; 2]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[i8; 2]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[i8; 4]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[i8; 4]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[i8; 8]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[i8; 8]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[i8; 16]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[i8; 16]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[i8; 32]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[i8; 32]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[isize; 2]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[isize; 2]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[isize; 4]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[isize; 4]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[isize; 8]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[isize; 8]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[u128; 1]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[u128; 1]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[u128; 2]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[u128; 2]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[u128; 4]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[u128; 4]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[u16; 2]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[u16; 2]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[u16; 4]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[u16; 4]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[u16; 8]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[u16; 8]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[u16; 16]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[u16; 16]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[u16; 32]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[u16; 32]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[u32; 2]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[u32; 2]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[u32; 4]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[u32; 4]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[u32; 8]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[u32; 8]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[u32; 16]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[u32; 16]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[u64; 2]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[u64; 2]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[u64; 4]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[u64; 4]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[u64; 8]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[u64; 8]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[u8; 2]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[u8; 2]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[u8; 4]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[u8; 4]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[u8; 8]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[u8; 8]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[u8; 16]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[u8; 16]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[u8; 32]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[u8; 32]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[usize; 2]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[usize; 2]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[usize; 4]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[usize; 4]>)

Performs the *= operation. Read more
Source§

impl MulAssign for AutoSimd<[usize; 8]>

Source§

fn mul_assign(&mut self, rhs: AutoSimd<[usize; 8]>)

Performs the *= operation. Read more
Source§

impl Neg for AutoSimd<[f32; 2]>

Source§

type Output = AutoSimd<[f32; 2]>

The resulting type after applying the - operator.
Source§

fn neg(self) -> AutoSimd<[f32; 2]>

Performs the unary - operation. Read more
Source§

impl Neg for AutoSimd<[f32; 4]>

Source§

type Output = AutoSimd<[f32; 4]>

The resulting type after applying the - operator.
Source§

fn neg(self) -> AutoSimd<[f32; 4]>

Performs the unary - operation. Read more
Source§

impl Neg for AutoSimd<[f32; 8]>

Source§

type Output = AutoSimd<[f32; 8]>

The resulting type after applying the - operator.
Source§

fn neg(self) -> AutoSimd<[f32; 8]>

Performs the unary - operation. Read more
Source§

impl Neg for AutoSimd<[f32; 16]>

Source§

type Output = AutoSimd<[f32; 16]>

The resulting type after applying the - operator.
Source§

fn neg(self) -> AutoSimd<[f32; 16]>

Performs the unary - operation. Read more
Source§

impl Neg for AutoSimd<[f64; 2]>

Source§

type Output = AutoSimd<[f64; 2]>

The resulting type after applying the - operator.
Source§

fn neg(self) -> AutoSimd<[f64; 2]>

Performs the unary - operation. Read more
Source§

impl Neg for AutoSimd<[f64; 4]>

Source§

type Output = AutoSimd<[f64; 4]>

The resulting type after applying the - operator.
Source§

fn neg(self) -> AutoSimd<[f64; 4]>

Performs the unary - operation. Read more
Source§

impl Neg for AutoSimd<[f64; 8]>

Source§

type Output = AutoSimd<[f64; 8]>

The resulting type after applying the - operator.
Source§

fn neg(self) -> AutoSimd<[f64; 8]>

Performs the unary - operation. Read more
Source§

impl Neg for AutoSimd<[i128; 1]>

Source§

type Output = AutoSimd<[i128; 1]>

The resulting type after applying the - operator.
Source§

fn neg(self) -> AutoSimd<[i128; 1]>

Performs the unary - operation. Read more
Source§

impl Neg for AutoSimd<[i128; 2]>

Source§

type Output = AutoSimd<[i128; 2]>

The resulting type after applying the - operator.
Source§

fn neg(self) -> AutoSimd<[i128; 2]>

Performs the unary - operation. Read more
Source§

impl Neg for AutoSimd<[i128; 4]>

Source§

type Output = AutoSimd<[i128; 4]>

The resulting type after applying the - operator.
Source§

fn neg(self) -> AutoSimd<[i128; 4]>

Performs the unary - operation. Read more
Source§

impl Neg for AutoSimd<[i16; 2]>

Source§

type Output = AutoSimd<[i16; 2]>

The resulting type after applying the - operator.
Source§

fn neg(self) -> AutoSimd<[i16; 2]>

Performs the unary - operation. Read more
Source§

impl Neg for AutoSimd<[i16; 4]>

Source§

type Output = AutoSimd<[i16; 4]>

The resulting type after applying the - operator.
Source§

fn neg(self) -> AutoSimd<[i16; 4]>

Performs the unary - operation. Read more
Source§

impl Neg for AutoSimd<[i16; 8]>

Source§

type Output = AutoSimd<[i16; 8]>

The resulting type after applying the - operator.
Source§

fn neg(self) -> AutoSimd<[i16; 8]>

Performs the unary - operation. Read more
Source§

impl Neg for AutoSimd<[i16; 16]>

Source§

type Output = AutoSimd<[i16; 16]>

The resulting type after applying the - operator.
Source§

fn neg(self) -> AutoSimd<[i16; 16]>

Performs the unary - operation. Read more
Source§

impl Neg for AutoSimd<[i16; 32]>

Source§

type Output = AutoSimd<[i16; 32]>

The resulting type after applying the - operator.
Source§

fn neg(self) -> AutoSimd<[i16; 32]>

Performs the unary - operation. Read more
Source§

impl Neg for AutoSimd<[i32; 2]>

Source§

type Output = AutoSimd<[i32; 2]>

The resulting type after applying the - operator.
Source§

fn neg(self) -> AutoSimd<[i32; 2]>

Performs the unary - operation. Read more
Source§

impl Neg for AutoSimd<[i32; 4]>

Source§

type Output = AutoSimd<[i32; 4]>

The resulting type after applying the - operator.
Source§

fn neg(self) -> AutoSimd<[i32; 4]>

Performs the unary - operation. Read more
Source§

impl Neg for AutoSimd<[i32; 8]>

Source§

type Output = AutoSimd<[i32; 8]>

The resulting type after applying the - operator.
Source§

fn neg(self) -> AutoSimd<[i32; 8]>

Performs the unary - operation. Read more
Source§

impl Neg for AutoSimd<[i32; 16]>

Source§

type Output = AutoSimd<[i32; 16]>

The resulting type after applying the - operator.
Source§

fn neg(self) -> AutoSimd<[i32; 16]>

Performs the unary - operation. Read more
Source§

impl Neg for AutoSimd<[i64; 2]>

Source§

type Output = AutoSimd<[i64; 2]>

The resulting type after applying the - operator.
Source§

fn neg(self) -> AutoSimd<[i64; 2]>

Performs the unary - operation. Read more
Source§

impl Neg for AutoSimd<[i64; 4]>

Source§

type Output = AutoSimd<[i64; 4]>

The resulting type after applying the - operator.
Source§

fn neg(self) -> AutoSimd<[i64; 4]>

Performs the unary - operation. Read more
Source§

impl Neg for AutoSimd<[i64; 8]>

Source§

type Output = AutoSimd<[i64; 8]>

The resulting type after applying the - operator.
Source§

fn neg(self) -> AutoSimd<[i64; 8]>

Performs the unary - operation. Read more
Source§

impl Neg for AutoSimd<[i8; 2]>

Source§

type Output = AutoSimd<[i8; 2]>

The resulting type after applying the - operator.
Source§

fn neg(self) -> AutoSimd<[i8; 2]>

Performs the unary - operation. Read more
Source§

impl Neg for AutoSimd<[i8; 4]>

Source§

type Output = AutoSimd<[i8; 4]>

The resulting type after applying the - operator.
Source§

fn neg(self) -> AutoSimd<[i8; 4]>

Performs the unary - operation. Read more
Source§

impl Neg for AutoSimd<[i8; 8]>

Source§

type Output = AutoSimd<[i8; 8]>

The resulting type after applying the - operator.
Source§

fn neg(self) -> AutoSimd<[i8; 8]>

Performs the unary - operation. Read more
Source§

impl Neg for AutoSimd<[i8; 16]>

Source§

type Output = AutoSimd<[i8; 16]>

The resulting type after applying the - operator.
Source§

fn neg(self) -> AutoSimd<[i8; 16]>

Performs the unary - operation. Read more
Source§

impl Neg for AutoSimd<[i8; 32]>

Source§

type Output = AutoSimd<[i8; 32]>

The resulting type after applying the - operator.
Source§

fn neg(self) -> AutoSimd<[i8; 32]>

Performs the unary - operation. Read more
Source§

impl Neg for AutoSimd<[isize; 2]>

Source§

type Output = AutoSimd<[isize; 2]>

The resulting type after applying the - operator.
Source§

fn neg(self) -> AutoSimd<[isize; 2]>

Performs the unary - operation. Read more
Source§

impl Neg for AutoSimd<[isize; 4]>

Source§

type Output = AutoSimd<[isize; 4]>

The resulting type after applying the - operator.
Source§

fn neg(self) -> AutoSimd<[isize; 4]>

Performs the unary - operation. Read more
Source§

impl Neg for AutoSimd<[isize; 8]>

Source§

type Output = AutoSimd<[isize; 8]>

The resulting type after applying the - operator.
Source§

fn neg(self) -> AutoSimd<[isize; 8]>

Performs the unary - operation. Read more
Source§

impl Not for AutoSimd<[bool; 1]>

Source§

type Output = AutoSimd<[bool; 1]>

The resulting type after applying the ! operator.
Source§

fn not(self) -> AutoSimd<[bool; 1]>

Performs the unary ! operation. Read more
Source§

impl Not for AutoSimd<[bool; 2]>

Source§

type Output = AutoSimd<[bool; 2]>

The resulting type after applying the ! operator.
Source§

fn not(self) -> AutoSimd<[bool; 2]>

Performs the unary ! operation. Read more
Source§

impl Not for AutoSimd<[bool; 4]>

Source§

type Output = AutoSimd<[bool; 4]>

The resulting type after applying the ! operator.
Source§

fn not(self) -> AutoSimd<[bool; 4]>

Performs the unary ! operation. Read more
Source§

impl Not for AutoSimd<[bool; 8]>

Source§

type Output = AutoSimd<[bool; 8]>

The resulting type after applying the ! operator.
Source§

fn not(self) -> AutoSimd<[bool; 8]>

Performs the unary ! operation. Read more
Source§

impl Not for AutoSimd<[bool; 16]>

Source§

type Output = AutoSimd<[bool; 16]>

The resulting type after applying the ! operator.
Source§

fn not(self) -> AutoSimd<[bool; 16]>

Performs the unary ! operation. Read more
Source§

impl Not for AutoSimd<[bool; 32]>

Source§

type Output = AutoSimd<[bool; 32]>

The resulting type after applying the ! operator.
Source§

fn not(self) -> AutoSimd<[bool; 32]>

Performs the unary ! operation. Read more
Source§

impl Num for AutoSimd<[f32; 2]>

Source§

type FromStrRadixErr = <f32 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[f32; 2]>, <AutoSimd<[f32; 2]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[f32; 4]>

Source§

type FromStrRadixErr = <f32 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[f32; 4]>, <AutoSimd<[f32; 4]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[f32; 8]>

Source§

type FromStrRadixErr = <f32 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[f32; 8]>, <AutoSimd<[f32; 8]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[f32; 16]>

Source§

type FromStrRadixErr = <f32 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[f32; 16]>, <AutoSimd<[f32; 16]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[f64; 2]>

Source§

type FromStrRadixErr = <f64 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[f64; 2]>, <AutoSimd<[f64; 2]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[f64; 4]>

Source§

type FromStrRadixErr = <f64 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[f64; 4]>, <AutoSimd<[f64; 4]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[f64; 8]>

Source§

type FromStrRadixErr = <f64 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[f64; 8]>, <AutoSimd<[f64; 8]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[i128; 1]>

Source§

type FromStrRadixErr = <i128 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[i128; 1]>, <AutoSimd<[i128; 1]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[i128; 2]>

Source§

type FromStrRadixErr = <i128 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[i128; 2]>, <AutoSimd<[i128; 2]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[i128; 4]>

Source§

type FromStrRadixErr = <i128 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[i128; 4]>, <AutoSimd<[i128; 4]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[i16; 2]>

Source§

type FromStrRadixErr = <i16 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[i16; 2]>, <AutoSimd<[i16; 2]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[i16; 4]>

Source§

type FromStrRadixErr = <i16 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[i16; 4]>, <AutoSimd<[i16; 4]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[i16; 8]>

Source§

type FromStrRadixErr = <i16 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[i16; 8]>, <AutoSimd<[i16; 8]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[i16; 16]>

Source§

type FromStrRadixErr = <i16 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[i16; 16]>, <AutoSimd<[i16; 16]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[i16; 32]>

Source§

type FromStrRadixErr = <i16 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[i16; 32]>, <AutoSimd<[i16; 32]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[i32; 2]>

Source§

type FromStrRadixErr = <i32 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[i32; 2]>, <AutoSimd<[i32; 2]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[i32; 4]>

Source§

type FromStrRadixErr = <i32 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[i32; 4]>, <AutoSimd<[i32; 4]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[i32; 8]>

Source§

type FromStrRadixErr = <i32 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[i32; 8]>, <AutoSimd<[i32; 8]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[i32; 16]>

Source§

type FromStrRadixErr = <i32 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[i32; 16]>, <AutoSimd<[i32; 16]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[i64; 2]>

Source§

type FromStrRadixErr = <i64 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[i64; 2]>, <AutoSimd<[i64; 2]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[i64; 4]>

Source§

type FromStrRadixErr = <i64 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[i64; 4]>, <AutoSimd<[i64; 4]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[i64; 8]>

Source§

type FromStrRadixErr = <i64 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[i64; 8]>, <AutoSimd<[i64; 8]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[i8; 2]>

Source§

type FromStrRadixErr = <i8 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[i8; 2]>, <AutoSimd<[i8; 2]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[i8; 4]>

Source§

type FromStrRadixErr = <i8 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[i8; 4]>, <AutoSimd<[i8; 4]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[i8; 8]>

Source§

type FromStrRadixErr = <i8 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[i8; 8]>, <AutoSimd<[i8; 8]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[i8; 16]>

Source§

type FromStrRadixErr = <i8 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[i8; 16]>, <AutoSimd<[i8; 16]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[i8; 32]>

Source§

type FromStrRadixErr = <i8 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[i8; 32]>, <AutoSimd<[i8; 32]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[isize; 2]>

Source§

type FromStrRadixErr = <isize as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[isize; 2]>, <AutoSimd<[isize; 2]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[isize; 4]>

Source§

type FromStrRadixErr = <isize as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[isize; 4]>, <AutoSimd<[isize; 4]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[isize; 8]>

Source§

type FromStrRadixErr = <isize as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[isize; 8]>, <AutoSimd<[isize; 8]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[u128; 1]>

Source§

type FromStrRadixErr = <u128 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[u128; 1]>, <AutoSimd<[u128; 1]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[u128; 2]>

Source§

type FromStrRadixErr = <u128 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[u128; 2]>, <AutoSimd<[u128; 2]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[u128; 4]>

Source§

type FromStrRadixErr = <u128 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[u128; 4]>, <AutoSimd<[u128; 4]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[u16; 2]>

Source§

type FromStrRadixErr = <u16 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[u16; 2]>, <AutoSimd<[u16; 2]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[u16; 4]>

Source§

type FromStrRadixErr = <u16 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[u16; 4]>, <AutoSimd<[u16; 4]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[u16; 8]>

Source§

type FromStrRadixErr = <u16 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[u16; 8]>, <AutoSimd<[u16; 8]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[u16; 16]>

Source§

type FromStrRadixErr = <u16 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[u16; 16]>, <AutoSimd<[u16; 16]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[u16; 32]>

Source§

type FromStrRadixErr = <u16 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[u16; 32]>, <AutoSimd<[u16; 32]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[u32; 2]>

Source§

type FromStrRadixErr = <u32 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[u32; 2]>, <AutoSimd<[u32; 2]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[u32; 4]>

Source§

type FromStrRadixErr = <u32 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[u32; 4]>, <AutoSimd<[u32; 4]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[u32; 8]>

Source§

type FromStrRadixErr = <u32 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[u32; 8]>, <AutoSimd<[u32; 8]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[u32; 16]>

Source§

type FromStrRadixErr = <u32 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[u32; 16]>, <AutoSimd<[u32; 16]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[u64; 2]>

Source§

type FromStrRadixErr = <u64 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[u64; 2]>, <AutoSimd<[u64; 2]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[u64; 4]>

Source§

type FromStrRadixErr = <u64 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[u64; 4]>, <AutoSimd<[u64; 4]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[u64; 8]>

Source§

type FromStrRadixErr = <u64 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[u64; 8]>, <AutoSimd<[u64; 8]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[u8; 2]>

Source§

type FromStrRadixErr = <u8 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[u8; 2]>, <AutoSimd<[u8; 2]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[u8; 4]>

Source§

type FromStrRadixErr = <u8 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[u8; 4]>, <AutoSimd<[u8; 4]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[u8; 8]>

Source§

type FromStrRadixErr = <u8 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[u8; 8]>, <AutoSimd<[u8; 8]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[u8; 16]>

Source§

type FromStrRadixErr = <u8 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[u8; 16]>, <AutoSimd<[u8; 16]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[u8; 32]>

Source§

type FromStrRadixErr = <u8 as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[u8; 32]>, <AutoSimd<[u8; 32]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[usize; 2]>

Source§

type FromStrRadixErr = <usize as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[usize; 2]>, <AutoSimd<[usize; 2]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[usize; 4]>

Source§

type FromStrRadixErr = <usize as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[usize; 4]>, <AutoSimd<[usize; 4]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl Num for AutoSimd<[usize; 8]>

Source§

type FromStrRadixErr = <usize as Num>::FromStrRadixErr

Source§

fn from_str_radix( str: &str, radix: u32, ) -> Result<AutoSimd<[usize; 8]>, <AutoSimd<[usize; 8]> as Num>::FromStrRadixErr>

Convert from a string and radix (typically 2..=36). Read more
Source§

impl One for AutoSimd<[f32; 2]>

Source§

fn one() -> AutoSimd<[f32; 2]>

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 AutoSimd<[f32; 4]>

Source§

fn one() -> AutoSimd<[f32; 4]>

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 AutoSimd<[f32; 8]>

Source§

fn one() -> AutoSimd<[f32; 8]>

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 AutoSimd<[f32; 16]>

Source§

fn one() -> AutoSimd<[f32; 16]>

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 AutoSimd<[f64; 2]>

Source§

fn one() -> AutoSimd<[f64; 2]>

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 AutoSimd<[f64; 4]>

Source§

fn one() -> AutoSimd<[f64; 4]>

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 AutoSimd<[f64; 8]>

Source§

fn one() -> AutoSimd<[f64; 8]>

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 AutoSimd<[i128; 1]>

Source§

fn one() -> AutoSimd<[i128; 1]>

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 AutoSimd<[i128; 2]>

Source§

fn one() -> AutoSimd<[i128; 2]>

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 AutoSimd<[i128; 4]>

Source§

fn one() -> AutoSimd<[i128; 4]>

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 AutoSimd<[i16; 2]>

Source§

fn one() -> AutoSimd<[i16; 2]>

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 AutoSimd<[i16; 4]>

Source§

fn one() -> AutoSimd<[i16; 4]>

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 AutoSimd<[i16; 8]>

Source§

fn one() -> AutoSimd<[i16; 8]>

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 AutoSimd<[i16; 16]>

Source§

fn one() -> AutoSimd<[i16; 16]>

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 AutoSimd<[i16; 32]>

Source§

fn one() -> AutoSimd<[i16; 32]>

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 AutoSimd<[i32; 2]>

Source§

fn one() -> AutoSimd<[i32; 2]>

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 AutoSimd<[i32; 4]>

Source§

fn one() -> AutoSimd<[i32; 4]>

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 AutoSimd<[i32; 8]>

Source§

fn one() -> AutoSimd<[i32; 8]>

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 AutoSimd<[i32; 16]>

Source§

fn one() -> AutoSimd<[i32; 16]>

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 AutoSimd<[i64; 2]>

Source§

fn one() -> AutoSimd<[i64; 2]>

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 AutoSimd<[i64; 4]>

Source§

fn one() -> AutoSimd<[i64; 4]>

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 AutoSimd<[i64; 8]>

Source§

fn one() -> AutoSimd<[i64; 8]>

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 AutoSimd<[i8; 2]>

Source§

fn one() -> AutoSimd<[i8; 2]>

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 AutoSimd<[i8; 4]>

Source§

fn one() -> AutoSimd<[i8; 4]>

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 AutoSimd<[i8; 8]>

Source§

fn one() -> AutoSimd<[i8; 8]>

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 AutoSimd<[i8; 16]>

Source§

fn one() -> AutoSimd<[i8; 16]>

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 AutoSimd<[i8; 32]>

Source§

fn one() -> AutoSimd<[i8; 32]>

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 AutoSimd<[isize; 2]>

Source§

fn one() -> AutoSimd<[isize; 2]>

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 AutoSimd<[isize; 4]>

Source§

fn one() -> AutoSimd<[isize; 4]>

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 AutoSimd<[isize; 8]>

Source§

fn one() -> AutoSimd<[isize; 8]>

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 AutoSimd<[u128; 1]>

Source§

fn one() -> AutoSimd<[u128; 1]>

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 AutoSimd<[u128; 2]>

Source§

fn one() -> AutoSimd<[u128; 2]>

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 AutoSimd<[u128; 4]>

Source§

fn one() -> AutoSimd<[u128; 4]>

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 AutoSimd<[u16; 2]>

Source§

fn one() -> AutoSimd<[u16; 2]>

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 AutoSimd<[u16; 4]>

Source§

fn one() -> AutoSimd<[u16; 4]>

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 AutoSimd<[u16; 8]>

Source§

fn one() -> AutoSimd<[u16; 8]>

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 AutoSimd<[u16; 16]>

Source§

fn one() -> AutoSimd<[u16; 16]>

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 AutoSimd<[u16; 32]>

Source§

fn one() -> AutoSimd<[u16; 32]>

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 AutoSimd<[u32; 2]>

Source§

fn one() -> AutoSimd<[u32; 2]>

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 AutoSimd<[u32; 4]>

Source§

fn one() -> AutoSimd<[u32; 4]>

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 AutoSimd<[u32; 8]>

Source§

fn one() -> AutoSimd<[u32; 8]>

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 AutoSimd<[u32; 16]>

Source§

fn one() -> AutoSimd<[u32; 16]>

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 AutoSimd<[u64; 2]>

Source§

fn one() -> AutoSimd<[u64; 2]>

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 AutoSimd<[u64; 4]>

Source§

fn one() -> AutoSimd<[u64; 4]>

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 AutoSimd<[u64; 8]>

Source§

fn one() -> AutoSimd<[u64; 8]>

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 AutoSimd<[u8; 2]>

Source§

fn one() -> AutoSimd<[u8; 2]>

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 AutoSimd<[u8; 4]>

Source§

fn one() -> AutoSimd<[u8; 4]>

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 AutoSimd<[u8; 8]>

Source§

fn one() -> AutoSimd<[u8; 8]>

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 AutoSimd<[u8; 16]>

Source§

fn one() -> AutoSimd<[u8; 16]>

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 AutoSimd<[u8; 32]>

Source§

fn one() -> AutoSimd<[u8; 32]>

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 AutoSimd<[usize; 2]>

Source§

fn one() -> AutoSimd<[usize; 2]>

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 AutoSimd<[usize; 4]>

Source§

fn one() -> AutoSimd<[usize; 4]>

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 AutoSimd<[usize; 8]>

Source§

fn one() -> AutoSimd<[usize; 8]>

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 for AutoSimd<N>
where N: PartialEq,

Source§

fn eq(&self, other: &AutoSimd<N>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 (const: unstable) · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PrimitiveSimdValue for AutoSimd<[f32; 2]>

Source§

impl PrimitiveSimdValue for AutoSimd<[f32; 4]>

Source§

impl PrimitiveSimdValue for AutoSimd<[f32; 8]>

Source§

impl PrimitiveSimdValue for AutoSimd<[f32; 16]>

Source§

impl PrimitiveSimdValue for AutoSimd<[f64; 2]>

Source§

impl PrimitiveSimdValue for AutoSimd<[f64; 4]>

Source§

impl PrimitiveSimdValue for AutoSimd<[f64; 8]>

Source§

impl PrimitiveSimdValue for AutoSimd<[i128; 1]>

Source§

impl PrimitiveSimdValue for AutoSimd<[i128; 2]>

Source§

impl PrimitiveSimdValue for AutoSimd<[i128; 4]>

Source§

impl PrimitiveSimdValue for AutoSimd<[i16; 2]>

Source§

impl PrimitiveSimdValue for AutoSimd<[i16; 4]>

Source§

impl PrimitiveSimdValue for AutoSimd<[i16; 8]>

Source§

impl PrimitiveSimdValue for AutoSimd<[i16; 16]>

Source§

impl PrimitiveSimdValue for AutoSimd<[i16; 32]>

Source§

impl PrimitiveSimdValue for AutoSimd<[i32; 2]>

Source§

impl PrimitiveSimdValue for AutoSimd<[i32; 4]>

Source§

impl PrimitiveSimdValue for AutoSimd<[i32; 8]>

Source§

impl PrimitiveSimdValue for AutoSimd<[i32; 16]>

Source§

impl PrimitiveSimdValue for AutoSimd<[i64; 2]>

Source§

impl PrimitiveSimdValue for AutoSimd<[i64; 4]>

Source§

impl PrimitiveSimdValue for AutoSimd<[i64; 8]>

Source§

impl PrimitiveSimdValue for AutoSimd<[i8; 2]>

Source§

impl PrimitiveSimdValue for AutoSimd<[i8; 4]>

Source§

impl PrimitiveSimdValue for AutoSimd<[i8; 8]>

Source§

impl PrimitiveSimdValue for AutoSimd<[i8; 16]>

Source§

impl PrimitiveSimdValue for AutoSimd<[i8; 32]>

Source§

impl PrimitiveSimdValue for AutoSimd<[isize; 2]>

Source§

impl PrimitiveSimdValue for AutoSimd<[isize; 4]>

Source§

impl PrimitiveSimdValue for AutoSimd<[isize; 8]>

Source§

impl PrimitiveSimdValue for AutoSimd<[u128; 1]>

Source§

impl PrimitiveSimdValue for AutoSimd<[u128; 2]>

Source§

impl PrimitiveSimdValue for AutoSimd<[u128; 4]>

Source§

impl PrimitiveSimdValue for AutoSimd<[u16; 2]>

Source§

impl PrimitiveSimdValue for AutoSimd<[u16; 4]>

Source§

impl PrimitiveSimdValue for AutoSimd<[u16; 8]>

Source§

impl PrimitiveSimdValue for AutoSimd<[u16; 16]>

Source§

impl PrimitiveSimdValue for AutoSimd<[u16; 32]>

Source§

impl PrimitiveSimdValue for AutoSimd<[u32; 2]>

Source§

impl PrimitiveSimdValue for AutoSimd<[u32; 4]>

Source§

impl PrimitiveSimdValue for AutoSimd<[u32; 8]>

Source§

impl PrimitiveSimdValue for AutoSimd<[u32; 16]>

Source§

impl PrimitiveSimdValue for AutoSimd<[u64; 2]>

Source§

impl PrimitiveSimdValue for AutoSimd<[u64; 4]>

Source§

impl PrimitiveSimdValue for AutoSimd<[u64; 8]>

Source§

impl PrimitiveSimdValue for AutoSimd<[u8; 2]>

Source§

impl PrimitiveSimdValue for AutoSimd<[u8; 4]>

Source§

impl PrimitiveSimdValue for AutoSimd<[u8; 8]>

Source§

impl PrimitiveSimdValue for AutoSimd<[u8; 16]>

Source§

impl PrimitiveSimdValue for AutoSimd<[u8; 32]>

Source§

impl PrimitiveSimdValue for AutoSimd<[usize; 2]>

Source§

impl PrimitiveSimdValue for AutoSimd<[usize; 4]>

Source§

impl PrimitiveSimdValue for AutoSimd<[usize; 8]>

Source§

impl PrimitiveSimdValue for AutoSimd<[bool; 1]>

Source§

impl PrimitiveSimdValue for AutoSimd<[bool; 2]>

Source§

impl PrimitiveSimdValue for AutoSimd<[bool; 4]>

Source§

impl PrimitiveSimdValue for AutoSimd<[bool; 8]>

Source§

impl PrimitiveSimdValue for AutoSimd<[bool; 16]>

Source§

impl PrimitiveSimdValue for AutoSimd<[bool; 32]>

Source§

impl Rem for AutoSimd<[f32; 2]>

Source§

type Output = AutoSimd<[f32; 2]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[f32; 2]>) -> AutoSimd<[f32; 2]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[f32; 4]>

Source§

type Output = AutoSimd<[f32; 4]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[f32; 4]>) -> AutoSimd<[f32; 4]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[f32; 8]>

Source§

type Output = AutoSimd<[f32; 8]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[f32; 8]>) -> AutoSimd<[f32; 8]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[f32; 16]>

Source§

type Output = AutoSimd<[f32; 16]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[f32; 16]>) -> AutoSimd<[f32; 16]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[f64; 2]>

Source§

type Output = AutoSimd<[f64; 2]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[f64; 2]>) -> AutoSimd<[f64; 2]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[f64; 4]>

Source§

type Output = AutoSimd<[f64; 4]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[f64; 4]>) -> AutoSimd<[f64; 4]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[f64; 8]>

Source§

type Output = AutoSimd<[f64; 8]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[f64; 8]>) -> AutoSimd<[f64; 8]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[i128; 1]>

Source§

type Output = AutoSimd<[i128; 1]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[i128; 1]>) -> AutoSimd<[i128; 1]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[i128; 2]>

Source§

type Output = AutoSimd<[i128; 2]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[i128; 2]>) -> AutoSimd<[i128; 2]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[i128; 4]>

Source§

type Output = AutoSimd<[i128; 4]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[i128; 4]>) -> AutoSimd<[i128; 4]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[i16; 2]>

Source§

type Output = AutoSimd<[i16; 2]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[i16; 2]>) -> AutoSimd<[i16; 2]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[i16; 4]>

Source§

type Output = AutoSimd<[i16; 4]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[i16; 4]>) -> AutoSimd<[i16; 4]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[i16; 8]>

Source§

type Output = AutoSimd<[i16; 8]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[i16; 8]>) -> AutoSimd<[i16; 8]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[i16; 16]>

Source§

type Output = AutoSimd<[i16; 16]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[i16; 16]>) -> AutoSimd<[i16; 16]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[i16; 32]>

Source§

type Output = AutoSimd<[i16; 32]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[i16; 32]>) -> AutoSimd<[i16; 32]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[i32; 2]>

Source§

type Output = AutoSimd<[i32; 2]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[i32; 2]>) -> AutoSimd<[i32; 2]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[i32; 4]>

Source§

type Output = AutoSimd<[i32; 4]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[i32; 4]>) -> AutoSimd<[i32; 4]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[i32; 8]>

Source§

type Output = AutoSimd<[i32; 8]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[i32; 8]>) -> AutoSimd<[i32; 8]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[i32; 16]>

Source§

type Output = AutoSimd<[i32; 16]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[i32; 16]>) -> AutoSimd<[i32; 16]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[i64; 2]>

Source§

type Output = AutoSimd<[i64; 2]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[i64; 2]>) -> AutoSimd<[i64; 2]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[i64; 4]>

Source§

type Output = AutoSimd<[i64; 4]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[i64; 4]>) -> AutoSimd<[i64; 4]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[i64; 8]>

Source§

type Output = AutoSimd<[i64; 8]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[i64; 8]>) -> AutoSimd<[i64; 8]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[i8; 2]>

Source§

type Output = AutoSimd<[i8; 2]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[i8; 2]>) -> AutoSimd<[i8; 2]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[i8; 4]>

Source§

type Output = AutoSimd<[i8; 4]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[i8; 4]>) -> AutoSimd<[i8; 4]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[i8; 8]>

Source§

type Output = AutoSimd<[i8; 8]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[i8; 8]>) -> AutoSimd<[i8; 8]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[i8; 16]>

Source§

type Output = AutoSimd<[i8; 16]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[i8; 16]>) -> AutoSimd<[i8; 16]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[i8; 32]>

Source§

type Output = AutoSimd<[i8; 32]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[i8; 32]>) -> AutoSimd<[i8; 32]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[isize; 2]>

Source§

type Output = AutoSimd<[isize; 2]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[isize; 2]>) -> AutoSimd<[isize; 2]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[isize; 4]>

Source§

type Output = AutoSimd<[isize; 4]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[isize; 4]>) -> AutoSimd<[isize; 4]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[isize; 8]>

Source§

type Output = AutoSimd<[isize; 8]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[isize; 8]>) -> AutoSimd<[isize; 8]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[u128; 1]>

Source§

type Output = AutoSimd<[u128; 1]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[u128; 1]>) -> AutoSimd<[u128; 1]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[u128; 2]>

Source§

type Output = AutoSimd<[u128; 2]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[u128; 2]>) -> AutoSimd<[u128; 2]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[u128; 4]>

Source§

type Output = AutoSimd<[u128; 4]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[u128; 4]>) -> AutoSimd<[u128; 4]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[u16; 2]>

Source§

type Output = AutoSimd<[u16; 2]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[u16; 2]>) -> AutoSimd<[u16; 2]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[u16; 4]>

Source§

type Output = AutoSimd<[u16; 4]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[u16; 4]>) -> AutoSimd<[u16; 4]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[u16; 8]>

Source§

type Output = AutoSimd<[u16; 8]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[u16; 8]>) -> AutoSimd<[u16; 8]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[u16; 16]>

Source§

type Output = AutoSimd<[u16; 16]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[u16; 16]>) -> AutoSimd<[u16; 16]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[u16; 32]>

Source§

type Output = AutoSimd<[u16; 32]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[u16; 32]>) -> AutoSimd<[u16; 32]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[u32; 2]>

Source§

type Output = AutoSimd<[u32; 2]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[u32; 2]>) -> AutoSimd<[u32; 2]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[u32; 4]>

Source§

type Output = AutoSimd<[u32; 4]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[u32; 4]>) -> AutoSimd<[u32; 4]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[u32; 8]>

Source§

type Output = AutoSimd<[u32; 8]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[u32; 8]>) -> AutoSimd<[u32; 8]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[u32; 16]>

Source§

type Output = AutoSimd<[u32; 16]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[u32; 16]>) -> AutoSimd<[u32; 16]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[u64; 2]>

Source§

type Output = AutoSimd<[u64; 2]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[u64; 2]>) -> AutoSimd<[u64; 2]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[u64; 4]>

Source§

type Output = AutoSimd<[u64; 4]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[u64; 4]>) -> AutoSimd<[u64; 4]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[u64; 8]>

Source§

type Output = AutoSimd<[u64; 8]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[u64; 8]>) -> AutoSimd<[u64; 8]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[u8; 2]>

Source§

type Output = AutoSimd<[u8; 2]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[u8; 2]>) -> AutoSimd<[u8; 2]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[u8; 4]>

Source§

type Output = AutoSimd<[u8; 4]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[u8; 4]>) -> AutoSimd<[u8; 4]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[u8; 8]>

Source§

type Output = AutoSimd<[u8; 8]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[u8; 8]>) -> AutoSimd<[u8; 8]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[u8; 16]>

Source§

type Output = AutoSimd<[u8; 16]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[u8; 16]>) -> AutoSimd<[u8; 16]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[u8; 32]>

Source§

type Output = AutoSimd<[u8; 32]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[u8; 32]>) -> AutoSimd<[u8; 32]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[usize; 2]>

Source§

type Output = AutoSimd<[usize; 2]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[usize; 2]>) -> AutoSimd<[usize; 2]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[usize; 4]>

Source§

type Output = AutoSimd<[usize; 4]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[usize; 4]>) -> AutoSimd<[usize; 4]>

Performs the % operation. Read more
Source§

impl Rem for AutoSimd<[usize; 8]>

Source§

type Output = AutoSimd<[usize; 8]>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: AutoSimd<[usize; 8]>) -> AutoSimd<[usize; 8]>

Performs the % operation. Read more
Source§

impl RemAssign for AutoSimd<[f32; 2]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[f32; 2]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[f32; 4]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[f32; 4]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[f32; 8]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[f32; 8]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[f32; 16]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[f32; 16]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[f64; 2]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[f64; 2]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[f64; 4]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[f64; 4]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[f64; 8]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[f64; 8]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[i128; 1]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[i128; 1]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[i128; 2]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[i128; 2]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[i128; 4]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[i128; 4]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[i16; 2]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[i16; 2]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[i16; 4]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[i16; 4]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[i16; 8]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[i16; 8]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[i16; 16]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[i16; 16]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[i16; 32]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[i16; 32]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[i32; 2]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[i32; 2]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[i32; 4]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[i32; 4]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[i32; 8]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[i32; 8]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[i32; 16]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[i32; 16]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[i64; 2]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[i64; 2]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[i64; 4]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[i64; 4]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[i64; 8]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[i64; 8]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[i8; 2]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[i8; 2]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[i8; 4]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[i8; 4]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[i8; 8]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[i8; 8]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[i8; 16]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[i8; 16]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[i8; 32]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[i8; 32]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[isize; 2]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[isize; 2]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[isize; 4]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[isize; 4]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[isize; 8]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[isize; 8]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[u128; 1]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[u128; 1]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[u128; 2]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[u128; 2]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[u128; 4]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[u128; 4]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[u16; 2]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[u16; 2]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[u16; 4]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[u16; 4]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[u16; 8]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[u16; 8]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[u16; 16]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[u16; 16]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[u16; 32]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[u16; 32]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[u32; 2]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[u32; 2]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[u32; 4]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[u32; 4]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[u32; 8]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[u32; 8]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[u32; 16]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[u32; 16]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[u64; 2]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[u64; 2]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[u64; 4]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[u64; 4]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[u64; 8]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[u64; 8]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[u8; 2]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[u8; 2]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[u8; 4]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[u8; 4]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[u8; 8]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[u8; 8]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[u8; 16]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[u8; 16]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[u8; 32]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[u8; 32]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[usize; 2]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[usize; 2]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[usize; 4]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[usize; 4]>)

Performs the %= operation. Read more
Source§

impl RemAssign for AutoSimd<[usize; 8]>

Source§

fn rem_assign(&mut self, rhs: AutoSimd<[usize; 8]>)

Performs the %= operation. Read more
Source§

impl SimdBool for AutoSimd<[bool; 1]>

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>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res
where Res: SimdValue<SimdBool = AutoSimd<[bool; 1]>>,

Merges the value of if_value() and else_value() depending on the lanes of self. Read more
Source§

fn if_else2<Res>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> AutoSimd<[bool; 1]>, impl FnOnce() -> Res), else_value: impl FnOnce() -> Res, ) -> Res
where Res: SimdValue<SimdBool = AutoSimd<[bool; 1]>>,

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>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> AutoSimd<[bool; 1]>, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> AutoSimd<[bool; 1]>, impl FnOnce() -> Res), else_value: impl FnOnce() -> Res, ) -> Res
where Res: SimdValue<SimdBool = AutoSimd<[bool; 1]>>,

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 AutoSimd<[bool; 2]>

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>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res
where Res: SimdValue<SimdBool = AutoSimd<[bool; 2]>>,

Merges the value of if_value() and else_value() depending on the lanes of self. Read more
Source§

fn if_else2<Res>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> AutoSimd<[bool; 2]>, impl FnOnce() -> Res), else_value: impl FnOnce() -> Res, ) -> Res
where Res: SimdValue<SimdBool = AutoSimd<[bool; 2]>>,

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>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> AutoSimd<[bool; 2]>, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> AutoSimd<[bool; 2]>, impl FnOnce() -> Res), else_value: impl FnOnce() -> Res, ) -> Res
where Res: SimdValue<SimdBool = AutoSimd<[bool; 2]>>,

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 AutoSimd<[bool; 4]>

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>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res
where Res: SimdValue<SimdBool = AutoSimd<[bool; 4]>>,

Merges the value of if_value() and else_value() depending on the lanes of self. Read more
Source§

fn if_else2<Res>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> AutoSimd<[bool; 4]>, impl FnOnce() -> Res), else_value: impl FnOnce() -> Res, ) -> Res
where Res: SimdValue<SimdBool = AutoSimd<[bool; 4]>>,

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>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> AutoSimd<[bool; 4]>, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> AutoSimd<[bool; 4]>, impl FnOnce() -> Res), else_value: impl FnOnce() -> Res, ) -> Res
where Res: SimdValue<SimdBool = AutoSimd<[bool; 4]>>,

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 AutoSimd<[bool; 8]>

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>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res
where Res: SimdValue<SimdBool = AutoSimd<[bool; 8]>>,

Merges the value of if_value() and else_value() depending on the lanes of self. Read more
Source§

fn if_else2<Res>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> AutoSimd<[bool; 8]>, impl FnOnce() -> Res), else_value: impl FnOnce() -> Res, ) -> Res
where Res: SimdValue<SimdBool = AutoSimd<[bool; 8]>>,

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>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> AutoSimd<[bool; 8]>, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> AutoSimd<[bool; 8]>, impl FnOnce() -> Res), else_value: impl FnOnce() -> Res, ) -> Res
where Res: SimdValue<SimdBool = AutoSimd<[bool; 8]>>,

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 AutoSimd<[bool; 16]>

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>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res
where Res: SimdValue<SimdBool = AutoSimd<[bool; 16]>>,

Merges the value of if_value() and else_value() depending on the lanes of self. Read more
Source§

fn if_else2<Res>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> AutoSimd<[bool; 16]>, impl FnOnce() -> Res), else_value: impl FnOnce() -> Res, ) -> Res
where Res: SimdValue<SimdBool = AutoSimd<[bool; 16]>>,

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>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> AutoSimd<[bool; 16]>, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> AutoSimd<[bool; 16]>, impl FnOnce() -> Res), else_value: impl FnOnce() -> Res, ) -> Res
where Res: SimdValue<SimdBool = AutoSimd<[bool; 16]>>,

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 AutoSimd<[bool; 32]>

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>( self, if_value: impl FnOnce() -> Res, else_value: impl FnOnce() -> Res, ) -> Res
where Res: SimdValue<SimdBool = AutoSimd<[bool; 32]>>,

Merges the value of if_value() and else_value() depending on the lanes of self. Read more
Source§

fn if_else2<Res>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> AutoSimd<[bool; 32]>, impl FnOnce() -> Res), else_value: impl FnOnce() -> Res, ) -> Res
where Res: SimdValue<SimdBool = AutoSimd<[bool; 32]>>,

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>( self, if_value: impl FnOnce() -> Res, else_if: (impl FnOnce() -> AutoSimd<[bool; 32]>, impl FnOnce() -> Res), else_else_if: (impl FnOnce() -> AutoSimd<[bool; 32]>, impl FnOnce() -> Res), else_value: impl FnOnce() -> Res, ) -> Res
where Res: SimdValue<SimdBool = AutoSimd<[bool; 32]>>,

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 AutoSimd<[f32; 2]>

Available on crate features libm_force or libm or std only.
Source§

type SimdRealField = AutoSimd<[f32; 2]>

Type of the coefficients of a complex number.
Source§

fn simd_horizontal_sum(self) -> <AutoSimd<[f32; 2]> as SimdValue>::Element

Computes the sum of all the lanes of self.
Source§

fn simd_horizontal_product(self) -> <AutoSimd<[f32; 2]> as SimdValue>::Element

Computes the product of all the lanes of self.
Source§

fn from_simd_real( re: <AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f32; 2]>

Builds a pure-real complex number from the given value.
Source§

fn simd_real(self) -> <AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField

The real part of this complex number.
Source§

fn simd_imaginary( self, ) -> <AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField

The imaginary part of this complex number.
Source§

fn simd_norm1(self) -> <AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField

The sum of the absolute value of this complex number’s real and imaginary part.
Source§

fn simd_modulus(self) -> <AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField

The modulus of this complex number.
Source§

fn simd_modulus_squared( self, ) -> <AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField

The squared modulus of this complex number.
Source§

fn simd_argument( self, ) -> <AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField

The argument of this complex number.
Source§

fn simd_to_exp( self, ) -> (<AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField, AutoSimd<[f32; 2]>)

The exponential form of this complex number: (modulus, e^{i arg})
Source§

fn simd_recip(self) -> AutoSimd<[f32; 2]>

Source§

fn simd_conjugate(self) -> AutoSimd<[f32; 2]>

Source§

fn simd_scale( self, factor: <AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f32; 2]>

Multiplies this complex number by factor.
Source§

fn simd_unscale( self, factor: <AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f32; 2]>

Divides this complex number by factor.
Source§

fn simd_floor(self) -> AutoSimd<[f32; 2]>

Source§

fn simd_ceil(self) -> AutoSimd<[f32; 2]>

Source§

fn simd_round(self) -> AutoSimd<[f32; 2]>

Source§

fn simd_trunc(self) -> AutoSimd<[f32; 2]>

Source§

fn simd_fract(self) -> AutoSimd<[f32; 2]>

Source§

fn simd_abs(self) -> AutoSimd<[f32; 2]>

The absolute value of this complex number: self / self.signum(). Read more
Source§

fn simd_signum(self) -> AutoSimd<[f32; 2]>

The exponential part of this complex number: self / self.modulus()
Source§

fn simd_mul_add( self, a: AutoSimd<[f32; 2]>, b: AutoSimd<[f32; 2]>, ) -> AutoSimd<[f32; 2]>

Source§

fn simd_powi(self, n: i32) -> AutoSimd<[f32; 2]>

Source§

fn simd_powf(self, n: AutoSimd<[f32; 2]>) -> AutoSimd<[f32; 2]>

Source§

fn simd_powc(self, n: AutoSimd<[f32; 2]>) -> AutoSimd<[f32; 2]>

Source§

fn simd_sqrt(self) -> AutoSimd<[f32; 2]>

Source§

fn simd_exp(self) -> AutoSimd<[f32; 2]>

Source§

fn simd_exp2(self) -> AutoSimd<[f32; 2]>

Source§

fn simd_exp_m1(self) -> AutoSimd<[f32; 2]>

Source§

fn simd_ln_1p(self) -> AutoSimd<[f32; 2]>

Source§

fn simd_ln(self) -> AutoSimd<[f32; 2]>

Source§

fn simd_log(self, base: AutoSimd<[f32; 2]>) -> AutoSimd<[f32; 2]>

Source§

fn simd_log2(self) -> AutoSimd<[f32; 2]>

Source§

fn simd_log10(self) -> AutoSimd<[f32; 2]>

Source§

fn simd_cbrt(self) -> AutoSimd<[f32; 2]>

Source§

fn simd_hypot( self, other: AutoSimd<[f32; 2]>, ) -> <AutoSimd<[f32; 2]> as SimdComplexField>::SimdRealField

Computes (self.conjugate() * self + other.conjugate() * other).sqrt()
Source§

fn simd_sin(self) -> AutoSimd<[f32; 2]>

Source§

fn simd_cos(self) -> AutoSimd<[f32; 2]>

Source§

fn simd_tan(self) -> AutoSimd<[f32; 2]>

Source§

fn simd_asin(self) -> AutoSimd<[f32; 2]>

Source§

fn simd_acos(self) -> AutoSimd<[f32; 2]>

Source§

fn simd_atan(self) -> AutoSimd<[f32; 2]>

Source§

fn simd_sin_cos(self) -> (AutoSimd<[f32; 2]>, AutoSimd<[f32; 2]>)

Source§

fn simd_sinh(self) -> AutoSimd<[f32; 2]>

Source§

fn simd_cosh(self) -> AutoSimd<[f32; 2]>

Source§

fn simd_tanh(self) -> AutoSimd<[f32; 2]>

Source§

fn simd_asinh(self) -> AutoSimd<[f32; 2]>

Source§

fn simd_acosh(self) -> AutoSimd<[f32; 2]>

Source§

fn simd_atanh(self) -> AutoSimd<[f32; 2]>

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 AutoSimd<[f32; 4]>

Available on crate features libm_force or libm or std only.
Source§

type SimdRealField = AutoSimd<[f32; 4]>

Type of the coefficients of a complex number.
Source§

fn simd_horizontal_sum(self) -> <AutoSimd<[f32; 4]> as SimdValue>::Element

Computes the sum of all the lanes of self.
Source§

fn simd_horizontal_product(self) -> <AutoSimd<[f32; 4]> as SimdValue>::Element

Computes the product of all the lanes of self.
Source§

fn from_simd_real( re: <AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f32; 4]>

Builds a pure-real complex number from the given value.
Source§

fn simd_real(self) -> <AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField

The real part of this complex number.
Source§

fn simd_imaginary( self, ) -> <AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField

The imaginary part of this complex number.
Source§

fn simd_norm1(self) -> <AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField

The sum of the absolute value of this complex number’s real and imaginary part.
Source§

fn simd_modulus(self) -> <AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField

The modulus of this complex number.
Source§

fn simd_modulus_squared( self, ) -> <AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField

The squared modulus of this complex number.
Source§

fn simd_argument( self, ) -> <AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField

The argument of this complex number.
Source§

fn simd_to_exp( self, ) -> (<AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField, AutoSimd<[f32; 4]>)

The exponential form of this complex number: (modulus, e^{i arg})
Source§

fn simd_recip(self) -> AutoSimd<[f32; 4]>

Source§

fn simd_conjugate(self) -> AutoSimd<[f32; 4]>

Source§

fn simd_scale( self, factor: <AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f32; 4]>

Multiplies this complex number by factor.
Source§

fn simd_unscale( self, factor: <AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f32; 4]>

Divides this complex number by factor.
Source§

fn simd_floor(self) -> AutoSimd<[f32; 4]>

Source§

fn simd_ceil(self) -> AutoSimd<[f32; 4]>

Source§

fn simd_round(self) -> AutoSimd<[f32; 4]>

Source§

fn simd_trunc(self) -> AutoSimd<[f32; 4]>

Source§

fn simd_fract(self) -> AutoSimd<[f32; 4]>

Source§

fn simd_abs(self) -> AutoSimd<[f32; 4]>

The absolute value of this complex number: self / self.signum(). Read more
Source§

fn simd_signum(self) -> AutoSimd<[f32; 4]>

The exponential part of this complex number: self / self.modulus()
Source§

fn simd_mul_add( self, a: AutoSimd<[f32; 4]>, b: AutoSimd<[f32; 4]>, ) -> AutoSimd<[f32; 4]>

Source§

fn simd_powi(self, n: i32) -> AutoSimd<[f32; 4]>

Source§

fn simd_powf(self, n: AutoSimd<[f32; 4]>) -> AutoSimd<[f32; 4]>

Source§

fn simd_powc(self, n: AutoSimd<[f32; 4]>) -> AutoSimd<[f32; 4]>

Source§

fn simd_sqrt(self) -> AutoSimd<[f32; 4]>

Source§

fn simd_exp(self) -> AutoSimd<[f32; 4]>

Source§

fn simd_exp2(self) -> AutoSimd<[f32; 4]>

Source§

fn simd_exp_m1(self) -> AutoSimd<[f32; 4]>

Source§

fn simd_ln_1p(self) -> AutoSimd<[f32; 4]>

Source§

fn simd_ln(self) -> AutoSimd<[f32; 4]>

Source§

fn simd_log(self, base: AutoSimd<[f32; 4]>) -> AutoSimd<[f32; 4]>

Source§

fn simd_log2(self) -> AutoSimd<[f32; 4]>

Source§

fn simd_log10(self) -> AutoSimd<[f32; 4]>

Source§

fn simd_cbrt(self) -> AutoSimd<[f32; 4]>

Source§

fn simd_hypot( self, other: AutoSimd<[f32; 4]>, ) -> <AutoSimd<[f32; 4]> as SimdComplexField>::SimdRealField

Computes (self.conjugate() * self + other.conjugate() * other).sqrt()
Source§

fn simd_sin(self) -> AutoSimd<[f32; 4]>

Source§

fn simd_cos(self) -> AutoSimd<[f32; 4]>

Source§

fn simd_tan(self) -> AutoSimd<[f32; 4]>

Source§

fn simd_asin(self) -> AutoSimd<[f32; 4]>

Source§

fn simd_acos(self) -> AutoSimd<[f32; 4]>

Source§

fn simd_atan(self) -> AutoSimd<[f32; 4]>

Source§

fn simd_sin_cos(self) -> (AutoSimd<[f32; 4]>, AutoSimd<[f32; 4]>)

Source§

fn simd_sinh(self) -> AutoSimd<[f32; 4]>

Source§

fn simd_cosh(self) -> AutoSimd<[f32; 4]>

Source§

fn simd_tanh(self) -> AutoSimd<[f32; 4]>

Source§

fn simd_asinh(self) -> AutoSimd<[f32; 4]>

Source§

fn simd_acosh(self) -> AutoSimd<[f32; 4]>

Source§

fn simd_atanh(self) -> AutoSimd<[f32; 4]>

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 AutoSimd<[f32; 8]>

Available on crate features libm_force or libm or std only.
Source§

type SimdRealField = AutoSimd<[f32; 8]>

Type of the coefficients of a complex number.
Source§

fn simd_horizontal_sum(self) -> <AutoSimd<[f32; 8]> as SimdValue>::Element

Computes the sum of all the lanes of self.
Source§

fn simd_horizontal_product(self) -> <AutoSimd<[f32; 8]> as SimdValue>::Element

Computes the product of all the lanes of self.
Source§

fn from_simd_real( re: <AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f32; 8]>

Builds a pure-real complex number from the given value.
Source§

fn simd_real(self) -> <AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField

The real part of this complex number.
Source§

fn simd_imaginary( self, ) -> <AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField

The imaginary part of this complex number.
Source§

fn simd_norm1(self) -> <AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField

The sum of the absolute value of this complex number’s real and imaginary part.
Source§

fn simd_modulus(self) -> <AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField

The modulus of this complex number.
Source§

fn simd_modulus_squared( self, ) -> <AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField

The squared modulus of this complex number.
Source§

fn simd_argument( self, ) -> <AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField

The argument of this complex number.
Source§

fn simd_to_exp( self, ) -> (<AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField, AutoSimd<[f32; 8]>)

The exponential form of this complex number: (modulus, e^{i arg})
Source§

fn simd_recip(self) -> AutoSimd<[f32; 8]>

Source§

fn simd_conjugate(self) -> AutoSimd<[f32; 8]>

Source§

fn simd_scale( self, factor: <AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f32; 8]>

Multiplies this complex number by factor.
Source§

fn simd_unscale( self, factor: <AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f32; 8]>

Divides this complex number by factor.
Source§

fn simd_floor(self) -> AutoSimd<[f32; 8]>

Source§

fn simd_ceil(self) -> AutoSimd<[f32; 8]>

Source§

fn simd_round(self) -> AutoSimd<[f32; 8]>

Source§

fn simd_trunc(self) -> AutoSimd<[f32; 8]>

Source§

fn simd_fract(self) -> AutoSimd<[f32; 8]>

Source§

fn simd_abs(self) -> AutoSimd<[f32; 8]>

The absolute value of this complex number: self / self.signum(). Read more
Source§

fn simd_signum(self) -> AutoSimd<[f32; 8]>

The exponential part of this complex number: self / self.modulus()
Source§

fn simd_mul_add( self, a: AutoSimd<[f32; 8]>, b: AutoSimd<[f32; 8]>, ) -> AutoSimd<[f32; 8]>

Source§

fn simd_powi(self, n: i32) -> AutoSimd<[f32; 8]>

Source§

fn simd_powf(self, n: AutoSimd<[f32; 8]>) -> AutoSimd<[f32; 8]>

Source§

fn simd_powc(self, n: AutoSimd<[f32; 8]>) -> AutoSimd<[f32; 8]>

Source§

fn simd_sqrt(self) -> AutoSimd<[f32; 8]>

Source§

fn simd_exp(self) -> AutoSimd<[f32; 8]>

Source§

fn simd_exp2(self) -> AutoSimd<[f32; 8]>

Source§

fn simd_exp_m1(self) -> AutoSimd<[f32; 8]>

Source§

fn simd_ln_1p(self) -> AutoSimd<[f32; 8]>

Source§

fn simd_ln(self) -> AutoSimd<[f32; 8]>

Source§

fn simd_log(self, base: AutoSimd<[f32; 8]>) -> AutoSimd<[f32; 8]>

Source§

fn simd_log2(self) -> AutoSimd<[f32; 8]>

Source§

fn simd_log10(self) -> AutoSimd<[f32; 8]>

Source§

fn simd_cbrt(self) -> AutoSimd<[f32; 8]>

Source§

fn simd_hypot( self, other: AutoSimd<[f32; 8]>, ) -> <AutoSimd<[f32; 8]> as SimdComplexField>::SimdRealField

Computes (self.conjugate() * self + other.conjugate() * other).sqrt()
Source§

fn simd_sin(self) -> AutoSimd<[f32; 8]>

Source§

fn simd_cos(self) -> AutoSimd<[f32; 8]>

Source§

fn simd_tan(self) -> AutoSimd<[f32; 8]>

Source§

fn simd_asin(self) -> AutoSimd<[f32; 8]>

Source§

fn simd_acos(self) -> AutoSimd<[f32; 8]>

Source§

fn simd_atan(self) -> AutoSimd<[f32; 8]>

Source§

fn simd_sin_cos(self) -> (AutoSimd<[f32; 8]>, AutoSimd<[f32; 8]>)

Source§

fn simd_sinh(self) -> AutoSimd<[f32; 8]>

Source§

fn simd_cosh(self) -> AutoSimd<[f32; 8]>

Source§

fn simd_tanh(self) -> AutoSimd<[f32; 8]>

Source§

fn simd_asinh(self) -> AutoSimd<[f32; 8]>

Source§

fn simd_acosh(self) -> AutoSimd<[f32; 8]>

Source§

fn simd_atanh(self) -> AutoSimd<[f32; 8]>

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 AutoSimd<[f32; 16]>

Available on crate features libm_force or libm or std only.
Source§

type SimdRealField = AutoSimd<[f32; 16]>

Type of the coefficients of a complex number.
Source§

fn simd_horizontal_sum(self) -> <AutoSimd<[f32; 16]> as SimdValue>::Element

Computes the sum of all the lanes of self.
Source§

fn simd_horizontal_product(self) -> <AutoSimd<[f32; 16]> as SimdValue>::Element

Computes the product of all the lanes of self.
Source§

fn from_simd_real( re: <AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f32; 16]>

Builds a pure-real complex number from the given value.
Source§

fn simd_real(self) -> <AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField

The real part of this complex number.
Source§

fn simd_imaginary( self, ) -> <AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField

The imaginary part of this complex number.
Source§

fn simd_norm1(self) -> <AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField

The sum of the absolute value of this complex number’s real and imaginary part.
Source§

fn simd_modulus( self, ) -> <AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField

The modulus of this complex number.
Source§

fn simd_modulus_squared( self, ) -> <AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField

The squared modulus of this complex number.
Source§

fn simd_argument( self, ) -> <AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField

The argument of this complex number.
Source§

fn simd_to_exp( self, ) -> (<AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField, AutoSimd<[f32; 16]>)

The exponential form of this complex number: (modulus, e^{i arg})
Source§

fn simd_recip(self) -> AutoSimd<[f32; 16]>

Source§

fn simd_conjugate(self) -> AutoSimd<[f32; 16]>

Source§

fn simd_scale( self, factor: <AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f32; 16]>

Multiplies this complex number by factor.
Source§

fn simd_unscale( self, factor: <AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f32; 16]>

Divides this complex number by factor.
Source§

fn simd_floor(self) -> AutoSimd<[f32; 16]>

Source§

fn simd_ceil(self) -> AutoSimd<[f32; 16]>

Source§

fn simd_round(self) -> AutoSimd<[f32; 16]>

Source§

fn simd_trunc(self) -> AutoSimd<[f32; 16]>

Source§

fn simd_fract(self) -> AutoSimd<[f32; 16]>

Source§

fn simd_abs(self) -> AutoSimd<[f32; 16]>

The absolute value of this complex number: self / self.signum(). Read more
Source§

fn simd_signum(self) -> AutoSimd<[f32; 16]>

The exponential part of this complex number: self / self.modulus()
Source§

fn simd_mul_add( self, a: AutoSimd<[f32; 16]>, b: AutoSimd<[f32; 16]>, ) -> AutoSimd<[f32; 16]>

Source§

fn simd_powi(self, n: i32) -> AutoSimd<[f32; 16]>

Source§

fn simd_powf(self, n: AutoSimd<[f32; 16]>) -> AutoSimd<[f32; 16]>

Source§

fn simd_powc(self, n: AutoSimd<[f32; 16]>) -> AutoSimd<[f32; 16]>

Source§

fn simd_sqrt(self) -> AutoSimd<[f32; 16]>

Source§

fn simd_exp(self) -> AutoSimd<[f32; 16]>

Source§

fn simd_exp2(self) -> AutoSimd<[f32; 16]>

Source§

fn simd_exp_m1(self) -> AutoSimd<[f32; 16]>

Source§

fn simd_ln_1p(self) -> AutoSimd<[f32; 16]>

Source§

fn simd_ln(self) -> AutoSimd<[f32; 16]>

Source§

fn simd_log(self, base: AutoSimd<[f32; 16]>) -> AutoSimd<[f32; 16]>

Source§

fn simd_log2(self) -> AutoSimd<[f32; 16]>

Source§

fn simd_log10(self) -> AutoSimd<[f32; 16]>

Source§

fn simd_cbrt(self) -> AutoSimd<[f32; 16]>

Source§

fn simd_hypot( self, other: AutoSimd<[f32; 16]>, ) -> <AutoSimd<[f32; 16]> as SimdComplexField>::SimdRealField

Computes (self.conjugate() * self + other.conjugate() * other).sqrt()
Source§

fn simd_sin(self) -> AutoSimd<[f32; 16]>

Source§

fn simd_cos(self) -> AutoSimd<[f32; 16]>

Source§

fn simd_tan(self) -> AutoSimd<[f32; 16]>

Source§

fn simd_asin(self) -> AutoSimd<[f32; 16]>

Source§

fn simd_acos(self) -> AutoSimd<[f32; 16]>

Source§

fn simd_atan(self) -> AutoSimd<[f32; 16]>

Source§

fn simd_sin_cos(self) -> (AutoSimd<[f32; 16]>, AutoSimd<[f32; 16]>)

Source§

fn simd_sinh(self) -> AutoSimd<[f32; 16]>

Source§

fn simd_cosh(self) -> AutoSimd<[f32; 16]>

Source§

fn simd_tanh(self) -> AutoSimd<[f32; 16]>

Source§

fn simd_asinh(self) -> AutoSimd<[f32; 16]>

Source§

fn simd_acosh(self) -> AutoSimd<[f32; 16]>

Source§

fn simd_atanh(self) -> AutoSimd<[f32; 16]>

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 AutoSimd<[f64; 2]>

Available on crate features libm_force or libm or std only.
Source§

type SimdRealField = AutoSimd<[f64; 2]>

Type of the coefficients of a complex number.
Source§

fn simd_horizontal_sum(self) -> <AutoSimd<[f64; 2]> as SimdValue>::Element

Computes the sum of all the lanes of self.
Source§

fn simd_horizontal_product(self) -> <AutoSimd<[f64; 2]> as SimdValue>::Element

Computes the product of all the lanes of self.
Source§

fn from_simd_real( re: <AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f64; 2]>

Builds a pure-real complex number from the given value.
Source§

fn simd_real(self) -> <AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField

The real part of this complex number.
Source§

fn simd_imaginary( self, ) -> <AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField

The imaginary part of this complex number.
Source§

fn simd_norm1(self) -> <AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField

The sum of the absolute value of this complex number’s real and imaginary part.
Source§

fn simd_modulus(self) -> <AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField

The modulus of this complex number.
Source§

fn simd_modulus_squared( self, ) -> <AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField

The squared modulus of this complex number.
Source§

fn simd_argument( self, ) -> <AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField

The argument of this complex number.
Source§

fn simd_to_exp( self, ) -> (<AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField, AutoSimd<[f64; 2]>)

The exponential form of this complex number: (modulus, e^{i arg})
Source§

fn simd_recip(self) -> AutoSimd<[f64; 2]>

Source§

fn simd_conjugate(self) -> AutoSimd<[f64; 2]>

Source§

fn simd_scale( self, factor: <AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f64; 2]>

Multiplies this complex number by factor.
Source§

fn simd_unscale( self, factor: <AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f64; 2]>

Divides this complex number by factor.
Source§

fn simd_floor(self) -> AutoSimd<[f64; 2]>

Source§

fn simd_ceil(self) -> AutoSimd<[f64; 2]>

Source§

fn simd_round(self) -> AutoSimd<[f64; 2]>

Source§

fn simd_trunc(self) -> AutoSimd<[f64; 2]>

Source§

fn simd_fract(self) -> AutoSimd<[f64; 2]>

Source§

fn simd_abs(self) -> AutoSimd<[f64; 2]>

The absolute value of this complex number: self / self.signum(). Read more
Source§

fn simd_signum(self) -> AutoSimd<[f64; 2]>

The exponential part of this complex number: self / self.modulus()
Source§

fn simd_mul_add( self, a: AutoSimd<[f64; 2]>, b: AutoSimd<[f64; 2]>, ) -> AutoSimd<[f64; 2]>

Source§

fn simd_powi(self, n: i32) -> AutoSimd<[f64; 2]>

Source§

fn simd_powf(self, n: AutoSimd<[f64; 2]>) -> AutoSimd<[f64; 2]>

Source§

fn simd_powc(self, n: AutoSimd<[f64; 2]>) -> AutoSimd<[f64; 2]>

Source§

fn simd_sqrt(self) -> AutoSimd<[f64; 2]>

Source§

fn simd_exp(self) -> AutoSimd<[f64; 2]>

Source§

fn simd_exp2(self) -> AutoSimd<[f64; 2]>

Source§

fn simd_exp_m1(self) -> AutoSimd<[f64; 2]>

Source§

fn simd_ln_1p(self) -> AutoSimd<[f64; 2]>

Source§

fn simd_ln(self) -> AutoSimd<[f64; 2]>

Source§

fn simd_log(self, base: AutoSimd<[f64; 2]>) -> AutoSimd<[f64; 2]>

Source§

fn simd_log2(self) -> AutoSimd<[f64; 2]>

Source§

fn simd_log10(self) -> AutoSimd<[f64; 2]>

Source§

fn simd_cbrt(self) -> AutoSimd<[f64; 2]>

Source§

fn simd_hypot( self, other: AutoSimd<[f64; 2]>, ) -> <AutoSimd<[f64; 2]> as SimdComplexField>::SimdRealField

Computes (self.conjugate() * self + other.conjugate() * other).sqrt()
Source§

fn simd_sin(self) -> AutoSimd<[f64; 2]>

Source§

fn simd_cos(self) -> AutoSimd<[f64; 2]>

Source§

fn simd_tan(self) -> AutoSimd<[f64; 2]>

Source§

fn simd_asin(self) -> AutoSimd<[f64; 2]>

Source§

fn simd_acos(self) -> AutoSimd<[f64; 2]>

Source§

fn simd_atan(self) -> AutoSimd<[f64; 2]>

Source§

fn simd_sin_cos(self) -> (AutoSimd<[f64; 2]>, AutoSimd<[f64; 2]>)

Source§

fn simd_sinh(self) -> AutoSimd<[f64; 2]>

Source§

fn simd_cosh(self) -> AutoSimd<[f64; 2]>

Source§

fn simd_tanh(self) -> AutoSimd<[f64; 2]>

Source§

fn simd_asinh(self) -> AutoSimd<[f64; 2]>

Source§

fn simd_acosh(self) -> AutoSimd<[f64; 2]>

Source§

fn simd_atanh(self) -> AutoSimd<[f64; 2]>

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 AutoSimd<[f64; 4]>

Available on crate features libm_force or libm or std only.
Source§

type SimdRealField = AutoSimd<[f64; 4]>

Type of the coefficients of a complex number.
Source§

fn simd_horizontal_sum(self) -> <AutoSimd<[f64; 4]> as SimdValue>::Element

Computes the sum of all the lanes of self.
Source§

fn simd_horizontal_product(self) -> <AutoSimd<[f64; 4]> as SimdValue>::Element

Computes the product of all the lanes of self.
Source§

fn from_simd_real( re: <AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f64; 4]>

Builds a pure-real complex number from the given value.
Source§

fn simd_real(self) -> <AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField

The real part of this complex number.
Source§

fn simd_imaginary( self, ) -> <AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField

The imaginary part of this complex number.
Source§

fn simd_norm1(self) -> <AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField

The sum of the absolute value of this complex number’s real and imaginary part.
Source§

fn simd_modulus(self) -> <AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField

The modulus of this complex number.
Source§

fn simd_modulus_squared( self, ) -> <AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField

The squared modulus of this complex number.
Source§

fn simd_argument( self, ) -> <AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField

The argument of this complex number.
Source§

fn simd_to_exp( self, ) -> (<AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField, AutoSimd<[f64; 4]>)

The exponential form of this complex number: (modulus, e^{i arg})
Source§

fn simd_recip(self) -> AutoSimd<[f64; 4]>

Source§

fn simd_conjugate(self) -> AutoSimd<[f64; 4]>

Source§

fn simd_scale( self, factor: <AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f64; 4]>

Multiplies this complex number by factor.
Source§

fn simd_unscale( self, factor: <AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f64; 4]>

Divides this complex number by factor.
Source§

fn simd_floor(self) -> AutoSimd<[f64; 4]>

Source§

fn simd_ceil(self) -> AutoSimd<[f64; 4]>

Source§

fn simd_round(self) -> AutoSimd<[f64; 4]>

Source§

fn simd_trunc(self) -> AutoSimd<[f64; 4]>

Source§

fn simd_fract(self) -> AutoSimd<[f64; 4]>

Source§

fn simd_abs(self) -> AutoSimd<[f64; 4]>

The absolute value of this complex number: self / self.signum(). Read more
Source§

fn simd_signum(self) -> AutoSimd<[f64; 4]>

The exponential part of this complex number: self / self.modulus()
Source§

fn simd_mul_add( self, a: AutoSimd<[f64; 4]>, b: AutoSimd<[f64; 4]>, ) -> AutoSimd<[f64; 4]>

Source§

fn simd_powi(self, n: i32) -> AutoSimd<[f64; 4]>

Source§

fn simd_powf(self, n: AutoSimd<[f64; 4]>) -> AutoSimd<[f64; 4]>

Source§

fn simd_powc(self, n: AutoSimd<[f64; 4]>) -> AutoSimd<[f64; 4]>

Source§

fn simd_sqrt(self) -> AutoSimd<[f64; 4]>

Source§

fn simd_exp(self) -> AutoSimd<[f64; 4]>

Source§

fn simd_exp2(self) -> AutoSimd<[f64; 4]>

Source§

fn simd_exp_m1(self) -> AutoSimd<[f64; 4]>

Source§

fn simd_ln_1p(self) -> AutoSimd<[f64; 4]>

Source§

fn simd_ln(self) -> AutoSimd<[f64; 4]>

Source§

fn simd_log(self, base: AutoSimd<[f64; 4]>) -> AutoSimd<[f64; 4]>

Source§

fn simd_log2(self) -> AutoSimd<[f64; 4]>

Source§

fn simd_log10(self) -> AutoSimd<[f64; 4]>

Source§

fn simd_cbrt(self) -> AutoSimd<[f64; 4]>

Source§

fn simd_hypot( self, other: AutoSimd<[f64; 4]>, ) -> <AutoSimd<[f64; 4]> as SimdComplexField>::SimdRealField

Computes (self.conjugate() * self + other.conjugate() * other).sqrt()
Source§

fn simd_sin(self) -> AutoSimd<[f64; 4]>

Source§

fn simd_cos(self) -> AutoSimd<[f64; 4]>

Source§

fn simd_tan(self) -> AutoSimd<[f64; 4]>

Source§

fn simd_asin(self) -> AutoSimd<[f64; 4]>

Source§

fn simd_acos(self) -> AutoSimd<[f64; 4]>

Source§

fn simd_atan(self) -> AutoSimd<[f64; 4]>

Source§

fn simd_sin_cos(self) -> (AutoSimd<[f64; 4]>, AutoSimd<[f64; 4]>)

Source§

fn simd_sinh(self) -> AutoSimd<[f64; 4]>

Source§

fn simd_cosh(self) -> AutoSimd<[f64; 4]>

Source§

fn simd_tanh(self) -> AutoSimd<[f64; 4]>

Source§

fn simd_asinh(self) -> AutoSimd<[f64; 4]>

Source§

fn simd_acosh(self) -> AutoSimd<[f64; 4]>

Source§

fn simd_atanh(self) -> AutoSimd<[f64; 4]>

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 AutoSimd<[f64; 8]>

Available on crate features libm_force or libm or std only.
Source§

type SimdRealField = AutoSimd<[f64; 8]>

Type of the coefficients of a complex number.
Source§

fn simd_horizontal_sum(self) -> <AutoSimd<[f64; 8]> as SimdValue>::Element

Computes the sum of all the lanes of self.
Source§

fn simd_horizontal_product(self) -> <AutoSimd<[f64; 8]> as SimdValue>::Element

Computes the product of all the lanes of self.
Source§

fn from_simd_real( re: <AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f64; 8]>

Builds a pure-real complex number from the given value.
Source§

fn simd_real(self) -> <AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField

The real part of this complex number.
Source§

fn simd_imaginary( self, ) -> <AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField

The imaginary part of this complex number.
Source§

fn simd_norm1(self) -> <AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField

The sum of the absolute value of this complex number’s real and imaginary part.
Source§

fn simd_modulus(self) -> <AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField

The modulus of this complex number.
Source§

fn simd_modulus_squared( self, ) -> <AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField

The squared modulus of this complex number.
Source§

fn simd_argument( self, ) -> <AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField

The argument of this complex number.
Source§

fn simd_to_exp( self, ) -> (<AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField, AutoSimd<[f64; 8]>)

The exponential form of this complex number: (modulus, e^{i arg})
Source§

fn simd_recip(self) -> AutoSimd<[f64; 8]>

Source§

fn simd_conjugate(self) -> AutoSimd<[f64; 8]>

Source§

fn simd_scale( self, factor: <AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f64; 8]>

Multiplies this complex number by factor.
Source§

fn simd_unscale( self, factor: <AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField, ) -> AutoSimd<[f64; 8]>

Divides this complex number by factor.
Source§

fn simd_floor(self) -> AutoSimd<[f64; 8]>

Source§

fn simd_ceil(self) -> AutoSimd<[f64; 8]>

Source§

fn simd_round(self) -> AutoSimd<[f64; 8]>

Source§

fn simd_trunc(self) -> AutoSimd<[f64; 8]>

Source§

fn simd_fract(self) -> AutoSimd<[f64; 8]>

Source§

fn simd_abs(self) -> AutoSimd<[f64; 8]>

The absolute value of this complex number: self / self.signum(). Read more
Source§

fn simd_signum(self) -> AutoSimd<[f64; 8]>

The exponential part of this complex number: self / self.modulus()
Source§

fn simd_mul_add( self, a: AutoSimd<[f64; 8]>, b: AutoSimd<[f64; 8]>, ) -> AutoSimd<[f64; 8]>

Source§

fn simd_powi(self, n: i32) -> AutoSimd<[f64; 8]>

Source§

fn simd_powf(self, n: AutoSimd<[f64; 8]>) -> AutoSimd<[f64; 8]>

Source§

fn simd_powc(self, n: AutoSimd<[f64; 8]>) -> AutoSimd<[f64; 8]>

Source§

fn simd_sqrt(self) -> AutoSimd<[f64; 8]>

Source§

fn simd_exp(self) -> AutoSimd<[f64; 8]>

Source§

fn simd_exp2(self) -> AutoSimd<[f64; 8]>

Source§

fn simd_exp_m1(self) -> AutoSimd<[f64; 8]>

Source§

fn simd_ln_1p(self) -> AutoSimd<[f64; 8]>

Source§

fn simd_ln(self) -> AutoSimd<[f64; 8]>

Source§

fn simd_log(self, base: AutoSimd<[f64; 8]>) -> AutoSimd<[f64; 8]>

Source§

fn simd_log2(self) -> AutoSimd<[f64; 8]>

Source§

fn simd_log10(self) -> AutoSimd<[f64; 8]>

Source§

fn simd_cbrt(self) -> AutoSimd<[f64; 8]>

Source§

fn simd_hypot( self, other: AutoSimd<[f64; 8]>, ) -> <AutoSimd<[f64; 8]> as SimdComplexField>::SimdRealField

Computes (self.conjugate() * self + other.conjugate() * other).sqrt()
Source§

fn simd_sin(self) -> AutoSimd<[f64; 8]>

Source§

fn simd_cos(self) -> AutoSimd<[f64; 8]>

Source§

fn simd_tan(self) -> AutoSimd<[f64; 8]>

Source§

fn simd_asin(self) -> AutoSimd<[f64; 8]>

Source§

fn simd_acos(self) -> AutoSimd<[f64; 8]>

Source§

fn simd_atan(self) -> AutoSimd<[f64; 8]>

Source§

fn simd_sin_cos(self) -> (AutoSimd<[f64; 8]>, AutoSimd<[f64; 8]>)

Source§

fn simd_sinh(self) -> AutoSimd<[f64; 8]>

Source§

fn simd_cosh(self) -> AutoSimd<[f64; 8]>

Source§

fn simd_tanh(self) -> AutoSimd<[f64; 8]>

Source§

fn simd_asinh(self) -> AutoSimd<[f64; 8]>

Source§

fn simd_acosh(self) -> AutoSimd<[f64; 8]>

Source§

fn simd_atanh(self) -> AutoSimd<[f64; 8]>

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 AutoSimd<[f32; 2]>

Source§

fn simd_gt( self, other: AutoSimd<[f32; 2]>, ) -> <AutoSimd<[f32; 2]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[f32; 2]>, ) -> <AutoSimd<[f32; 2]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[f32; 2]>, ) -> <AutoSimd<[f32; 2]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[f32; 2]>, ) -> <AutoSimd<[f32; 2]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[f32; 2]>, ) -> <AutoSimd<[f32; 2]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[f32; 2]>, ) -> <AutoSimd<[f32; 2]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[f32; 2]>) -> AutoSimd<[f32; 2]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[f32; 2]>) -> AutoSimd<[f32; 2]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[f32; 2]>, max: AutoSimd<[f32; 2]>, ) -> AutoSimd<[f32; 2]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[f32; 2]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[f32; 2]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[f32; 4]>

Source§

fn simd_gt( self, other: AutoSimd<[f32; 4]>, ) -> <AutoSimd<[f32; 4]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[f32; 4]>, ) -> <AutoSimd<[f32; 4]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[f32; 4]>, ) -> <AutoSimd<[f32; 4]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[f32; 4]>, ) -> <AutoSimd<[f32; 4]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[f32; 4]>, ) -> <AutoSimd<[f32; 4]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[f32; 4]>, ) -> <AutoSimd<[f32; 4]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[f32; 4]>) -> AutoSimd<[f32; 4]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[f32; 4]>) -> AutoSimd<[f32; 4]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[f32; 4]>, max: AutoSimd<[f32; 4]>, ) -> AutoSimd<[f32; 4]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[f32; 4]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[f32; 4]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[f32; 8]>

Source§

fn simd_gt( self, other: AutoSimd<[f32; 8]>, ) -> <AutoSimd<[f32; 8]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[f32; 8]>, ) -> <AutoSimd<[f32; 8]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[f32; 8]>, ) -> <AutoSimd<[f32; 8]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[f32; 8]>, ) -> <AutoSimd<[f32; 8]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[f32; 8]>, ) -> <AutoSimd<[f32; 8]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[f32; 8]>, ) -> <AutoSimd<[f32; 8]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[f32; 8]>) -> AutoSimd<[f32; 8]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[f32; 8]>) -> AutoSimd<[f32; 8]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[f32; 8]>, max: AutoSimd<[f32; 8]>, ) -> AutoSimd<[f32; 8]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[f32; 8]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[f32; 8]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[f32; 16]>

Source§

fn simd_gt( self, other: AutoSimd<[f32; 16]>, ) -> <AutoSimd<[f32; 16]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[f32; 16]>, ) -> <AutoSimd<[f32; 16]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[f32; 16]>, ) -> <AutoSimd<[f32; 16]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[f32; 16]>, ) -> <AutoSimd<[f32; 16]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[f32; 16]>, ) -> <AutoSimd<[f32; 16]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[f32; 16]>, ) -> <AutoSimd<[f32; 16]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[f32; 16]>) -> AutoSimd<[f32; 16]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[f32; 16]>) -> AutoSimd<[f32; 16]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[f32; 16]>, max: AutoSimd<[f32; 16]>, ) -> AutoSimd<[f32; 16]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[f32; 16]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[f32; 16]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[f64; 2]>

Source§

fn simd_gt( self, other: AutoSimd<[f64; 2]>, ) -> <AutoSimd<[f64; 2]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[f64; 2]>, ) -> <AutoSimd<[f64; 2]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[f64; 2]>, ) -> <AutoSimd<[f64; 2]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[f64; 2]>, ) -> <AutoSimd<[f64; 2]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[f64; 2]>, ) -> <AutoSimd<[f64; 2]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[f64; 2]>, ) -> <AutoSimd<[f64; 2]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[f64; 2]>) -> AutoSimd<[f64; 2]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[f64; 2]>) -> AutoSimd<[f64; 2]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[f64; 2]>, max: AutoSimd<[f64; 2]>, ) -> AutoSimd<[f64; 2]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[f64; 2]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[f64; 2]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[f64; 4]>

Source§

fn simd_gt( self, other: AutoSimd<[f64; 4]>, ) -> <AutoSimd<[f64; 4]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[f64; 4]>, ) -> <AutoSimd<[f64; 4]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[f64; 4]>, ) -> <AutoSimd<[f64; 4]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[f64; 4]>, ) -> <AutoSimd<[f64; 4]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[f64; 4]>, ) -> <AutoSimd<[f64; 4]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[f64; 4]>, ) -> <AutoSimd<[f64; 4]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[f64; 4]>) -> AutoSimd<[f64; 4]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[f64; 4]>) -> AutoSimd<[f64; 4]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[f64; 4]>, max: AutoSimd<[f64; 4]>, ) -> AutoSimd<[f64; 4]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[f64; 4]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[f64; 4]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[f64; 8]>

Source§

fn simd_gt( self, other: AutoSimd<[f64; 8]>, ) -> <AutoSimd<[f64; 8]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[f64; 8]>, ) -> <AutoSimd<[f64; 8]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[f64; 8]>, ) -> <AutoSimd<[f64; 8]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[f64; 8]>, ) -> <AutoSimd<[f64; 8]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[f64; 8]>, ) -> <AutoSimd<[f64; 8]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[f64; 8]>, ) -> <AutoSimd<[f64; 8]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[f64; 8]>) -> AutoSimd<[f64; 8]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[f64; 8]>) -> AutoSimd<[f64; 8]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[f64; 8]>, max: AutoSimd<[f64; 8]>, ) -> AutoSimd<[f64; 8]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[f64; 8]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[f64; 8]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[i128; 1]>

Source§

fn simd_gt( self, other: AutoSimd<[i128; 1]>, ) -> <AutoSimd<[i128; 1]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[i128; 1]>, ) -> <AutoSimd<[i128; 1]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[i128; 1]>, ) -> <AutoSimd<[i128; 1]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[i128; 1]>, ) -> <AutoSimd<[i128; 1]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[i128; 1]>, ) -> <AutoSimd<[i128; 1]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[i128; 1]>, ) -> <AutoSimd<[i128; 1]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[i128; 1]>) -> AutoSimd<[i128; 1]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[i128; 1]>) -> AutoSimd<[i128; 1]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[i128; 1]>, max: AutoSimd<[i128; 1]>, ) -> AutoSimd<[i128; 1]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[i128; 1]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[i128; 1]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[i128; 2]>

Source§

fn simd_gt( self, other: AutoSimd<[i128; 2]>, ) -> <AutoSimd<[i128; 2]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[i128; 2]>, ) -> <AutoSimd<[i128; 2]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[i128; 2]>, ) -> <AutoSimd<[i128; 2]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[i128; 2]>, ) -> <AutoSimd<[i128; 2]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[i128; 2]>, ) -> <AutoSimd<[i128; 2]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[i128; 2]>, ) -> <AutoSimd<[i128; 2]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[i128; 2]>) -> AutoSimd<[i128; 2]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[i128; 2]>) -> AutoSimd<[i128; 2]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[i128; 2]>, max: AutoSimd<[i128; 2]>, ) -> AutoSimd<[i128; 2]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[i128; 2]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[i128; 2]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[i128; 4]>

Source§

fn simd_gt( self, other: AutoSimd<[i128; 4]>, ) -> <AutoSimd<[i128; 4]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[i128; 4]>, ) -> <AutoSimd<[i128; 4]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[i128; 4]>, ) -> <AutoSimd<[i128; 4]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[i128; 4]>, ) -> <AutoSimd<[i128; 4]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[i128; 4]>, ) -> <AutoSimd<[i128; 4]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[i128; 4]>, ) -> <AutoSimd<[i128; 4]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[i128; 4]>) -> AutoSimd<[i128; 4]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[i128; 4]>) -> AutoSimd<[i128; 4]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[i128; 4]>, max: AutoSimd<[i128; 4]>, ) -> AutoSimd<[i128; 4]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[i128; 4]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[i128; 4]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[i16; 2]>

Source§

fn simd_gt( self, other: AutoSimd<[i16; 2]>, ) -> <AutoSimd<[i16; 2]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[i16; 2]>, ) -> <AutoSimd<[i16; 2]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[i16; 2]>, ) -> <AutoSimd<[i16; 2]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[i16; 2]>, ) -> <AutoSimd<[i16; 2]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[i16; 2]>, ) -> <AutoSimd<[i16; 2]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[i16; 2]>, ) -> <AutoSimd<[i16; 2]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[i16; 2]>) -> AutoSimd<[i16; 2]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[i16; 2]>) -> AutoSimd<[i16; 2]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[i16; 2]>, max: AutoSimd<[i16; 2]>, ) -> AutoSimd<[i16; 2]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[i16; 2]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[i16; 2]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[i16; 4]>

Source§

fn simd_gt( self, other: AutoSimd<[i16; 4]>, ) -> <AutoSimd<[i16; 4]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[i16; 4]>, ) -> <AutoSimd<[i16; 4]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[i16; 4]>, ) -> <AutoSimd<[i16; 4]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[i16; 4]>, ) -> <AutoSimd<[i16; 4]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[i16; 4]>, ) -> <AutoSimd<[i16; 4]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[i16; 4]>, ) -> <AutoSimd<[i16; 4]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[i16; 4]>) -> AutoSimd<[i16; 4]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[i16; 4]>) -> AutoSimd<[i16; 4]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[i16; 4]>, max: AutoSimd<[i16; 4]>, ) -> AutoSimd<[i16; 4]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[i16; 4]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[i16; 4]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[i16; 8]>

Source§

fn simd_gt( self, other: AutoSimd<[i16; 8]>, ) -> <AutoSimd<[i16; 8]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[i16; 8]>, ) -> <AutoSimd<[i16; 8]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[i16; 8]>, ) -> <AutoSimd<[i16; 8]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[i16; 8]>, ) -> <AutoSimd<[i16; 8]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[i16; 8]>, ) -> <AutoSimd<[i16; 8]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[i16; 8]>, ) -> <AutoSimd<[i16; 8]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[i16; 8]>) -> AutoSimd<[i16; 8]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[i16; 8]>) -> AutoSimd<[i16; 8]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[i16; 8]>, max: AutoSimd<[i16; 8]>, ) -> AutoSimd<[i16; 8]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[i16; 8]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[i16; 8]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[i16; 16]>

Source§

fn simd_gt( self, other: AutoSimd<[i16; 16]>, ) -> <AutoSimd<[i16; 16]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[i16; 16]>, ) -> <AutoSimd<[i16; 16]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[i16; 16]>, ) -> <AutoSimd<[i16; 16]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[i16; 16]>, ) -> <AutoSimd<[i16; 16]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[i16; 16]>, ) -> <AutoSimd<[i16; 16]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[i16; 16]>, ) -> <AutoSimd<[i16; 16]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[i16; 16]>) -> AutoSimd<[i16; 16]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[i16; 16]>) -> AutoSimd<[i16; 16]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[i16; 16]>, max: AutoSimd<[i16; 16]>, ) -> AutoSimd<[i16; 16]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[i16; 16]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[i16; 16]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[i16; 32]>

Source§

fn simd_gt( self, other: AutoSimd<[i16; 32]>, ) -> <AutoSimd<[i16; 32]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[i16; 32]>, ) -> <AutoSimd<[i16; 32]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[i16; 32]>, ) -> <AutoSimd<[i16; 32]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[i16; 32]>, ) -> <AutoSimd<[i16; 32]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[i16; 32]>, ) -> <AutoSimd<[i16; 32]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[i16; 32]>, ) -> <AutoSimd<[i16; 32]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[i16; 32]>) -> AutoSimd<[i16; 32]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[i16; 32]>) -> AutoSimd<[i16; 32]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[i16; 32]>, max: AutoSimd<[i16; 32]>, ) -> AutoSimd<[i16; 32]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[i16; 32]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[i16; 32]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[i32; 2]>

Source§

fn simd_gt( self, other: AutoSimd<[i32; 2]>, ) -> <AutoSimd<[i32; 2]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[i32; 2]>, ) -> <AutoSimd<[i32; 2]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[i32; 2]>, ) -> <AutoSimd<[i32; 2]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[i32; 2]>, ) -> <AutoSimd<[i32; 2]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[i32; 2]>, ) -> <AutoSimd<[i32; 2]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[i32; 2]>, ) -> <AutoSimd<[i32; 2]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[i32; 2]>) -> AutoSimd<[i32; 2]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[i32; 2]>) -> AutoSimd<[i32; 2]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[i32; 2]>, max: AutoSimd<[i32; 2]>, ) -> AutoSimd<[i32; 2]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[i32; 2]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[i32; 2]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[i32; 4]>

Source§

fn simd_gt( self, other: AutoSimd<[i32; 4]>, ) -> <AutoSimd<[i32; 4]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[i32; 4]>, ) -> <AutoSimd<[i32; 4]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[i32; 4]>, ) -> <AutoSimd<[i32; 4]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[i32; 4]>, ) -> <AutoSimd<[i32; 4]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[i32; 4]>, ) -> <AutoSimd<[i32; 4]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[i32; 4]>, ) -> <AutoSimd<[i32; 4]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[i32; 4]>) -> AutoSimd<[i32; 4]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[i32; 4]>) -> AutoSimd<[i32; 4]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[i32; 4]>, max: AutoSimd<[i32; 4]>, ) -> AutoSimd<[i32; 4]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[i32; 4]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[i32; 4]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[i32; 8]>

Source§

fn simd_gt( self, other: AutoSimd<[i32; 8]>, ) -> <AutoSimd<[i32; 8]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[i32; 8]>, ) -> <AutoSimd<[i32; 8]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[i32; 8]>, ) -> <AutoSimd<[i32; 8]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[i32; 8]>, ) -> <AutoSimd<[i32; 8]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[i32; 8]>, ) -> <AutoSimd<[i32; 8]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[i32; 8]>, ) -> <AutoSimd<[i32; 8]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[i32; 8]>) -> AutoSimd<[i32; 8]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[i32; 8]>) -> AutoSimd<[i32; 8]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[i32; 8]>, max: AutoSimd<[i32; 8]>, ) -> AutoSimd<[i32; 8]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[i32; 8]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[i32; 8]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[i32; 16]>

Source§

fn simd_gt( self, other: AutoSimd<[i32; 16]>, ) -> <AutoSimd<[i32; 16]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[i32; 16]>, ) -> <AutoSimd<[i32; 16]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[i32; 16]>, ) -> <AutoSimd<[i32; 16]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[i32; 16]>, ) -> <AutoSimd<[i32; 16]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[i32; 16]>, ) -> <AutoSimd<[i32; 16]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[i32; 16]>, ) -> <AutoSimd<[i32; 16]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[i32; 16]>) -> AutoSimd<[i32; 16]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[i32; 16]>) -> AutoSimd<[i32; 16]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[i32; 16]>, max: AutoSimd<[i32; 16]>, ) -> AutoSimd<[i32; 16]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[i32; 16]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[i32; 16]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[i64; 2]>

Source§

fn simd_gt( self, other: AutoSimd<[i64; 2]>, ) -> <AutoSimd<[i64; 2]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[i64; 2]>, ) -> <AutoSimd<[i64; 2]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[i64; 2]>, ) -> <AutoSimd<[i64; 2]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[i64; 2]>, ) -> <AutoSimd<[i64; 2]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[i64; 2]>, ) -> <AutoSimd<[i64; 2]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[i64; 2]>, ) -> <AutoSimd<[i64; 2]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[i64; 2]>) -> AutoSimd<[i64; 2]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[i64; 2]>) -> AutoSimd<[i64; 2]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[i64; 2]>, max: AutoSimd<[i64; 2]>, ) -> AutoSimd<[i64; 2]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[i64; 2]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[i64; 2]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[i64; 4]>

Source§

fn simd_gt( self, other: AutoSimd<[i64; 4]>, ) -> <AutoSimd<[i64; 4]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[i64; 4]>, ) -> <AutoSimd<[i64; 4]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[i64; 4]>, ) -> <AutoSimd<[i64; 4]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[i64; 4]>, ) -> <AutoSimd<[i64; 4]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[i64; 4]>, ) -> <AutoSimd<[i64; 4]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[i64; 4]>, ) -> <AutoSimd<[i64; 4]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[i64; 4]>) -> AutoSimd<[i64; 4]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[i64; 4]>) -> AutoSimd<[i64; 4]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[i64; 4]>, max: AutoSimd<[i64; 4]>, ) -> AutoSimd<[i64; 4]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[i64; 4]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[i64; 4]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[i64; 8]>

Source§

fn simd_gt( self, other: AutoSimd<[i64; 8]>, ) -> <AutoSimd<[i64; 8]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[i64; 8]>, ) -> <AutoSimd<[i64; 8]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[i64; 8]>, ) -> <AutoSimd<[i64; 8]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[i64; 8]>, ) -> <AutoSimd<[i64; 8]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[i64; 8]>, ) -> <AutoSimd<[i64; 8]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[i64; 8]>, ) -> <AutoSimd<[i64; 8]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[i64; 8]>) -> AutoSimd<[i64; 8]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[i64; 8]>) -> AutoSimd<[i64; 8]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[i64; 8]>, max: AutoSimd<[i64; 8]>, ) -> AutoSimd<[i64; 8]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[i64; 8]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[i64; 8]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[i8; 2]>

Source§

fn simd_gt( self, other: AutoSimd<[i8; 2]>, ) -> <AutoSimd<[i8; 2]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[i8; 2]>, ) -> <AutoSimd<[i8; 2]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[i8; 2]>, ) -> <AutoSimd<[i8; 2]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[i8; 2]>, ) -> <AutoSimd<[i8; 2]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[i8; 2]>, ) -> <AutoSimd<[i8; 2]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[i8; 2]>, ) -> <AutoSimd<[i8; 2]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[i8; 2]>) -> AutoSimd<[i8; 2]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[i8; 2]>) -> AutoSimd<[i8; 2]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[i8; 2]>, max: AutoSimd<[i8; 2]>, ) -> AutoSimd<[i8; 2]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[i8; 2]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[i8; 2]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[i8; 4]>

Source§

fn simd_gt( self, other: AutoSimd<[i8; 4]>, ) -> <AutoSimd<[i8; 4]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[i8; 4]>, ) -> <AutoSimd<[i8; 4]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[i8; 4]>, ) -> <AutoSimd<[i8; 4]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[i8; 4]>, ) -> <AutoSimd<[i8; 4]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[i8; 4]>, ) -> <AutoSimd<[i8; 4]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[i8; 4]>, ) -> <AutoSimd<[i8; 4]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[i8; 4]>) -> AutoSimd<[i8; 4]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[i8; 4]>) -> AutoSimd<[i8; 4]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[i8; 4]>, max: AutoSimd<[i8; 4]>, ) -> AutoSimd<[i8; 4]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[i8; 4]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[i8; 4]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[i8; 8]>

Source§

fn simd_gt( self, other: AutoSimd<[i8; 8]>, ) -> <AutoSimd<[i8; 8]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[i8; 8]>, ) -> <AutoSimd<[i8; 8]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[i8; 8]>, ) -> <AutoSimd<[i8; 8]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[i8; 8]>, ) -> <AutoSimd<[i8; 8]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[i8; 8]>, ) -> <AutoSimd<[i8; 8]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[i8; 8]>, ) -> <AutoSimd<[i8; 8]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[i8; 8]>) -> AutoSimd<[i8; 8]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[i8; 8]>) -> AutoSimd<[i8; 8]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[i8; 8]>, max: AutoSimd<[i8; 8]>, ) -> AutoSimd<[i8; 8]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[i8; 8]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[i8; 8]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[i8; 16]>

Source§

fn simd_gt( self, other: AutoSimd<[i8; 16]>, ) -> <AutoSimd<[i8; 16]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[i8; 16]>, ) -> <AutoSimd<[i8; 16]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[i8; 16]>, ) -> <AutoSimd<[i8; 16]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[i8; 16]>, ) -> <AutoSimd<[i8; 16]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[i8; 16]>, ) -> <AutoSimd<[i8; 16]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[i8; 16]>, ) -> <AutoSimd<[i8; 16]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[i8; 16]>) -> AutoSimd<[i8; 16]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[i8; 16]>) -> AutoSimd<[i8; 16]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[i8; 16]>, max: AutoSimd<[i8; 16]>, ) -> AutoSimd<[i8; 16]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[i8; 16]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[i8; 16]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[i8; 32]>

Source§

fn simd_gt( self, other: AutoSimd<[i8; 32]>, ) -> <AutoSimd<[i8; 32]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[i8; 32]>, ) -> <AutoSimd<[i8; 32]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[i8; 32]>, ) -> <AutoSimd<[i8; 32]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[i8; 32]>, ) -> <AutoSimd<[i8; 32]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[i8; 32]>, ) -> <AutoSimd<[i8; 32]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[i8; 32]>, ) -> <AutoSimd<[i8; 32]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[i8; 32]>) -> AutoSimd<[i8; 32]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[i8; 32]>) -> AutoSimd<[i8; 32]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[i8; 32]>, max: AutoSimd<[i8; 32]>, ) -> AutoSimd<[i8; 32]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[i8; 32]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[i8; 32]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[isize; 2]>

Source§

fn simd_gt( self, other: AutoSimd<[isize; 2]>, ) -> <AutoSimd<[isize; 2]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[isize; 2]>, ) -> <AutoSimd<[isize; 2]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[isize; 2]>, ) -> <AutoSimd<[isize; 2]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[isize; 2]>, ) -> <AutoSimd<[isize; 2]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[isize; 2]>, ) -> <AutoSimd<[isize; 2]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[isize; 2]>, ) -> <AutoSimd<[isize; 2]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[isize; 2]>) -> AutoSimd<[isize; 2]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[isize; 2]>) -> AutoSimd<[isize; 2]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[isize; 2]>, max: AutoSimd<[isize; 2]>, ) -> AutoSimd<[isize; 2]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[isize; 2]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[isize; 2]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[isize; 4]>

Source§

fn simd_gt( self, other: AutoSimd<[isize; 4]>, ) -> <AutoSimd<[isize; 4]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[isize; 4]>, ) -> <AutoSimd<[isize; 4]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[isize; 4]>, ) -> <AutoSimd<[isize; 4]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[isize; 4]>, ) -> <AutoSimd<[isize; 4]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[isize; 4]>, ) -> <AutoSimd<[isize; 4]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[isize; 4]>, ) -> <AutoSimd<[isize; 4]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[isize; 4]>) -> AutoSimd<[isize; 4]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[isize; 4]>) -> AutoSimd<[isize; 4]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[isize; 4]>, max: AutoSimd<[isize; 4]>, ) -> AutoSimd<[isize; 4]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[isize; 4]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[isize; 4]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[isize; 8]>

Source§

fn simd_gt( self, other: AutoSimd<[isize; 8]>, ) -> <AutoSimd<[isize; 8]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[isize; 8]>, ) -> <AutoSimd<[isize; 8]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[isize; 8]>, ) -> <AutoSimd<[isize; 8]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[isize; 8]>, ) -> <AutoSimd<[isize; 8]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[isize; 8]>, ) -> <AutoSimd<[isize; 8]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[isize; 8]>, ) -> <AutoSimd<[isize; 8]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[isize; 8]>) -> AutoSimd<[isize; 8]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[isize; 8]>) -> AutoSimd<[isize; 8]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[isize; 8]>, max: AutoSimd<[isize; 8]>, ) -> AutoSimd<[isize; 8]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[isize; 8]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[isize; 8]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[u128; 1]>

Source§

fn simd_gt( self, other: AutoSimd<[u128; 1]>, ) -> <AutoSimd<[u128; 1]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[u128; 1]>, ) -> <AutoSimd<[u128; 1]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[u128; 1]>, ) -> <AutoSimd<[u128; 1]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[u128; 1]>, ) -> <AutoSimd<[u128; 1]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[u128; 1]>, ) -> <AutoSimd<[u128; 1]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[u128; 1]>, ) -> <AutoSimd<[u128; 1]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[u128; 1]>) -> AutoSimd<[u128; 1]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[u128; 1]>) -> AutoSimd<[u128; 1]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[u128; 1]>, max: AutoSimd<[u128; 1]>, ) -> AutoSimd<[u128; 1]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[u128; 1]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[u128; 1]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[u128; 2]>

Source§

fn simd_gt( self, other: AutoSimd<[u128; 2]>, ) -> <AutoSimd<[u128; 2]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[u128; 2]>, ) -> <AutoSimd<[u128; 2]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[u128; 2]>, ) -> <AutoSimd<[u128; 2]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[u128; 2]>, ) -> <AutoSimd<[u128; 2]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[u128; 2]>, ) -> <AutoSimd<[u128; 2]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[u128; 2]>, ) -> <AutoSimd<[u128; 2]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[u128; 2]>) -> AutoSimd<[u128; 2]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[u128; 2]>) -> AutoSimd<[u128; 2]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[u128; 2]>, max: AutoSimd<[u128; 2]>, ) -> AutoSimd<[u128; 2]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[u128; 2]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[u128; 2]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[u128; 4]>

Source§

fn simd_gt( self, other: AutoSimd<[u128; 4]>, ) -> <AutoSimd<[u128; 4]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[u128; 4]>, ) -> <AutoSimd<[u128; 4]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[u128; 4]>, ) -> <AutoSimd<[u128; 4]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[u128; 4]>, ) -> <AutoSimd<[u128; 4]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[u128; 4]>, ) -> <AutoSimd<[u128; 4]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[u128; 4]>, ) -> <AutoSimd<[u128; 4]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[u128; 4]>) -> AutoSimd<[u128; 4]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[u128; 4]>) -> AutoSimd<[u128; 4]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[u128; 4]>, max: AutoSimd<[u128; 4]>, ) -> AutoSimd<[u128; 4]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[u128; 4]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[u128; 4]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[u16; 2]>

Source§

fn simd_gt( self, other: AutoSimd<[u16; 2]>, ) -> <AutoSimd<[u16; 2]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[u16; 2]>, ) -> <AutoSimd<[u16; 2]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[u16; 2]>, ) -> <AutoSimd<[u16; 2]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[u16; 2]>, ) -> <AutoSimd<[u16; 2]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[u16; 2]>, ) -> <AutoSimd<[u16; 2]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[u16; 2]>, ) -> <AutoSimd<[u16; 2]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[u16; 2]>) -> AutoSimd<[u16; 2]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[u16; 2]>) -> AutoSimd<[u16; 2]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[u16; 2]>, max: AutoSimd<[u16; 2]>, ) -> AutoSimd<[u16; 2]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[u16; 2]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[u16; 2]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[u16; 4]>

Source§

fn simd_gt( self, other: AutoSimd<[u16; 4]>, ) -> <AutoSimd<[u16; 4]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[u16; 4]>, ) -> <AutoSimd<[u16; 4]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[u16; 4]>, ) -> <AutoSimd<[u16; 4]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[u16; 4]>, ) -> <AutoSimd<[u16; 4]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[u16; 4]>, ) -> <AutoSimd<[u16; 4]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[u16; 4]>, ) -> <AutoSimd<[u16; 4]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[u16; 4]>) -> AutoSimd<[u16; 4]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[u16; 4]>) -> AutoSimd<[u16; 4]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[u16; 4]>, max: AutoSimd<[u16; 4]>, ) -> AutoSimd<[u16; 4]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[u16; 4]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[u16; 4]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[u16; 8]>

Source§

fn simd_gt( self, other: AutoSimd<[u16; 8]>, ) -> <AutoSimd<[u16; 8]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[u16; 8]>, ) -> <AutoSimd<[u16; 8]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[u16; 8]>, ) -> <AutoSimd<[u16; 8]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[u16; 8]>, ) -> <AutoSimd<[u16; 8]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[u16; 8]>, ) -> <AutoSimd<[u16; 8]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[u16; 8]>, ) -> <AutoSimd<[u16; 8]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[u16; 8]>) -> AutoSimd<[u16; 8]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[u16; 8]>) -> AutoSimd<[u16; 8]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[u16; 8]>, max: AutoSimd<[u16; 8]>, ) -> AutoSimd<[u16; 8]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[u16; 8]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[u16; 8]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[u16; 16]>

Source§

fn simd_gt( self, other: AutoSimd<[u16; 16]>, ) -> <AutoSimd<[u16; 16]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[u16; 16]>, ) -> <AutoSimd<[u16; 16]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[u16; 16]>, ) -> <AutoSimd<[u16; 16]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[u16; 16]>, ) -> <AutoSimd<[u16; 16]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[u16; 16]>, ) -> <AutoSimd<[u16; 16]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[u16; 16]>, ) -> <AutoSimd<[u16; 16]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[u16; 16]>) -> AutoSimd<[u16; 16]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[u16; 16]>) -> AutoSimd<[u16; 16]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[u16; 16]>, max: AutoSimd<[u16; 16]>, ) -> AutoSimd<[u16; 16]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[u16; 16]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[u16; 16]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[u16; 32]>

Source§

fn simd_gt( self, other: AutoSimd<[u16; 32]>, ) -> <AutoSimd<[u16; 32]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[u16; 32]>, ) -> <AutoSimd<[u16; 32]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[u16; 32]>, ) -> <AutoSimd<[u16; 32]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[u16; 32]>, ) -> <AutoSimd<[u16; 32]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[u16; 32]>, ) -> <AutoSimd<[u16; 32]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[u16; 32]>, ) -> <AutoSimd<[u16; 32]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[u16; 32]>) -> AutoSimd<[u16; 32]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[u16; 32]>) -> AutoSimd<[u16; 32]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[u16; 32]>, max: AutoSimd<[u16; 32]>, ) -> AutoSimd<[u16; 32]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[u16; 32]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[u16; 32]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[u32; 2]>

Source§

fn simd_gt( self, other: AutoSimd<[u32; 2]>, ) -> <AutoSimd<[u32; 2]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[u32; 2]>, ) -> <AutoSimd<[u32; 2]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[u32; 2]>, ) -> <AutoSimd<[u32; 2]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[u32; 2]>, ) -> <AutoSimd<[u32; 2]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[u32; 2]>, ) -> <AutoSimd<[u32; 2]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[u32; 2]>, ) -> <AutoSimd<[u32; 2]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[u32; 2]>) -> AutoSimd<[u32; 2]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[u32; 2]>) -> AutoSimd<[u32; 2]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[u32; 2]>, max: AutoSimd<[u32; 2]>, ) -> AutoSimd<[u32; 2]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[u32; 2]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[u32; 2]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[u32; 4]>

Source§

fn simd_gt( self, other: AutoSimd<[u32; 4]>, ) -> <AutoSimd<[u32; 4]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[u32; 4]>, ) -> <AutoSimd<[u32; 4]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[u32; 4]>, ) -> <AutoSimd<[u32; 4]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[u32; 4]>, ) -> <AutoSimd<[u32; 4]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[u32; 4]>, ) -> <AutoSimd<[u32; 4]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[u32; 4]>, ) -> <AutoSimd<[u32; 4]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[u32; 4]>) -> AutoSimd<[u32; 4]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[u32; 4]>) -> AutoSimd<[u32; 4]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[u32; 4]>, max: AutoSimd<[u32; 4]>, ) -> AutoSimd<[u32; 4]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[u32; 4]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[u32; 4]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[u32; 8]>

Source§

fn simd_gt( self, other: AutoSimd<[u32; 8]>, ) -> <AutoSimd<[u32; 8]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[u32; 8]>, ) -> <AutoSimd<[u32; 8]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[u32; 8]>, ) -> <AutoSimd<[u32; 8]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[u32; 8]>, ) -> <AutoSimd<[u32; 8]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[u32; 8]>, ) -> <AutoSimd<[u32; 8]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[u32; 8]>, ) -> <AutoSimd<[u32; 8]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[u32; 8]>) -> AutoSimd<[u32; 8]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[u32; 8]>) -> AutoSimd<[u32; 8]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[u32; 8]>, max: AutoSimd<[u32; 8]>, ) -> AutoSimd<[u32; 8]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[u32; 8]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[u32; 8]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[u32; 16]>

Source§

fn simd_gt( self, other: AutoSimd<[u32; 16]>, ) -> <AutoSimd<[u32; 16]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[u32; 16]>, ) -> <AutoSimd<[u32; 16]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[u32; 16]>, ) -> <AutoSimd<[u32; 16]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[u32; 16]>, ) -> <AutoSimd<[u32; 16]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[u32; 16]>, ) -> <AutoSimd<[u32; 16]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[u32; 16]>, ) -> <AutoSimd<[u32; 16]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[u32; 16]>) -> AutoSimd<[u32; 16]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[u32; 16]>) -> AutoSimd<[u32; 16]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[u32; 16]>, max: AutoSimd<[u32; 16]>, ) -> AutoSimd<[u32; 16]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[u32; 16]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[u32; 16]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[u64; 2]>

Source§

fn simd_gt( self, other: AutoSimd<[u64; 2]>, ) -> <AutoSimd<[u64; 2]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[u64; 2]>, ) -> <AutoSimd<[u64; 2]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[u64; 2]>, ) -> <AutoSimd<[u64; 2]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[u64; 2]>, ) -> <AutoSimd<[u64; 2]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[u64; 2]>, ) -> <AutoSimd<[u64; 2]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[u64; 2]>, ) -> <AutoSimd<[u64; 2]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[u64; 2]>) -> AutoSimd<[u64; 2]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[u64; 2]>) -> AutoSimd<[u64; 2]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[u64; 2]>, max: AutoSimd<[u64; 2]>, ) -> AutoSimd<[u64; 2]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[u64; 2]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[u64; 2]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[u64; 4]>

Source§

fn simd_gt( self, other: AutoSimd<[u64; 4]>, ) -> <AutoSimd<[u64; 4]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[u64; 4]>, ) -> <AutoSimd<[u64; 4]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[u64; 4]>, ) -> <AutoSimd<[u64; 4]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[u64; 4]>, ) -> <AutoSimd<[u64; 4]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[u64; 4]>, ) -> <AutoSimd<[u64; 4]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[u64; 4]>, ) -> <AutoSimd<[u64; 4]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[u64; 4]>) -> AutoSimd<[u64; 4]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[u64; 4]>) -> AutoSimd<[u64; 4]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[u64; 4]>, max: AutoSimd<[u64; 4]>, ) -> AutoSimd<[u64; 4]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[u64; 4]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[u64; 4]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[u64; 8]>

Source§

fn simd_gt( self, other: AutoSimd<[u64; 8]>, ) -> <AutoSimd<[u64; 8]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[u64; 8]>, ) -> <AutoSimd<[u64; 8]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[u64; 8]>, ) -> <AutoSimd<[u64; 8]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[u64; 8]>, ) -> <AutoSimd<[u64; 8]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[u64; 8]>, ) -> <AutoSimd<[u64; 8]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[u64; 8]>, ) -> <AutoSimd<[u64; 8]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[u64; 8]>) -> AutoSimd<[u64; 8]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[u64; 8]>) -> AutoSimd<[u64; 8]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[u64; 8]>, max: AutoSimd<[u64; 8]>, ) -> AutoSimd<[u64; 8]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[u64; 8]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[u64; 8]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[u8; 2]>

Source§

fn simd_gt( self, other: AutoSimd<[u8; 2]>, ) -> <AutoSimd<[u8; 2]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[u8; 2]>, ) -> <AutoSimd<[u8; 2]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[u8; 2]>, ) -> <AutoSimd<[u8; 2]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[u8; 2]>, ) -> <AutoSimd<[u8; 2]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[u8; 2]>, ) -> <AutoSimd<[u8; 2]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[u8; 2]>, ) -> <AutoSimd<[u8; 2]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[u8; 2]>) -> AutoSimd<[u8; 2]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[u8; 2]>) -> AutoSimd<[u8; 2]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[u8; 2]>, max: AutoSimd<[u8; 2]>, ) -> AutoSimd<[u8; 2]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[u8; 2]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[u8; 2]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[u8; 4]>

Source§

fn simd_gt( self, other: AutoSimd<[u8; 4]>, ) -> <AutoSimd<[u8; 4]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[u8; 4]>, ) -> <AutoSimd<[u8; 4]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[u8; 4]>, ) -> <AutoSimd<[u8; 4]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[u8; 4]>, ) -> <AutoSimd<[u8; 4]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[u8; 4]>, ) -> <AutoSimd<[u8; 4]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[u8; 4]>, ) -> <AutoSimd<[u8; 4]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[u8; 4]>) -> AutoSimd<[u8; 4]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[u8; 4]>) -> AutoSimd<[u8; 4]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[u8; 4]>, max: AutoSimd<[u8; 4]>, ) -> AutoSimd<[u8; 4]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[u8; 4]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[u8; 4]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[u8; 8]>

Source§

fn simd_gt( self, other: AutoSimd<[u8; 8]>, ) -> <AutoSimd<[u8; 8]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[u8; 8]>, ) -> <AutoSimd<[u8; 8]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[u8; 8]>, ) -> <AutoSimd<[u8; 8]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[u8; 8]>, ) -> <AutoSimd<[u8; 8]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[u8; 8]>, ) -> <AutoSimd<[u8; 8]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[u8; 8]>, ) -> <AutoSimd<[u8; 8]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[u8; 8]>) -> AutoSimd<[u8; 8]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[u8; 8]>) -> AutoSimd<[u8; 8]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[u8; 8]>, max: AutoSimd<[u8; 8]>, ) -> AutoSimd<[u8; 8]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[u8; 8]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[u8; 8]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[u8; 16]>

Source§

fn simd_gt( self, other: AutoSimd<[u8; 16]>, ) -> <AutoSimd<[u8; 16]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[u8; 16]>, ) -> <AutoSimd<[u8; 16]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[u8; 16]>, ) -> <AutoSimd<[u8; 16]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[u8; 16]>, ) -> <AutoSimd<[u8; 16]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[u8; 16]>, ) -> <AutoSimd<[u8; 16]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[u8; 16]>, ) -> <AutoSimd<[u8; 16]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[u8; 16]>) -> AutoSimd<[u8; 16]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[u8; 16]>) -> AutoSimd<[u8; 16]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[u8; 16]>, max: AutoSimd<[u8; 16]>, ) -> AutoSimd<[u8; 16]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[u8; 16]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[u8; 16]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[u8; 32]>

Source§

fn simd_gt( self, other: AutoSimd<[u8; 32]>, ) -> <AutoSimd<[u8; 32]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[u8; 32]>, ) -> <AutoSimd<[u8; 32]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[u8; 32]>, ) -> <AutoSimd<[u8; 32]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[u8; 32]>, ) -> <AutoSimd<[u8; 32]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[u8; 32]>, ) -> <AutoSimd<[u8; 32]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[u8; 32]>, ) -> <AutoSimd<[u8; 32]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[u8; 32]>) -> AutoSimd<[u8; 32]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[u8; 32]>) -> AutoSimd<[u8; 32]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[u8; 32]>, max: AutoSimd<[u8; 32]>, ) -> AutoSimd<[u8; 32]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[u8; 32]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[u8; 32]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[usize; 2]>

Source§

fn simd_gt( self, other: AutoSimd<[usize; 2]>, ) -> <AutoSimd<[usize; 2]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[usize; 2]>, ) -> <AutoSimd<[usize; 2]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[usize; 2]>, ) -> <AutoSimd<[usize; 2]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[usize; 2]>, ) -> <AutoSimd<[usize; 2]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[usize; 2]>, ) -> <AutoSimd<[usize; 2]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[usize; 2]>, ) -> <AutoSimd<[usize; 2]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[usize; 2]>) -> AutoSimd<[usize; 2]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[usize; 2]>) -> AutoSimd<[usize; 2]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[usize; 2]>, max: AutoSimd<[usize; 2]>, ) -> AutoSimd<[usize; 2]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[usize; 2]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[usize; 2]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[usize; 4]>

Source§

fn simd_gt( self, other: AutoSimd<[usize; 4]>, ) -> <AutoSimd<[usize; 4]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[usize; 4]>, ) -> <AutoSimd<[usize; 4]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[usize; 4]>, ) -> <AutoSimd<[usize; 4]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[usize; 4]>, ) -> <AutoSimd<[usize; 4]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[usize; 4]>, ) -> <AutoSimd<[usize; 4]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[usize; 4]>, ) -> <AutoSimd<[usize; 4]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[usize; 4]>) -> AutoSimd<[usize; 4]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[usize; 4]>) -> AutoSimd<[usize; 4]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[usize; 4]>, max: AutoSimd<[usize; 4]>, ) -> AutoSimd<[usize; 4]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[usize; 4]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[usize; 4]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdPartialOrd for AutoSimd<[usize; 8]>

Source§

fn simd_gt( self, other: AutoSimd<[usize; 8]>, ) -> <AutoSimd<[usize; 8]> as SimdValue>::SimdBool

Lanewise greater than > comparison.
Source§

fn simd_lt( self, other: AutoSimd<[usize; 8]>, ) -> <AutoSimd<[usize; 8]> as SimdValue>::SimdBool

Lanewise less than < comparison.
Source§

fn simd_ge( self, other: AutoSimd<[usize; 8]>, ) -> <AutoSimd<[usize; 8]> as SimdValue>::SimdBool

Lanewise greater or equal >= comparison.
Source§

fn simd_le( self, other: AutoSimd<[usize; 8]>, ) -> <AutoSimd<[usize; 8]> as SimdValue>::SimdBool

Lanewise less or equal <= comparison.
Source§

fn simd_eq( self, other: AutoSimd<[usize; 8]>, ) -> <AutoSimd<[usize; 8]> as SimdValue>::SimdBool

Lanewise equal == comparison.
Source§

fn simd_ne( self, other: AutoSimd<[usize; 8]>, ) -> <AutoSimd<[usize; 8]> as SimdValue>::SimdBool

Lanewise not equal != comparison.
Source§

fn simd_max(self, other: AutoSimd<[usize; 8]>) -> AutoSimd<[usize; 8]>

Lanewise max value.
Source§

fn simd_min(self, other: AutoSimd<[usize; 8]>) -> AutoSimd<[usize; 8]>

Lanewise min value.
Source§

fn simd_clamp( self, min: AutoSimd<[usize; 8]>, max: AutoSimd<[usize; 8]>, ) -> AutoSimd<[usize; 8]>

Clamps each lane of self between the corresponding lane of min and max.
Source§

fn simd_horizontal_min(self) -> <AutoSimd<[usize; 8]> as SimdValue>::Element

The min value among all lanes of self.
Source§

fn simd_horizontal_max(self) -> <AutoSimd<[usize; 8]> as SimdValue>::Element

The max value among all lanes of self.
Source§

impl SimdRealField for AutoSimd<[f32; 2]>

Available on crate features libm_force or libm or std only.
Source§

impl SimdRealField for AutoSimd<[f32; 4]>

Available on crate features libm_force or libm or std only.
Source§

impl SimdRealField for AutoSimd<[f32; 8]>

Available on crate features libm_force or libm or std only.
Source§

impl SimdRealField for AutoSimd<[f32; 16]>

Available on crate features libm_force or libm or std only.
Source§

impl SimdRealField for AutoSimd<[f64; 2]>

Available on crate features libm_force or libm or std only.
Source§

impl SimdRealField for AutoSimd<[f64; 4]>

Available on crate features libm_force or libm or std only.
Source§

impl SimdRealField for AutoSimd<[f64; 8]>

Available on crate features libm_force or libm or std only.
Source§

impl SimdSigned for AutoSimd<[f32; 2]>

Source§

fn simd_abs(&self) -> AutoSimd<[f32; 2]>

The absolute value of each lane of self.
Source§

fn simd_abs_sub(&self, other: &AutoSimd<[f32; 2]>) -> AutoSimd<[f32; 2]>

The absolute difference of each lane of self. Read more
Source§

fn simd_signum(&self) -> AutoSimd<[f32; 2]>

The signum of each lane of Self.
Source§

fn is_simd_positive(&self) -> <AutoSimd<[f32; 2]> as SimdValue>::SimdBool

Tests which lane is positive.
Source§

fn is_simd_negative(&self) -> <AutoSimd<[f32; 2]> as SimdValue>::SimdBool

Tests which lane is negative.
Source§

impl SimdSigned for AutoSimd<[f32; 4]>

Source§

fn simd_abs(&self) -> AutoSimd<[f32; 4]>

The absolute value of each lane of self.
Source§

fn simd_abs_sub(&self, other: &AutoSimd<[f32; 4]>) -> AutoSimd<[f32; 4]>

The absolute difference of each lane of self. Read more
Source§

fn simd_signum(&self) -> AutoSimd<[f32; 4]>

The signum of each lane of Self.
Source§

fn is_simd_positive(&self) -> <AutoSimd<[f32; 4]> as SimdValue>::SimdBool

Tests which lane is positive.
Source§

fn is_simd_negative(&self) -> <AutoSimd<[f32; 4]> as SimdValue>::SimdBool

Tests which lane is negative.
Source§

impl SimdSigned for AutoSimd<[f32; 8]>

Source§

fn simd_abs(&self) -> AutoSimd<[f32; 8]>

The absolute value of each lane of self.
Source§

fn simd_abs_sub(&self, other: &AutoSimd<[f32; 8]>) -> AutoSimd<[f32; 8]>

The absolute difference of each lane of self. Read more
Source§

fn simd_signum(&self) -> AutoSimd<[f32; 8]>

The signum of each lane of Self.
Source§

fn is_simd_positive(&self) -> <AutoSimd<[f32; 8]> as SimdValue>::SimdBool

Tests which lane is positive.
Source§

fn is_simd_negative(&self) -> <AutoSimd<[f32; 8]> as SimdValue>::SimdBool

Tests which lane is negative.
Source§

impl SimdSigned for AutoSimd<[f32; 16]>

Source§

fn simd_abs(&self) -> AutoSimd<[f32; 16]>

The absolute value of each lane of self.
Source§

fn simd_abs_sub(&self, other: &AutoSimd<[f32; 16]>) -> AutoSimd<[f32; 16]>

The absolute difference of each lane of self. Read more
Source§

fn simd_signum(&self) -> AutoSimd<[f32; 16]>

The signum of each lane of Self.
Source§

fn is_simd_positive(&self) -> <AutoSimd<[f32; 16]> as SimdValue>::SimdBool

Tests which lane is positive.
Source§

fn is_simd_negative(&self) -> <AutoSimd<[f32; 16]> as SimdValue>::SimdBool

Tests which lane is negative.
Source§

impl SimdSigned for AutoSimd<[f64; 2]>

Source§

fn simd_abs(&self) -> AutoSimd<[f64; 2]>

The absolute value of each lane of self.
Source§

fn simd_abs_sub(&self, other: &AutoSimd<[f64; 2]>) -> AutoSimd<[f64; 2]>

The absolute difference of each lane of self. Read more
Source§

fn simd_signum(&self) -> AutoSimd<[f64; 2]>

The signum of each lane of Self.
Source§

fn is_simd_positive(&self) -> <AutoSimd<[f64; 2]> as SimdValue>::SimdBool

Tests which lane is positive.
Source§

fn is_simd_negative(&self) -> <AutoSimd<[f64; 2]> as SimdValue>::SimdBool

Tests which lane is negative.
Source§

impl SimdSigned for AutoSimd<[f64; 4]>

Source§

fn simd_abs(&self) -> AutoSimd<[f64; 4]>

The absolute value of each lane of self.
Source§

fn simd_abs_sub(&self, other: &AutoSimd<[f64; 4]>) -> AutoSimd<[f64; 4]>

The absolute difference of each lane of self. Read more
Source§

fn simd_signum(&self) -> AutoSimd<[f64; 4]>

The signum of each lane of Self.
Source§

fn is_simd_positive(&self) -> <AutoSimd<[f64; 4]> as SimdValue>::SimdBool

Tests which lane is positive.
Source§

fn is_simd_negative(&self) -> <AutoSimd<[f64; 4]> as SimdValue>::SimdBool

Tests which lane is negative.
Source§

impl SimdSigned for AutoSimd<[f64; 8]>

Source§

fn simd_abs(&self) -> AutoSimd<[f64; 8]>

The absolute value of each lane of self.
Source§

fn simd_abs_sub(&self, other: &AutoSimd<[f64; 8]>) -> AutoSimd<[f64; 8]>

The absolute difference of each lane of self. Read more
Source§

fn simd_signum(&self) -> AutoSimd<[f64; 8]>

The signum of each lane of Self.
Source§

fn is_simd_positive(&self) -> <AutoSimd<[f64; 8]> as SimdValue>::SimdBool

Tests which lane is positive.
Source§

fn is_simd_negative(&self) -> <AutoSimd<[f64; 8]> as SimdValue>::SimdBool

Tests which lane is negative.
Source§

impl SimdValue for AutoSimd<[f32; 2]>

Source§

const LANES: usize = 2

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 = AutoSimd<[bool; 2]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[f32; 2]> as SimdValue>::Element) -> AutoSimd<[f32; 2]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[f32; 2]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[f32; 2]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[f32; 2]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[f32; 2]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[f32; 2]> as SimdValue>::SimdBool, other: AutoSimd<[f32; 2]>, ) -> AutoSimd<[f32; 2]>

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 AutoSimd<[f32; 4]>

Source§

const LANES: usize = 4

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 = AutoSimd<[bool; 4]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[f32; 4]> as SimdValue>::Element) -> AutoSimd<[f32; 4]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[f32; 4]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[f32; 4]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[f32; 4]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[f32; 4]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[f32; 4]> as SimdValue>::SimdBool, other: AutoSimd<[f32; 4]>, ) -> AutoSimd<[f32; 4]>

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 AutoSimd<[f32; 8]>

Source§

const LANES: usize = 8

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 = AutoSimd<[bool; 8]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[f32; 8]> as SimdValue>::Element) -> AutoSimd<[f32; 8]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[f32; 8]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[f32; 8]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[f32; 8]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[f32; 8]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[f32; 8]> as SimdValue>::SimdBool, other: AutoSimd<[f32; 8]>, ) -> AutoSimd<[f32; 8]>

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 AutoSimd<[f32; 16]>

Source§

const LANES: usize = 16

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 = AutoSimd<[bool; 16]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat( val: <AutoSimd<[f32; 16]> as SimdValue>::Element, ) -> AutoSimd<[f32; 16]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[f32; 16]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[f32; 16]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace( &mut self, i: usize, val: <AutoSimd<[f32; 16]> as SimdValue>::Element, )

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[f32; 16]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[f32; 16]> as SimdValue>::SimdBool, other: AutoSimd<[f32; 16]>, ) -> AutoSimd<[f32; 16]>

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 AutoSimd<[f64; 2]>

Source§

const LANES: usize = 2

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 = AutoSimd<[bool; 2]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[f64; 2]> as SimdValue>::Element) -> AutoSimd<[f64; 2]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[f64; 2]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[f64; 2]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[f64; 2]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[f64; 2]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[f64; 2]> as SimdValue>::SimdBool, other: AutoSimd<[f64; 2]>, ) -> AutoSimd<[f64; 2]>

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 AutoSimd<[f64; 4]>

Source§

const LANES: usize = 4

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 = AutoSimd<[bool; 4]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[f64; 4]> as SimdValue>::Element) -> AutoSimd<[f64; 4]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[f64; 4]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[f64; 4]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[f64; 4]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[f64; 4]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[f64; 4]> as SimdValue>::SimdBool, other: AutoSimd<[f64; 4]>, ) -> AutoSimd<[f64; 4]>

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 AutoSimd<[f64; 8]>

Source§

const LANES: usize = 8

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 = AutoSimd<[bool; 8]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[f64; 8]> as SimdValue>::Element) -> AutoSimd<[f64; 8]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[f64; 8]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[f64; 8]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[f64; 8]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[f64; 8]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[f64; 8]> as SimdValue>::SimdBool, other: AutoSimd<[f64; 8]>, ) -> AutoSimd<[f64; 8]>

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 AutoSimd<[i128; 1]>

Source§

const LANES: usize = 1

The number of lanes of this SIMD value.
Source§

type Element = i128

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = AutoSimd<[bool; 1]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat( val: <AutoSimd<[i128; 1]> as SimdValue>::Element, ) -> AutoSimd<[i128; 1]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[i128; 1]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i128; 1]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace( &mut self, i: usize, val: <AutoSimd<[i128; 1]> as SimdValue>::Element, )

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i128; 1]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[i128; 1]> as SimdValue>::SimdBool, other: AutoSimd<[i128; 1]>, ) -> AutoSimd<[i128; 1]>

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 AutoSimd<[i128; 2]>

Source§

const LANES: usize = 2

The number of lanes of this SIMD value.
Source§

type Element = i128

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = AutoSimd<[bool; 2]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat( val: <AutoSimd<[i128; 2]> as SimdValue>::Element, ) -> AutoSimd<[i128; 2]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[i128; 2]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i128; 2]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace( &mut self, i: usize, val: <AutoSimd<[i128; 2]> as SimdValue>::Element, )

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i128; 2]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[i128; 2]> as SimdValue>::SimdBool, other: AutoSimd<[i128; 2]>, ) -> AutoSimd<[i128; 2]>

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 AutoSimd<[i128; 4]>

Source§

const LANES: usize = 4

The number of lanes of this SIMD value.
Source§

type Element = i128

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = AutoSimd<[bool; 4]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat( val: <AutoSimd<[i128; 4]> as SimdValue>::Element, ) -> AutoSimd<[i128; 4]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[i128; 4]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i128; 4]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace( &mut self, i: usize, val: <AutoSimd<[i128; 4]> as SimdValue>::Element, )

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i128; 4]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[i128; 4]> as SimdValue>::SimdBool, other: AutoSimd<[i128; 4]>, ) -> AutoSimd<[i128; 4]>

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 AutoSimd<[i16; 2]>

Source§

const LANES: usize = 2

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 = AutoSimd<[bool; 2]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[i16; 2]> as SimdValue>::Element) -> AutoSimd<[i16; 2]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[i16; 2]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i16; 2]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[i16; 2]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i16; 2]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[i16; 2]> as SimdValue>::SimdBool, other: AutoSimd<[i16; 2]>, ) -> AutoSimd<[i16; 2]>

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 AutoSimd<[i16; 4]>

Source§

const LANES: usize = 4

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 = AutoSimd<[bool; 4]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[i16; 4]> as SimdValue>::Element) -> AutoSimd<[i16; 4]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[i16; 4]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i16; 4]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[i16; 4]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i16; 4]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[i16; 4]> as SimdValue>::SimdBool, other: AutoSimd<[i16; 4]>, ) -> AutoSimd<[i16; 4]>

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 AutoSimd<[i16; 8]>

Source§

const LANES: usize = 8

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 = AutoSimd<[bool; 8]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[i16; 8]> as SimdValue>::Element) -> AutoSimd<[i16; 8]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[i16; 8]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i16; 8]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[i16; 8]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i16; 8]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[i16; 8]> as SimdValue>::SimdBool, other: AutoSimd<[i16; 8]>, ) -> AutoSimd<[i16; 8]>

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 AutoSimd<[i16; 16]>

Source§

const LANES: usize = 16

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 = AutoSimd<[bool; 16]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat( val: <AutoSimd<[i16; 16]> as SimdValue>::Element, ) -> AutoSimd<[i16; 16]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[i16; 16]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i16; 16]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace( &mut self, i: usize, val: <AutoSimd<[i16; 16]> as SimdValue>::Element, )

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i16; 16]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[i16; 16]> as SimdValue>::SimdBool, other: AutoSimd<[i16; 16]>, ) -> AutoSimd<[i16; 16]>

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 AutoSimd<[i16; 32]>

Source§

const LANES: usize = 32

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 = AutoSimd<[bool; 32]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat( val: <AutoSimd<[i16; 32]> as SimdValue>::Element, ) -> AutoSimd<[i16; 32]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[i16; 32]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i16; 32]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace( &mut self, i: usize, val: <AutoSimd<[i16; 32]> as SimdValue>::Element, )

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i16; 32]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[i16; 32]> as SimdValue>::SimdBool, other: AutoSimd<[i16; 32]>, ) -> AutoSimd<[i16; 32]>

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 AutoSimd<[i32; 2]>

Source§

const LANES: usize = 2

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 = AutoSimd<[bool; 2]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[i32; 2]> as SimdValue>::Element) -> AutoSimd<[i32; 2]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[i32; 2]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i32; 2]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[i32; 2]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i32; 2]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[i32; 2]> as SimdValue>::SimdBool, other: AutoSimd<[i32; 2]>, ) -> AutoSimd<[i32; 2]>

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 AutoSimd<[i32; 4]>

Source§

const LANES: usize = 4

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 = AutoSimd<[bool; 4]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[i32; 4]> as SimdValue>::Element) -> AutoSimd<[i32; 4]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[i32; 4]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i32; 4]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[i32; 4]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i32; 4]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[i32; 4]> as SimdValue>::SimdBool, other: AutoSimd<[i32; 4]>, ) -> AutoSimd<[i32; 4]>

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 AutoSimd<[i32; 8]>

Source§

const LANES: usize = 8

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 = AutoSimd<[bool; 8]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[i32; 8]> as SimdValue>::Element) -> AutoSimd<[i32; 8]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[i32; 8]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i32; 8]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[i32; 8]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i32; 8]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[i32; 8]> as SimdValue>::SimdBool, other: AutoSimd<[i32; 8]>, ) -> AutoSimd<[i32; 8]>

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 AutoSimd<[i32; 16]>

Source§

const LANES: usize = 16

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 = AutoSimd<[bool; 16]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat( val: <AutoSimd<[i32; 16]> as SimdValue>::Element, ) -> AutoSimd<[i32; 16]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[i32; 16]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i32; 16]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace( &mut self, i: usize, val: <AutoSimd<[i32; 16]> as SimdValue>::Element, )

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i32; 16]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[i32; 16]> as SimdValue>::SimdBool, other: AutoSimd<[i32; 16]>, ) -> AutoSimd<[i32; 16]>

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 AutoSimd<[i64; 2]>

Source§

const LANES: usize = 2

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 = AutoSimd<[bool; 2]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[i64; 2]> as SimdValue>::Element) -> AutoSimd<[i64; 2]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[i64; 2]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i64; 2]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[i64; 2]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i64; 2]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[i64; 2]> as SimdValue>::SimdBool, other: AutoSimd<[i64; 2]>, ) -> AutoSimd<[i64; 2]>

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 AutoSimd<[i64; 4]>

Source§

const LANES: usize = 4

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 = AutoSimd<[bool; 4]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[i64; 4]> as SimdValue>::Element) -> AutoSimd<[i64; 4]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[i64; 4]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i64; 4]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[i64; 4]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i64; 4]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[i64; 4]> as SimdValue>::SimdBool, other: AutoSimd<[i64; 4]>, ) -> AutoSimd<[i64; 4]>

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 AutoSimd<[i64; 8]>

Source§

const LANES: usize = 8

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 = AutoSimd<[bool; 8]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[i64; 8]> as SimdValue>::Element) -> AutoSimd<[i64; 8]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[i64; 8]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i64; 8]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[i64; 8]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i64; 8]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[i64; 8]> as SimdValue>::SimdBool, other: AutoSimd<[i64; 8]>, ) -> AutoSimd<[i64; 8]>

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 AutoSimd<[i8; 2]>

Source§

const LANES: usize = 2

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 = AutoSimd<[bool; 2]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[i8; 2]> as SimdValue>::Element) -> AutoSimd<[i8; 2]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[i8; 2]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i8; 2]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[i8; 2]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i8; 2]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[i8; 2]> as SimdValue>::SimdBool, other: AutoSimd<[i8; 2]>, ) -> AutoSimd<[i8; 2]>

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 AutoSimd<[i8; 4]>

Source§

const LANES: usize = 4

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 = AutoSimd<[bool; 4]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[i8; 4]> as SimdValue>::Element) -> AutoSimd<[i8; 4]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[i8; 4]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i8; 4]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[i8; 4]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i8; 4]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[i8; 4]> as SimdValue>::SimdBool, other: AutoSimd<[i8; 4]>, ) -> AutoSimd<[i8; 4]>

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 AutoSimd<[i8; 8]>

Source§

const LANES: usize = 8

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 = AutoSimd<[bool; 8]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[i8; 8]> as SimdValue>::Element) -> AutoSimd<[i8; 8]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[i8; 8]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i8; 8]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[i8; 8]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i8; 8]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[i8; 8]> as SimdValue>::SimdBool, other: AutoSimd<[i8; 8]>, ) -> AutoSimd<[i8; 8]>

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 AutoSimd<[i8; 16]>

Source§

const LANES: usize = 16

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 = AutoSimd<[bool; 16]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[i8; 16]> as SimdValue>::Element) -> AutoSimd<[i8; 16]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[i8; 16]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i8; 16]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[i8; 16]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i8; 16]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[i8; 16]> as SimdValue>::SimdBool, other: AutoSimd<[i8; 16]>, ) -> AutoSimd<[i8; 16]>

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 AutoSimd<[i8; 32]>

Source§

const LANES: usize = 32

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 = AutoSimd<[bool; 32]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[i8; 32]> as SimdValue>::Element) -> AutoSimd<[i8; 32]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[i8; 32]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[i8; 32]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[i8; 32]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[i8; 32]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[i8; 32]> as SimdValue>::SimdBool, other: AutoSimd<[i8; 32]>, ) -> AutoSimd<[i8; 32]>

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 AutoSimd<[isize; 2]>

Source§

const LANES: usize = 2

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 = AutoSimd<[bool; 2]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat( val: <AutoSimd<[isize; 2]> as SimdValue>::Element, ) -> AutoSimd<[isize; 2]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[isize; 2]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[isize; 2]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace( &mut self, i: usize, val: <AutoSimd<[isize; 2]> as SimdValue>::Element, )

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[isize; 2]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[isize; 2]> as SimdValue>::SimdBool, other: AutoSimd<[isize; 2]>, ) -> AutoSimd<[isize; 2]>

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 AutoSimd<[isize; 4]>

Source§

const LANES: usize = 4

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 = AutoSimd<[bool; 4]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat( val: <AutoSimd<[isize; 4]> as SimdValue>::Element, ) -> AutoSimd<[isize; 4]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[isize; 4]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[isize; 4]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace( &mut self, i: usize, val: <AutoSimd<[isize; 4]> as SimdValue>::Element, )

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[isize; 4]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[isize; 4]> as SimdValue>::SimdBool, other: AutoSimd<[isize; 4]>, ) -> AutoSimd<[isize; 4]>

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 AutoSimd<[isize; 8]>

Source§

const LANES: usize = 8

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 = AutoSimd<[bool; 8]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat( val: <AutoSimd<[isize; 8]> as SimdValue>::Element, ) -> AutoSimd<[isize; 8]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[isize; 8]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[isize; 8]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace( &mut self, i: usize, val: <AutoSimd<[isize; 8]> as SimdValue>::Element, )

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[isize; 8]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[isize; 8]> as SimdValue>::SimdBool, other: AutoSimd<[isize; 8]>, ) -> AutoSimd<[isize; 8]>

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 AutoSimd<[u128; 1]>

Source§

const LANES: usize = 1

The number of lanes of this SIMD value.
Source§

type Element = u128

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = AutoSimd<[bool; 1]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat( val: <AutoSimd<[u128; 1]> as SimdValue>::Element, ) -> AutoSimd<[u128; 1]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[u128; 1]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u128; 1]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace( &mut self, i: usize, val: <AutoSimd<[u128; 1]> as SimdValue>::Element, )

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u128; 1]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[u128; 1]> as SimdValue>::SimdBool, other: AutoSimd<[u128; 1]>, ) -> AutoSimd<[u128; 1]>

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 AutoSimd<[u128; 2]>

Source§

const LANES: usize = 2

The number of lanes of this SIMD value.
Source§

type Element = u128

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = AutoSimd<[bool; 2]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat( val: <AutoSimd<[u128; 2]> as SimdValue>::Element, ) -> AutoSimd<[u128; 2]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[u128; 2]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u128; 2]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace( &mut self, i: usize, val: <AutoSimd<[u128; 2]> as SimdValue>::Element, )

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u128; 2]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[u128; 2]> as SimdValue>::SimdBool, other: AutoSimd<[u128; 2]>, ) -> AutoSimd<[u128; 2]>

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 AutoSimd<[u128; 4]>

Source§

const LANES: usize = 4

The number of lanes of this SIMD value.
Source§

type Element = u128

The type of the elements of each lane of this SIMD value.
Source§

type SimdBool = AutoSimd<[bool; 4]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat( val: <AutoSimd<[u128; 4]> as SimdValue>::Element, ) -> AutoSimd<[u128; 4]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[u128; 4]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u128; 4]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace( &mut self, i: usize, val: <AutoSimd<[u128; 4]> as SimdValue>::Element, )

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u128; 4]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[u128; 4]> as SimdValue>::SimdBool, other: AutoSimd<[u128; 4]>, ) -> AutoSimd<[u128; 4]>

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 AutoSimd<[u16; 2]>

Source§

const LANES: usize = 2

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 = AutoSimd<[bool; 2]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[u16; 2]> as SimdValue>::Element) -> AutoSimd<[u16; 2]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[u16; 2]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u16; 2]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[u16; 2]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u16; 2]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[u16; 2]> as SimdValue>::SimdBool, other: AutoSimd<[u16; 2]>, ) -> AutoSimd<[u16; 2]>

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 AutoSimd<[u16; 4]>

Source§

const LANES: usize = 4

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 = AutoSimd<[bool; 4]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[u16; 4]> as SimdValue>::Element) -> AutoSimd<[u16; 4]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[u16; 4]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u16; 4]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[u16; 4]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u16; 4]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[u16; 4]> as SimdValue>::SimdBool, other: AutoSimd<[u16; 4]>, ) -> AutoSimd<[u16; 4]>

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 AutoSimd<[u16; 8]>

Source§

const LANES: usize = 8

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 = AutoSimd<[bool; 8]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[u16; 8]> as SimdValue>::Element) -> AutoSimd<[u16; 8]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[u16; 8]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u16; 8]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[u16; 8]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u16; 8]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[u16; 8]> as SimdValue>::SimdBool, other: AutoSimd<[u16; 8]>, ) -> AutoSimd<[u16; 8]>

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 AutoSimd<[u16; 16]>

Source§

const LANES: usize = 16

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 = AutoSimd<[bool; 16]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat( val: <AutoSimd<[u16; 16]> as SimdValue>::Element, ) -> AutoSimd<[u16; 16]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[u16; 16]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u16; 16]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace( &mut self, i: usize, val: <AutoSimd<[u16; 16]> as SimdValue>::Element, )

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u16; 16]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[u16; 16]> as SimdValue>::SimdBool, other: AutoSimd<[u16; 16]>, ) -> AutoSimd<[u16; 16]>

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 AutoSimd<[u16; 32]>

Source§

const LANES: usize = 32

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 = AutoSimd<[bool; 32]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat( val: <AutoSimd<[u16; 32]> as SimdValue>::Element, ) -> AutoSimd<[u16; 32]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[u16; 32]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u16; 32]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace( &mut self, i: usize, val: <AutoSimd<[u16; 32]> as SimdValue>::Element, )

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u16; 32]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[u16; 32]> as SimdValue>::SimdBool, other: AutoSimd<[u16; 32]>, ) -> AutoSimd<[u16; 32]>

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 AutoSimd<[u32; 2]>

Source§

const LANES: usize = 2

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 = AutoSimd<[bool; 2]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[u32; 2]> as SimdValue>::Element) -> AutoSimd<[u32; 2]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[u32; 2]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u32; 2]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[u32; 2]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u32; 2]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[u32; 2]> as SimdValue>::SimdBool, other: AutoSimd<[u32; 2]>, ) -> AutoSimd<[u32; 2]>

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 AutoSimd<[u32; 4]>

Source§

const LANES: usize = 4

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 = AutoSimd<[bool; 4]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[u32; 4]> as SimdValue>::Element) -> AutoSimd<[u32; 4]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[u32; 4]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u32; 4]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[u32; 4]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u32; 4]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[u32; 4]> as SimdValue>::SimdBool, other: AutoSimd<[u32; 4]>, ) -> AutoSimd<[u32; 4]>

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 AutoSimd<[u32; 8]>

Source§

const LANES: usize = 8

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 = AutoSimd<[bool; 8]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[u32; 8]> as SimdValue>::Element) -> AutoSimd<[u32; 8]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[u32; 8]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u32; 8]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[u32; 8]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u32; 8]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[u32; 8]> as SimdValue>::SimdBool, other: AutoSimd<[u32; 8]>, ) -> AutoSimd<[u32; 8]>

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 AutoSimd<[u32; 16]>

Source§

const LANES: usize = 16

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 = AutoSimd<[bool; 16]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat( val: <AutoSimd<[u32; 16]> as SimdValue>::Element, ) -> AutoSimd<[u32; 16]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[u32; 16]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u32; 16]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace( &mut self, i: usize, val: <AutoSimd<[u32; 16]> as SimdValue>::Element, )

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u32; 16]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[u32; 16]> as SimdValue>::SimdBool, other: AutoSimd<[u32; 16]>, ) -> AutoSimd<[u32; 16]>

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 AutoSimd<[u64; 2]>

Source§

const LANES: usize = 2

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 = AutoSimd<[bool; 2]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[u64; 2]> as SimdValue>::Element) -> AutoSimd<[u64; 2]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[u64; 2]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u64; 2]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[u64; 2]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u64; 2]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[u64; 2]> as SimdValue>::SimdBool, other: AutoSimd<[u64; 2]>, ) -> AutoSimd<[u64; 2]>

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 AutoSimd<[u64; 4]>

Source§

const LANES: usize = 4

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 = AutoSimd<[bool; 4]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[u64; 4]> as SimdValue>::Element) -> AutoSimd<[u64; 4]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[u64; 4]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u64; 4]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[u64; 4]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u64; 4]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[u64; 4]> as SimdValue>::SimdBool, other: AutoSimd<[u64; 4]>, ) -> AutoSimd<[u64; 4]>

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 AutoSimd<[u64; 8]>

Source§

const LANES: usize = 8

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 = AutoSimd<[bool; 8]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[u64; 8]> as SimdValue>::Element) -> AutoSimd<[u64; 8]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[u64; 8]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u64; 8]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[u64; 8]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u64; 8]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[u64; 8]> as SimdValue>::SimdBool, other: AutoSimd<[u64; 8]>, ) -> AutoSimd<[u64; 8]>

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 AutoSimd<[u8; 2]>

Source§

const LANES: usize = 2

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 = AutoSimd<[bool; 2]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[u8; 2]> as SimdValue>::Element) -> AutoSimd<[u8; 2]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[u8; 2]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u8; 2]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[u8; 2]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u8; 2]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[u8; 2]> as SimdValue>::SimdBool, other: AutoSimd<[u8; 2]>, ) -> AutoSimd<[u8; 2]>

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 AutoSimd<[u8; 4]>

Source§

const LANES: usize = 4

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 = AutoSimd<[bool; 4]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[u8; 4]> as SimdValue>::Element) -> AutoSimd<[u8; 4]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[u8; 4]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u8; 4]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[u8; 4]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u8; 4]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[u8; 4]> as SimdValue>::SimdBool, other: AutoSimd<[u8; 4]>, ) -> AutoSimd<[u8; 4]>

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 AutoSimd<[u8; 8]>

Source§

const LANES: usize = 8

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 = AutoSimd<[bool; 8]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[u8; 8]> as SimdValue>::Element) -> AutoSimd<[u8; 8]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[u8; 8]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u8; 8]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[u8; 8]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u8; 8]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[u8; 8]> as SimdValue>::SimdBool, other: AutoSimd<[u8; 8]>, ) -> AutoSimd<[u8; 8]>

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 AutoSimd<[u8; 16]>

Source§

const LANES: usize = 16

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 = AutoSimd<[bool; 16]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[u8; 16]> as SimdValue>::Element) -> AutoSimd<[u8; 16]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[u8; 16]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u8; 16]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[u8; 16]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u8; 16]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[u8; 16]> as SimdValue>::SimdBool, other: AutoSimd<[u8; 16]>, ) -> AutoSimd<[u8; 16]>

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 AutoSimd<[u8; 32]>

Source§

const LANES: usize = 32

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 = AutoSimd<[bool; 32]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat(val: <AutoSimd<[u8; 32]> as SimdValue>::Element) -> AutoSimd<[u8; 32]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[u8; 32]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[u8; 32]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace(&mut self, i: usize, val: <AutoSimd<[u8; 32]> as SimdValue>::Element)

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[u8; 32]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[u8; 32]> as SimdValue>::SimdBool, other: AutoSimd<[u8; 32]>, ) -> AutoSimd<[u8; 32]>

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 AutoSimd<[usize; 2]>

Source§

const LANES: usize = 2

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 = AutoSimd<[bool; 2]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat( val: <AutoSimd<[usize; 2]> as SimdValue>::Element, ) -> AutoSimd<[usize; 2]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[usize; 2]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[usize; 2]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace( &mut self, i: usize, val: <AutoSimd<[usize; 2]> as SimdValue>::Element, )

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[usize; 2]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[usize; 2]> as SimdValue>::SimdBool, other: AutoSimd<[usize; 2]>, ) -> AutoSimd<[usize; 2]>

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 AutoSimd<[usize; 4]>

Source§

const LANES: usize = 4

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 = AutoSimd<[bool; 4]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat( val: <AutoSimd<[usize; 4]> as SimdValue>::Element, ) -> AutoSimd<[usize; 4]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[usize; 4]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[usize; 4]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace( &mut self, i: usize, val: <AutoSimd<[usize; 4]> as SimdValue>::Element, )

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[usize; 4]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[usize; 4]> as SimdValue>::SimdBool, other: AutoSimd<[usize; 4]>, ) -> AutoSimd<[usize; 4]>

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 AutoSimd<[usize; 8]>

Source§

const LANES: usize = 8

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 = AutoSimd<[bool; 8]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat( val: <AutoSimd<[usize; 8]> as SimdValue>::Element, ) -> AutoSimd<[usize; 8]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[usize; 8]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[usize; 8]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace( &mut self, i: usize, val: <AutoSimd<[usize; 8]> as SimdValue>::Element, )

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[usize; 8]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[usize; 8]> as SimdValue>::SimdBool, other: AutoSimd<[usize; 8]>, ) -> AutoSimd<[usize; 8]>

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 AutoSimd<[bool; 1]>

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 = AutoSimd<[bool; 1]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat( val: <AutoSimd<[bool; 1]> as SimdValue>::Element, ) -> AutoSimd<[bool; 1]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[bool; 1]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[bool; 1]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace( &mut self, i: usize, val: <AutoSimd<[bool; 1]> as SimdValue>::Element, )

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[bool; 1]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[bool; 1]> as SimdValue>::SimdBool, other: AutoSimd<[bool; 1]>, ) -> AutoSimd<[bool; 1]>

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 AutoSimd<[bool; 2]>

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 = AutoSimd<[bool; 2]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat( val: <AutoSimd<[bool; 2]> as SimdValue>::Element, ) -> AutoSimd<[bool; 2]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[bool; 2]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[bool; 2]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace( &mut self, i: usize, val: <AutoSimd<[bool; 2]> as SimdValue>::Element, )

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[bool; 2]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[bool; 2]> as SimdValue>::SimdBool, other: AutoSimd<[bool; 2]>, ) -> AutoSimd<[bool; 2]>

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 AutoSimd<[bool; 4]>

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 = AutoSimd<[bool; 4]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat( val: <AutoSimd<[bool; 4]> as SimdValue>::Element, ) -> AutoSimd<[bool; 4]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[bool; 4]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[bool; 4]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace( &mut self, i: usize, val: <AutoSimd<[bool; 4]> as SimdValue>::Element, )

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[bool; 4]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[bool; 4]> as SimdValue>::SimdBool, other: AutoSimd<[bool; 4]>, ) -> AutoSimd<[bool; 4]>

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 AutoSimd<[bool; 8]>

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 = AutoSimd<[bool; 8]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat( val: <AutoSimd<[bool; 8]> as SimdValue>::Element, ) -> AutoSimd<[bool; 8]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[bool; 8]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[bool; 8]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace( &mut self, i: usize, val: <AutoSimd<[bool; 8]> as SimdValue>::Element, )

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[bool; 8]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[bool; 8]> as SimdValue>::SimdBool, other: AutoSimd<[bool; 8]>, ) -> AutoSimd<[bool; 8]>

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 AutoSimd<[bool; 16]>

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 = AutoSimd<[bool; 16]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat( val: <AutoSimd<[bool; 16]> as SimdValue>::Element, ) -> AutoSimd<[bool; 16]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[bool; 16]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[bool; 16]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace( &mut self, i: usize, val: <AutoSimd<[bool; 16]> as SimdValue>::Element, )

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[bool; 16]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[bool; 16]> as SimdValue>::SimdBool, other: AutoSimd<[bool; 16]>, ) -> AutoSimd<[bool; 16]>

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 AutoSimd<[bool; 32]>

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 = AutoSimd<[bool; 32]>

Type of the result of comparing two SIMD values like self.
Source§

fn splat( val: <AutoSimd<[bool; 32]> as SimdValue>::Element, ) -> AutoSimd<[bool; 32]>

Initializes an SIMD value with each lanes set to val.
Source§

fn extract(&self, i: usize) -> <AutoSimd<[bool; 32]> as SimdValue>::Element

Extracts the i-th lane of self. Read more
Source§

unsafe fn extract_unchecked( &self, i: usize, ) -> <AutoSimd<[bool; 32]> as SimdValue>::Element

Extracts the i-th lane of self without bound-checking. Read more
Source§

fn replace( &mut self, i: usize, val: <AutoSimd<[bool; 32]> as SimdValue>::Element, )

Replaces the i-th lane of self by val. Read more
Source§

unsafe fn replace_unchecked( &mut self, i: usize, val: <AutoSimd<[bool; 32]> as SimdValue>::Element, )

Replaces the i-th lane of self by val without bound-checking. Read more
Source§

fn select( self, cond: <AutoSimd<[bool; 32]> as SimdValue>::SimdBool, other: AutoSimd<[bool; 32]>, ) -> AutoSimd<[bool; 32]>

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> StructuralPartialEq for AutoSimd<N>
where N: PartialEq,

Source§

impl Sub for AutoSimd<[f32; 2]>

Source§

type Output = AutoSimd<[f32; 2]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[f32; 2]>) -> AutoSimd<[f32; 2]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[f32; 4]>

Source§

type Output = AutoSimd<[f32; 4]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[f32; 4]>) -> AutoSimd<[f32; 4]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[f32; 8]>

Source§

type Output = AutoSimd<[f32; 8]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[f32; 8]>) -> AutoSimd<[f32; 8]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[f32; 16]>

Source§

type Output = AutoSimd<[f32; 16]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[f32; 16]>) -> AutoSimd<[f32; 16]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[f64; 2]>

Source§

type Output = AutoSimd<[f64; 2]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[f64; 2]>) -> AutoSimd<[f64; 2]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[f64; 4]>

Source§

type Output = AutoSimd<[f64; 4]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[f64; 4]>) -> AutoSimd<[f64; 4]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[f64; 8]>

Source§

type Output = AutoSimd<[f64; 8]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[f64; 8]>) -> AutoSimd<[f64; 8]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[i128; 1]>

Source§

type Output = AutoSimd<[i128; 1]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[i128; 1]>) -> AutoSimd<[i128; 1]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[i128; 2]>

Source§

type Output = AutoSimd<[i128; 2]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[i128; 2]>) -> AutoSimd<[i128; 2]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[i128; 4]>

Source§

type Output = AutoSimd<[i128; 4]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[i128; 4]>) -> AutoSimd<[i128; 4]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[i16; 2]>

Source§

type Output = AutoSimd<[i16; 2]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[i16; 2]>) -> AutoSimd<[i16; 2]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[i16; 4]>

Source§

type Output = AutoSimd<[i16; 4]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[i16; 4]>) -> AutoSimd<[i16; 4]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[i16; 8]>

Source§

type Output = AutoSimd<[i16; 8]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[i16; 8]>) -> AutoSimd<[i16; 8]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[i16; 16]>

Source§

type Output = AutoSimd<[i16; 16]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[i16; 16]>) -> AutoSimd<[i16; 16]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[i16; 32]>

Source§

type Output = AutoSimd<[i16; 32]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[i16; 32]>) -> AutoSimd<[i16; 32]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[i32; 2]>

Source§

type Output = AutoSimd<[i32; 2]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[i32; 2]>) -> AutoSimd<[i32; 2]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[i32; 4]>

Source§

type Output = AutoSimd<[i32; 4]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[i32; 4]>) -> AutoSimd<[i32; 4]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[i32; 8]>

Source§

type Output = AutoSimd<[i32; 8]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[i32; 8]>) -> AutoSimd<[i32; 8]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[i32; 16]>

Source§

type Output = AutoSimd<[i32; 16]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[i32; 16]>) -> AutoSimd<[i32; 16]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[i64; 2]>

Source§

type Output = AutoSimd<[i64; 2]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[i64; 2]>) -> AutoSimd<[i64; 2]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[i64; 4]>

Source§

type Output = AutoSimd<[i64; 4]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[i64; 4]>) -> AutoSimd<[i64; 4]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[i64; 8]>

Source§

type Output = AutoSimd<[i64; 8]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[i64; 8]>) -> AutoSimd<[i64; 8]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[i8; 2]>

Source§

type Output = AutoSimd<[i8; 2]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[i8; 2]>) -> AutoSimd<[i8; 2]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[i8; 4]>

Source§

type Output = AutoSimd<[i8; 4]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[i8; 4]>) -> AutoSimd<[i8; 4]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[i8; 8]>

Source§

type Output = AutoSimd<[i8; 8]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[i8; 8]>) -> AutoSimd<[i8; 8]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[i8; 16]>

Source§

type Output = AutoSimd<[i8; 16]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[i8; 16]>) -> AutoSimd<[i8; 16]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[i8; 32]>

Source§

type Output = AutoSimd<[i8; 32]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[i8; 32]>) -> AutoSimd<[i8; 32]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[isize; 2]>

Source§

type Output = AutoSimd<[isize; 2]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[isize; 2]>) -> AutoSimd<[isize; 2]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[isize; 4]>

Source§

type Output = AutoSimd<[isize; 4]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[isize; 4]>) -> AutoSimd<[isize; 4]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[isize; 8]>

Source§

type Output = AutoSimd<[isize; 8]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[isize; 8]>) -> AutoSimd<[isize; 8]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[u128; 1]>

Source§

type Output = AutoSimd<[u128; 1]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[u128; 1]>) -> AutoSimd<[u128; 1]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[u128; 2]>

Source§

type Output = AutoSimd<[u128; 2]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[u128; 2]>) -> AutoSimd<[u128; 2]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[u128; 4]>

Source§

type Output = AutoSimd<[u128; 4]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[u128; 4]>) -> AutoSimd<[u128; 4]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[u16; 2]>

Source§

type Output = AutoSimd<[u16; 2]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[u16; 2]>) -> AutoSimd<[u16; 2]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[u16; 4]>

Source§

type Output = AutoSimd<[u16; 4]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[u16; 4]>) -> AutoSimd<[u16; 4]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[u16; 8]>

Source§

type Output = AutoSimd<[u16; 8]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[u16; 8]>) -> AutoSimd<[u16; 8]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[u16; 16]>

Source§

type Output = AutoSimd<[u16; 16]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[u16; 16]>) -> AutoSimd<[u16; 16]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[u16; 32]>

Source§

type Output = AutoSimd<[u16; 32]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[u16; 32]>) -> AutoSimd<[u16; 32]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[u32; 2]>

Source§

type Output = AutoSimd<[u32; 2]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[u32; 2]>) -> AutoSimd<[u32; 2]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[u32; 4]>

Source§

type Output = AutoSimd<[u32; 4]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[u32; 4]>) -> AutoSimd<[u32; 4]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[u32; 8]>

Source§

type Output = AutoSimd<[u32; 8]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[u32; 8]>) -> AutoSimd<[u32; 8]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[u32; 16]>

Source§

type Output = AutoSimd<[u32; 16]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[u32; 16]>) -> AutoSimd<[u32; 16]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[u64; 2]>

Source§

type Output = AutoSimd<[u64; 2]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[u64; 2]>) -> AutoSimd<[u64; 2]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[u64; 4]>

Source§

type Output = AutoSimd<[u64; 4]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[u64; 4]>) -> AutoSimd<[u64; 4]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[u64; 8]>

Source§

type Output = AutoSimd<[u64; 8]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[u64; 8]>) -> AutoSimd<[u64; 8]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[u8; 2]>

Source§

type Output = AutoSimd<[u8; 2]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[u8; 2]>) -> AutoSimd<[u8; 2]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[u8; 4]>

Source§

type Output = AutoSimd<[u8; 4]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[u8; 4]>) -> AutoSimd<[u8; 4]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[u8; 8]>

Source§

type Output = AutoSimd<[u8; 8]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[u8; 8]>) -> AutoSimd<[u8; 8]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[u8; 16]>

Source§

type Output = AutoSimd<[u8; 16]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[u8; 16]>) -> AutoSimd<[u8; 16]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[u8; 32]>

Source§

type Output = AutoSimd<[u8; 32]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[u8; 32]>) -> AutoSimd<[u8; 32]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[usize; 2]>

Source§

type Output = AutoSimd<[usize; 2]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[usize; 2]>) -> AutoSimd<[usize; 2]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[usize; 4]>

Source§

type Output = AutoSimd<[usize; 4]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[usize; 4]>) -> AutoSimd<[usize; 4]>

Performs the - operation. Read more
Source§

impl Sub for AutoSimd<[usize; 8]>

Source§

type Output = AutoSimd<[usize; 8]>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: AutoSimd<[usize; 8]>) -> AutoSimd<[usize; 8]>

Performs the - operation. Read more
Source§

impl SubAssign for AutoSimd<[f32; 2]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[f32; 2]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[f32; 4]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[f32; 4]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[f32; 8]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[f32; 8]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[f32; 16]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[f32; 16]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[f64; 2]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[f64; 2]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[f64; 4]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[f64; 4]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[f64; 8]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[f64; 8]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[i128; 1]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[i128; 1]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[i128; 2]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[i128; 2]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[i128; 4]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[i128; 4]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[i16; 2]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[i16; 2]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[i16; 4]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[i16; 4]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[i16; 8]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[i16; 8]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[i16; 16]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[i16; 16]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[i16; 32]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[i16; 32]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[i32; 2]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[i32; 2]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[i32; 4]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[i32; 4]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[i32; 8]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[i32; 8]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[i32; 16]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[i32; 16]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[i64; 2]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[i64; 2]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[i64; 4]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[i64; 4]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[i64; 8]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[i64; 8]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[i8; 2]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[i8; 2]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[i8; 4]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[i8; 4]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[i8; 8]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[i8; 8]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[i8; 16]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[i8; 16]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[i8; 32]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[i8; 32]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[isize; 2]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[isize; 2]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[isize; 4]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[isize; 4]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[isize; 8]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[isize; 8]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[u128; 1]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[u128; 1]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[u128; 2]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[u128; 2]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[u128; 4]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[u128; 4]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[u16; 2]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[u16; 2]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[u16; 4]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[u16; 4]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[u16; 8]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[u16; 8]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[u16; 16]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[u16; 16]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[u16; 32]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[u16; 32]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[u32; 2]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[u32; 2]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[u32; 4]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[u32; 4]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[u32; 8]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[u32; 8]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[u32; 16]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[u32; 16]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[u64; 2]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[u64; 2]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[u64; 4]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[u64; 4]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[u64; 8]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[u64; 8]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[u8; 2]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[u8; 2]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[u8; 4]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[u8; 4]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[u8; 8]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[u8; 8]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[u8; 16]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[u8; 16]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[u8; 32]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[u8; 32]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[usize; 2]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[usize; 2]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[usize; 4]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[usize; 4]>)

Performs the -= operation. Read more
Source§

impl SubAssign for AutoSimd<[usize; 8]>

Source§

fn sub_assign(&mut self, rhs: AutoSimd<[usize; 8]>)

Performs the -= operation. Read more
Source§

impl<N2> SubsetOf<AutoSimd<N2>> for u8

Source§

fn to_superset(&self) -> AutoSimd<N2>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset_unchecked(element: &AutoSimd<N2>) -> u8

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(c: &AutoSimd<N2>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

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<AutoSimd<N2>> for u16

Source§

fn to_superset(&self) -> AutoSimd<N2>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset_unchecked(element: &AutoSimd<N2>) -> u16

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(c: &AutoSimd<N2>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

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<AutoSimd<N2>> for u32

Source§

fn to_superset(&self) -> AutoSimd<N2>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset_unchecked(element: &AutoSimd<N2>) -> u32

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(c: &AutoSimd<N2>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

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<AutoSimd<N2>> for u64

Source§

fn to_superset(&self) -> AutoSimd<N2>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset_unchecked(element: &AutoSimd<N2>) -> u64

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(c: &AutoSimd<N2>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

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<AutoSimd<N2>> for usize

Source§

fn to_superset(&self) -> AutoSimd<N2>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset_unchecked(element: &AutoSimd<N2>) -> usize

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(c: &AutoSimd<N2>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

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<AutoSimd<N2>> for i8

Source§

fn to_superset(&self) -> AutoSimd<N2>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset_unchecked(element: &AutoSimd<N2>) -> i8

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(c: &AutoSimd<N2>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

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<AutoSimd<N2>> for i16

Source§

fn to_superset(&self) -> AutoSimd<N2>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset_unchecked(element: &AutoSimd<N2>) -> i16

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(c: &AutoSimd<N2>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

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<AutoSimd<N2>> for i32

Source§

fn to_superset(&self) -> AutoSimd<N2>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset_unchecked(element: &AutoSimd<N2>) -> i32

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(c: &AutoSimd<N2>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

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<AutoSimd<N2>> for i64

Source§

fn to_superset(&self) -> AutoSimd<N2>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset_unchecked(element: &AutoSimd<N2>) -> i64

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(c: &AutoSimd<N2>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

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<AutoSimd<N2>> for isize

Source§

fn to_superset(&self) -> AutoSimd<N2>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset_unchecked(element: &AutoSimd<N2>) -> isize

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(c: &AutoSimd<N2>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

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<AutoSimd<N2>> for f32

Source§

fn to_superset(&self) -> AutoSimd<N2>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset_unchecked(element: &AutoSimd<N2>) -> f32

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(c: &AutoSimd<N2>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

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<AutoSimd<N2>> for f64

Source§

fn to_superset(&self) -> AutoSimd<N2>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset_unchecked(element: &AutoSimd<N2>) -> f64

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(c: &AutoSimd<N2>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

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<AutoSimd<N2>> for d128

Source§

fn to_superset(&self) -> AutoSimd<N2>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset_unchecked(element: &AutoSimd<N2>) -> d128

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(c: &AutoSimd<N2>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

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<AutoSimd<[f32; 2]>> for AutoSimd<[f32; 2]>

Source§

fn to_superset(&self) -> AutoSimd<[f32; 2]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[f32; 2]>) -> Option<AutoSimd<[f32; 2]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[f32; 2]>) -> AutoSimd<[f32; 2]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[f32; 2]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[f32; 4]>> for AutoSimd<[f32; 4]>

Source§

fn to_superset(&self) -> AutoSimd<[f32; 4]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[f32; 4]>) -> Option<AutoSimd<[f32; 4]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[f32; 4]>) -> AutoSimd<[f32; 4]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[f32; 4]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[f32; 8]>> for AutoSimd<[f32; 8]>

Source§

fn to_superset(&self) -> AutoSimd<[f32; 8]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[f32; 8]>) -> Option<AutoSimd<[f32; 8]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[f32; 8]>) -> AutoSimd<[f32; 8]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[f32; 8]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[f32; 16]>> for AutoSimd<[f32; 16]>

Source§

fn to_superset(&self) -> AutoSimd<[f32; 16]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[f32; 16]>) -> Option<AutoSimd<[f32; 16]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[f32; 16]>) -> AutoSimd<[f32; 16]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[f32; 16]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[f64; 2]>> for AutoSimd<[f64; 2]>

Source§

fn to_superset(&self) -> AutoSimd<[f64; 2]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[f64; 2]>) -> Option<AutoSimd<[f64; 2]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[f64; 2]>) -> AutoSimd<[f64; 2]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[f64; 2]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[f64; 4]>> for AutoSimd<[f64; 4]>

Source§

fn to_superset(&self) -> AutoSimd<[f64; 4]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[f64; 4]>) -> Option<AutoSimd<[f64; 4]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[f64; 4]>) -> AutoSimd<[f64; 4]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[f64; 4]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[f64; 8]>> for AutoSimd<[f64; 8]>

Source§

fn to_superset(&self) -> AutoSimd<[f64; 8]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[f64; 8]>) -> Option<AutoSimd<[f64; 8]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[f64; 8]>) -> AutoSimd<[f64; 8]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[f64; 8]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[i8; 2]>> for AutoSimd<[i8; 2]>

Source§

fn to_superset(&self) -> AutoSimd<[i8; 2]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[i8; 2]>) -> Option<AutoSimd<[i8; 2]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[i8; 2]>) -> AutoSimd<[i8; 2]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[i8; 2]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[i8; 4]>> for AutoSimd<[i8; 4]>

Source§

fn to_superset(&self) -> AutoSimd<[i8; 4]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[i8; 4]>) -> Option<AutoSimd<[i8; 4]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[i8; 4]>) -> AutoSimd<[i8; 4]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[i8; 4]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[i8; 8]>> for AutoSimd<[i8; 8]>

Source§

fn to_superset(&self) -> AutoSimd<[i8; 8]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[i8; 8]>) -> Option<AutoSimd<[i8; 8]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[i8; 8]>) -> AutoSimd<[i8; 8]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[i8; 8]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[i8; 16]>> for AutoSimd<[i8; 16]>

Source§

fn to_superset(&self) -> AutoSimd<[i8; 16]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[i8; 16]>) -> Option<AutoSimd<[i8; 16]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[i8; 16]>) -> AutoSimd<[i8; 16]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[i8; 16]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[i8; 32]>> for AutoSimd<[i8; 32]>

Source§

fn to_superset(&self) -> AutoSimd<[i8; 32]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[i8; 32]>) -> Option<AutoSimd<[i8; 32]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[i8; 32]>) -> AutoSimd<[i8; 32]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[i8; 32]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[i16; 2]>> for AutoSimd<[i16; 2]>

Source§

fn to_superset(&self) -> AutoSimd<[i16; 2]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[i16; 2]>) -> Option<AutoSimd<[i16; 2]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[i16; 2]>) -> AutoSimd<[i16; 2]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[i16; 2]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[i16; 4]>> for AutoSimd<[i16; 4]>

Source§

fn to_superset(&self) -> AutoSimd<[i16; 4]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[i16; 4]>) -> Option<AutoSimd<[i16; 4]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[i16; 4]>) -> AutoSimd<[i16; 4]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[i16; 4]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[i16; 8]>> for AutoSimd<[i16; 8]>

Source§

fn to_superset(&self) -> AutoSimd<[i16; 8]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[i16; 8]>) -> Option<AutoSimd<[i16; 8]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[i16; 8]>) -> AutoSimd<[i16; 8]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[i16; 8]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[i16; 16]>> for AutoSimd<[i16; 16]>

Source§

fn to_superset(&self) -> AutoSimd<[i16; 16]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[i16; 16]>) -> Option<AutoSimd<[i16; 16]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[i16; 16]>) -> AutoSimd<[i16; 16]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[i16; 16]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[i16; 32]>> for AutoSimd<[i16; 32]>

Source§

fn to_superset(&self) -> AutoSimd<[i16; 32]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[i16; 32]>) -> Option<AutoSimd<[i16; 32]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[i16; 32]>) -> AutoSimd<[i16; 32]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[i16; 32]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[i32; 2]>> for AutoSimd<[i32; 2]>

Source§

fn to_superset(&self) -> AutoSimd<[i32; 2]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[i32; 2]>) -> Option<AutoSimd<[i32; 2]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[i32; 2]>) -> AutoSimd<[i32; 2]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[i32; 2]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[i32; 4]>> for AutoSimd<[i32; 4]>

Source§

fn to_superset(&self) -> AutoSimd<[i32; 4]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[i32; 4]>) -> Option<AutoSimd<[i32; 4]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[i32; 4]>) -> AutoSimd<[i32; 4]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[i32; 4]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[i32; 8]>> for AutoSimd<[i32; 8]>

Source§

fn to_superset(&self) -> AutoSimd<[i32; 8]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[i32; 8]>) -> Option<AutoSimd<[i32; 8]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[i32; 8]>) -> AutoSimd<[i32; 8]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[i32; 8]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[i32; 16]>> for AutoSimd<[i32; 16]>

Source§

fn to_superset(&self) -> AutoSimd<[i32; 16]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[i32; 16]>) -> Option<AutoSimd<[i32; 16]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[i32; 16]>) -> AutoSimd<[i32; 16]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[i32; 16]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[i64; 2]>> for AutoSimd<[i64; 2]>

Source§

fn to_superset(&self) -> AutoSimd<[i64; 2]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[i64; 2]>) -> Option<AutoSimd<[i64; 2]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[i64; 2]>) -> AutoSimd<[i64; 2]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[i64; 2]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[i64; 4]>> for AutoSimd<[i64; 4]>

Source§

fn to_superset(&self) -> AutoSimd<[i64; 4]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[i64; 4]>) -> Option<AutoSimd<[i64; 4]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[i64; 4]>) -> AutoSimd<[i64; 4]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[i64; 4]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[i64; 8]>> for AutoSimd<[i64; 8]>

Source§

fn to_superset(&self) -> AutoSimd<[i64; 8]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[i64; 8]>) -> Option<AutoSimd<[i64; 8]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[i64; 8]>) -> AutoSimd<[i64; 8]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[i64; 8]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[i128; 1]>> for AutoSimd<[i128; 1]>

Source§

fn to_superset(&self) -> AutoSimd<[i128; 1]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[i128; 1]>) -> Option<AutoSimd<[i128; 1]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[i128; 1]>) -> AutoSimd<[i128; 1]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[i128; 1]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[i128; 2]>> for AutoSimd<[i128; 2]>

Source§

fn to_superset(&self) -> AutoSimd<[i128; 2]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[i128; 2]>) -> Option<AutoSimd<[i128; 2]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[i128; 2]>) -> AutoSimd<[i128; 2]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[i128; 2]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[i128; 4]>> for AutoSimd<[i128; 4]>

Source§

fn to_superset(&self) -> AutoSimd<[i128; 4]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[i128; 4]>) -> Option<AutoSimd<[i128; 4]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[i128; 4]>) -> AutoSimd<[i128; 4]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[i128; 4]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[isize; 2]>> for AutoSimd<[isize; 2]>

Source§

fn to_superset(&self) -> AutoSimd<[isize; 2]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[isize; 2]>) -> Option<AutoSimd<[isize; 2]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked( element: &AutoSimd<[isize; 2]>, ) -> AutoSimd<[isize; 2]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[isize; 2]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[isize; 4]>> for AutoSimd<[isize; 4]>

Source§

fn to_superset(&self) -> AutoSimd<[isize; 4]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[isize; 4]>) -> Option<AutoSimd<[isize; 4]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked( element: &AutoSimd<[isize; 4]>, ) -> AutoSimd<[isize; 4]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[isize; 4]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[isize; 8]>> for AutoSimd<[isize; 8]>

Source§

fn to_superset(&self) -> AutoSimd<[isize; 8]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[isize; 8]>) -> Option<AutoSimd<[isize; 8]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked( element: &AutoSimd<[isize; 8]>, ) -> AutoSimd<[isize; 8]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[isize; 8]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[u8; 2]>> for AutoSimd<[u8; 2]>

Source§

fn to_superset(&self) -> AutoSimd<[u8; 2]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[u8; 2]>) -> Option<AutoSimd<[u8; 2]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[u8; 2]>) -> AutoSimd<[u8; 2]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[u8; 2]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[u8; 4]>> for AutoSimd<[u8; 4]>

Source§

fn to_superset(&self) -> AutoSimd<[u8; 4]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[u8; 4]>) -> Option<AutoSimd<[u8; 4]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[u8; 4]>) -> AutoSimd<[u8; 4]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[u8; 4]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[u8; 8]>> for AutoSimd<[u8; 8]>

Source§

fn to_superset(&self) -> AutoSimd<[u8; 8]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[u8; 8]>) -> Option<AutoSimd<[u8; 8]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[u8; 8]>) -> AutoSimd<[u8; 8]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[u8; 8]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[u8; 16]>> for AutoSimd<[u8; 16]>

Source§

fn to_superset(&self) -> AutoSimd<[u8; 16]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[u8; 16]>) -> Option<AutoSimd<[u8; 16]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[u8; 16]>) -> AutoSimd<[u8; 16]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[u8; 16]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[u8; 32]>> for AutoSimd<[u8; 32]>

Source§

fn to_superset(&self) -> AutoSimd<[u8; 32]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[u8; 32]>) -> Option<AutoSimd<[u8; 32]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[u8; 32]>) -> AutoSimd<[u8; 32]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[u8; 32]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[u16; 2]>> for AutoSimd<[u16; 2]>

Source§

fn to_superset(&self) -> AutoSimd<[u16; 2]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[u16; 2]>) -> Option<AutoSimd<[u16; 2]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[u16; 2]>) -> AutoSimd<[u16; 2]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[u16; 2]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[u16; 4]>> for AutoSimd<[u16; 4]>

Source§

fn to_superset(&self) -> AutoSimd<[u16; 4]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[u16; 4]>) -> Option<AutoSimd<[u16; 4]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[u16; 4]>) -> AutoSimd<[u16; 4]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[u16; 4]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[u16; 8]>> for AutoSimd<[u16; 8]>

Source§

fn to_superset(&self) -> AutoSimd<[u16; 8]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[u16; 8]>) -> Option<AutoSimd<[u16; 8]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[u16; 8]>) -> AutoSimd<[u16; 8]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[u16; 8]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[u16; 16]>> for AutoSimd<[u16; 16]>

Source§

fn to_superset(&self) -> AutoSimd<[u16; 16]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[u16; 16]>) -> Option<AutoSimd<[u16; 16]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[u16; 16]>) -> AutoSimd<[u16; 16]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[u16; 16]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[u16; 32]>> for AutoSimd<[u16; 32]>

Source§

fn to_superset(&self) -> AutoSimd<[u16; 32]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[u16; 32]>) -> Option<AutoSimd<[u16; 32]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[u16; 32]>) -> AutoSimd<[u16; 32]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[u16; 32]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[u32; 2]>> for AutoSimd<[u32; 2]>

Source§

fn to_superset(&self) -> AutoSimd<[u32; 2]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[u32; 2]>) -> Option<AutoSimd<[u32; 2]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[u32; 2]>) -> AutoSimd<[u32; 2]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[u32; 2]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[u32; 4]>> for AutoSimd<[u32; 4]>

Source§

fn to_superset(&self) -> AutoSimd<[u32; 4]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[u32; 4]>) -> Option<AutoSimd<[u32; 4]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[u32; 4]>) -> AutoSimd<[u32; 4]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[u32; 4]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[u32; 8]>> for AutoSimd<[u32; 8]>

Source§

fn to_superset(&self) -> AutoSimd<[u32; 8]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[u32; 8]>) -> Option<AutoSimd<[u32; 8]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[u32; 8]>) -> AutoSimd<[u32; 8]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[u32; 8]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[u32; 16]>> for AutoSimd<[u32; 16]>

Source§

fn to_superset(&self) -> AutoSimd<[u32; 16]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[u32; 16]>) -> Option<AutoSimd<[u32; 16]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[u32; 16]>) -> AutoSimd<[u32; 16]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[u32; 16]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[u64; 2]>> for AutoSimd<[u64; 2]>

Source§

fn to_superset(&self) -> AutoSimd<[u64; 2]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[u64; 2]>) -> Option<AutoSimd<[u64; 2]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[u64; 2]>) -> AutoSimd<[u64; 2]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[u64; 2]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[u64; 4]>> for AutoSimd<[u64; 4]>

Source§

fn to_superset(&self) -> AutoSimd<[u64; 4]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[u64; 4]>) -> Option<AutoSimd<[u64; 4]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[u64; 4]>) -> AutoSimd<[u64; 4]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[u64; 4]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[u64; 8]>> for AutoSimd<[u64; 8]>

Source§

fn to_superset(&self) -> AutoSimd<[u64; 8]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[u64; 8]>) -> Option<AutoSimd<[u64; 8]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[u64; 8]>) -> AutoSimd<[u64; 8]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[u64; 8]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[u128; 1]>> for AutoSimd<[u128; 1]>

Source§

fn to_superset(&self) -> AutoSimd<[u128; 1]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[u128; 1]>) -> Option<AutoSimd<[u128; 1]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[u128; 1]>) -> AutoSimd<[u128; 1]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[u128; 1]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[u128; 2]>> for AutoSimd<[u128; 2]>

Source§

fn to_superset(&self) -> AutoSimd<[u128; 2]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[u128; 2]>) -> Option<AutoSimd<[u128; 2]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[u128; 2]>) -> AutoSimd<[u128; 2]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[u128; 2]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[u128; 4]>> for AutoSimd<[u128; 4]>

Source§

fn to_superset(&self) -> AutoSimd<[u128; 4]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[u128; 4]>) -> Option<AutoSimd<[u128; 4]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked(element: &AutoSimd<[u128; 4]>) -> AutoSimd<[u128; 4]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[u128; 4]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[usize; 2]>> for AutoSimd<[usize; 2]>

Source§

fn to_superset(&self) -> AutoSimd<[usize; 2]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[usize; 2]>) -> Option<AutoSimd<[usize; 2]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked( element: &AutoSimd<[usize; 2]>, ) -> AutoSimd<[usize; 2]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[usize; 2]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[usize; 4]>> for AutoSimd<[usize; 4]>

Source§

fn to_superset(&self) -> AutoSimd<[usize; 4]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[usize; 4]>) -> Option<AutoSimd<[usize; 4]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked( element: &AutoSimd<[usize; 4]>, ) -> AutoSimd<[usize; 4]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[usize; 4]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl SubsetOf<AutoSimd<[usize; 8]>> for AutoSimd<[usize; 8]>

Source§

fn to_superset(&self) -> AutoSimd<[usize; 8]>

The inclusion map: converts self to the equivalent element of its superset.
Source§

fn from_superset(element: &AutoSimd<[usize; 8]>) -> Option<AutoSimd<[usize; 8]>>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn from_superset_unchecked( element: &AutoSimd<[usize; 8]>, ) -> AutoSimd<[usize; 8]>

Use with care! Same as self.to_superset but without any property checks. Always succeeds.
Source§

fn is_in_subset(_: &AutoSimd<[usize; 8]>) -> bool

Checks if element is actually part of the subset Self (and can be converted to it).
Source§

impl Zero for AutoSimd<[f32; 2]>

Source§

fn zero() -> AutoSimd<[f32; 2]>

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 AutoSimd<[f32; 4]>

Source§

fn zero() -> AutoSimd<[f32; 4]>

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 AutoSimd<[f32; 8]>

Source§

fn zero() -> AutoSimd<[f32; 8]>

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 AutoSimd<[f32; 16]>

Source§

fn zero() -> AutoSimd<[f32; 16]>

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 AutoSimd<[f64; 2]>

Source§

fn zero() -> AutoSimd<[f64; 2]>

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 AutoSimd<[f64; 4]>

Source§

fn zero() -> AutoSimd<[f64; 4]>

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 AutoSimd<[f64; 8]>

Source§

fn zero() -> AutoSimd<[f64; 8]>

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 AutoSimd<[i128; 1]>

Source§

fn zero() -> AutoSimd<[i128; 1]>

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 AutoSimd<[i128; 2]>

Source§

fn zero() -> AutoSimd<[i128; 2]>

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 AutoSimd<[i128; 4]>

Source§

fn zero() -> AutoSimd<[i128; 4]>

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 AutoSimd<[i16; 2]>

Source§

fn zero() -> AutoSimd<[i16; 2]>

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 AutoSimd<[i16; 4]>

Source§

fn zero() -> AutoSimd<[i16; 4]>

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 AutoSimd<[i16; 8]>

Source§

fn zero() -> AutoSimd<[i16; 8]>

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 AutoSimd<[i16; 16]>

Source§

fn zero() -> AutoSimd<[i16; 16]>

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 AutoSimd<[i16; 32]>

Source§

fn zero() -> AutoSimd<[i16; 32]>

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 AutoSimd<[i32; 2]>

Source§

fn zero() -> AutoSimd<[i32; 2]>

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 AutoSimd<[i32; 4]>

Source§

fn zero() -> AutoSimd<[i32; 4]>

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 AutoSimd<[i32; 8]>

Source§

fn zero() -> AutoSimd<[i32; 8]>

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 AutoSimd<[i32; 16]>

Source§

fn zero() -> AutoSimd<[i32; 16]>

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 AutoSimd<[i64; 2]>

Source§

fn zero() -> AutoSimd<[i64; 2]>

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 AutoSimd<[i64; 4]>

Source§

fn zero() -> AutoSimd<[i64; 4]>

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 AutoSimd<[i64; 8]>

Source§

fn zero() -> AutoSimd<[i64; 8]>

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 AutoSimd<[i8; 2]>

Source§

fn zero() -> AutoSimd<[i8; 2]>

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 AutoSimd<[i8; 4]>

Source§

fn zero() -> AutoSimd<[i8; 4]>

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 AutoSimd<[i8; 8]>

Source§

fn zero() -> AutoSimd<[i8; 8]>

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 AutoSimd<[i8; 16]>

Source§

fn zero() -> AutoSimd<[i8; 16]>

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 AutoSimd<[i8; 32]>

Source§

fn zero() -> AutoSimd<[i8; 32]>

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 AutoSimd<[isize; 2]>

Source§

fn zero() -> AutoSimd<[isize; 2]>

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 AutoSimd<[isize; 4]>

Source§

fn zero() -> AutoSimd<[isize; 4]>

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 AutoSimd<[isize; 8]>

Source§

fn zero() -> AutoSimd<[isize; 8]>

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 AutoSimd<[u128; 1]>

Source§

fn zero() -> AutoSimd<[u128; 1]>

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 AutoSimd<[u128; 2]>

Source§

fn zero() -> AutoSimd<[u128; 2]>

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 AutoSimd<[u128; 4]>

Source§

fn zero() -> AutoSimd<[u128; 4]>

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 AutoSimd<[u16; 2]>

Source§

fn zero() -> AutoSimd<[u16; 2]>

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 AutoSimd<[u16; 4]>

Source§

fn zero() -> AutoSimd<[u16; 4]>

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 AutoSimd<[u16; 8]>

Source§

fn zero() -> AutoSimd<[u16; 8]>

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 AutoSimd<[u16; 16]>

Source§

fn zero() -> AutoSimd<[u16; 16]>

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 AutoSimd<[u16; 32]>

Source§

fn zero() -> AutoSimd<[u16; 32]>

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 AutoSimd<[u32; 2]>

Source§

fn zero() -> AutoSimd<[u32; 2]>

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 AutoSimd<[u32; 4]>

Source§

fn zero() -> AutoSimd<[u32; 4]>

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 AutoSimd<[u32; 8]>

Source§

fn zero() -> AutoSimd<[u32; 8]>

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 AutoSimd<[u32; 16]>

Source§

fn zero() -> AutoSimd<[u32; 16]>

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 AutoSimd<[u64; 2]>

Source§

fn zero() -> AutoSimd<[u64; 2]>

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 AutoSimd<[u64; 4]>

Source§

fn zero() -> AutoSimd<[u64; 4]>

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 AutoSimd<[u64; 8]>

Source§

fn zero() -> AutoSimd<[u64; 8]>

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 AutoSimd<[u8; 2]>

Source§

fn zero() -> AutoSimd<[u8; 2]>

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 AutoSimd<[u8; 4]>

Source§

fn zero() -> AutoSimd<[u8; 4]>

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 AutoSimd<[u8; 8]>

Source§

fn zero() -> AutoSimd<[u8; 8]>

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 AutoSimd<[u8; 16]>

Source§

fn zero() -> AutoSimd<[u8; 16]>

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 AutoSimd<[u8; 32]>

Source§

fn zero() -> AutoSimd<[u8; 32]>

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 AutoSimd<[usize; 2]>

Source§

fn zero() -> AutoSimd<[usize; 2]>

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 AutoSimd<[usize; 4]>

Source§

fn zero() -> AutoSimd<[usize; 4]>

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 AutoSimd<[usize; 8]>

Source§

fn zero() -> AutoSimd<[usize; 8]>

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 AutoSimd<N>
where N: Freeze,

§

impl<N> RefUnwindSafe for AutoSimd<N>
where N: RefUnwindSafe,

§

impl<N> Send for AutoSimd<N>
where N: Send,

§

impl<N> Sync for AutoSimd<N>
where N: Sync,

§

impl<N> Unpin for AutoSimd<N>
where N: Unpin,

§

impl<N> UnsafeUnpin for AutoSimd<N>
where N: UnsafeUnpin,

§

impl<N> UnwindSafe for AutoSimd<N>
where N: UnwindSafe,

Blanket Implementations§

Source§

impl<T> AlignerFor<1> for T

Source§

type Aligner = AlignTo1<T>

The AlignTo* type which aligns Self to ALIGNMENT.
Source§

impl<T> AlignerFor<2> for T

Source§

type Aligner = AlignTo2<T>

The AlignTo* type which aligns Self to ALIGNMENT.
Source§

impl<T> AlignerFor<4> for T

Source§

type Aligner = AlignTo4<T>

The AlignTo* type which aligns Self to ALIGNMENT.
Source§

impl<T> AlignerFor<8> for T

Source§

type Aligner = AlignTo8<T>

The AlignTo* type which aligns Self to ALIGNMENT.
Source§

impl<T> AlignerFor<16> for T

Source§

type Aligner = AlignTo16<T>

The AlignTo* type which aligns Self to ALIGNMENT.
Source§

impl<T> AlignerFor<32> for T

Source§

type Aligner = AlignTo32<T>

The AlignTo* type which aligns Self to ALIGNMENT.
Source§

impl<T> AlignerFor<64> for T

Source§

type Aligner = AlignTo64<T>

The AlignTo* type which aligns Self to ALIGNMENT.
Source§

impl<T> AlignerFor<128> for T

Source§

type Aligner = AlignTo128<T>

The AlignTo* type which aligns Self to ALIGNMENT.
Source§

impl<T> AlignerFor<256> for T

Source§

type Aligner = AlignTo256<T>

The AlignTo* type which aligns Self to ALIGNMENT.
Source§

impl<T> AlignerFor<512> for T

Source§

type Aligner = AlignTo512<T>

The AlignTo* type which aligns Self to ALIGNMENT.
Source§

impl<T> AlignerFor<1024> for T

Source§

type Aligner = AlignTo1024<T>

The AlignTo* type which aligns Self to ALIGNMENT.
Source§

impl<T> AlignerFor<2048> for T

Source§

type Aligner = AlignTo2048<T>

The AlignTo* type which aligns Self to ALIGNMENT.
Source§

impl<T> AlignerFor<4096> for T

Source§

type Aligner = AlignTo4096<T>

The AlignTo* type which aligns Self to ALIGNMENT.
Source§

impl<T> AlignerFor<8192> for T

Source§

type Aligner = AlignTo8192<T>

The AlignTo* type which aligns Self to ALIGNMENT.
Source§

impl<T> AlignerFor<16384> for T

Source§

type Aligner = AlignTo16384<T>

The AlignTo* type which aligns Self to ALIGNMENT.
Source§

impl<T> AlignerFor<32768> for T

Source§

type Aligner = AlignTo32768<T>

The AlignTo* type which aligns Self to ALIGNMENT.
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<N, R, C, S> ArgminAdd<Matrix<N, R, C, S>, Matrix<N, R, C, <DefaultAllocator as Allocator<R, C>>::Buffer<N>>> for N
where N: Scalar + ClosedAddAssign + Copy, R: Dim, C: Dim, S: Storage<N, R, C>, DefaultAllocator: Allocator<N, R, C>,

Source§

fn add( &self, other: &Matrix<N, R, C, S>, ) -> Matrix<N, R, C, <DefaultAllocator as Allocator<R, C>>::Buffer<N>>

Add a T to self
Source§

impl<N, R, C, S> ArgminDiv<Matrix<N, R, C, S>, Matrix<N, R, C, <DefaultAllocator as Allocator<R, C>>::Buffer<N>>> for N
where N: Scalar + Copy + ClosedDivAssign, R: Dim, C: Dim, S: Storage<N, R, C>, DefaultAllocator: Allocator<N, R, C>,

Source§

fn div( &self, other: &Matrix<N, R, C, S>, ) -> Matrix<N, R, C, <DefaultAllocator as Allocator<R, C>>::Buffer<N>>

(Pointwise) Divide a T by self
Source§

impl<N, R, C, S> ArgminDot<Matrix<N, R, C, S>, Matrix<N, R, C, <DefaultAllocator as Allocator<R, C>>::Buffer<N>>> for N
where N: Scalar + Copy + ClosedMulAssign, R: Dim, C: Dim, S: Storage<N, R, C>, DefaultAllocator: Allocator<N, R, C>,

Source§

fn dot( &self, other: &Matrix<N, R, C, S>, ) -> Matrix<N, R, C, <DefaultAllocator as Allocator<R, C>>::Buffer<N>>

Dot/scalar product of T and self
Source§

impl<N, R, C, S> ArgminMul<Matrix<N, R, C, S>, Matrix<N, R, C, <DefaultAllocator as Allocator<R, C>>::Buffer<N>>> for N
where N: Scalar + Copy + ClosedMulAssign, R: Dim, C: Dim, S: Storage<N, R, C>, DefaultAllocator: Allocator<N, R, C>,

Source§

fn mul( &self, other: &Matrix<N, R, C, S>, ) -> Matrix<N, R, C, <DefaultAllocator as Allocator<R, C>>::Buffer<N>>

(Pointwise) Multiply a T with self
Source§

impl<N, R, C, S> ArgminSub<Matrix<N, R, C, S>, Matrix<N, R, C, <DefaultAllocator as Allocator<R, C>>::Buffer<N>>> for N
where N: Scalar + Copy + Sub<Output = N>, R: Dim, C: Dim, S: Storage<N, R, C>, DefaultAllocator: Allocator<N, R, C>,

Source§

fn sub( &self, other: &Matrix<N, R, C, S>, ) -> Matrix<N, R, C, <DefaultAllocator as Allocator<R, C>>::Buffer<N>>

Subtract a T from self
Source§

impl<T> Boilerplate for T
where T: Copy + Send + Sync + Debug + PartialEq + 'static,

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<T> ByRef<T> for T

Source§

fn by_ref(&self) -> &T

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> 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> 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> 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> 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> 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<T> DistributionExt for T
where T: ?Sized,

Source§

fn rand<T>(&self, rng: &mut (impl Rng + ?Sized)) -> T
where Self: Distribution<T>,

Source§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

Source§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
Source§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

Source§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
Source§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

Source§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
Source§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

Source§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, W> HasTypeWitness<W> for T
where W: MakeTypeWitness<Arg = T>, T: ?Sized,

Source§

const WITNESS: W = W::MAKE

A constant of the type witness
Source§

impl<T> Identity for T
where T: ?Sized,

Source§

const TYPE_EQ: TypeEq<T, <T as Identity>::Type> = TypeEq::NEW

Proof that Self is the same type as Self::Type, provides methods for casting between Self and Self::Type.
Source§

type Type = T

The same type as Self, used to emulate type equality bounds (T == U) with associated type equality constraints (T: Identity<Type = U>).
Source§

impl<T, U> Imply<T> for U
where T: ?Sized, U: ?Sized,

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<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

impl<T> LinalgScalar for T
where T: One<Output = T> + Add<Output = T> + Sub<Output = T> + 'static + Mul + Copy + Div<Output = T> + Zero,

Source§

impl<N, A, B> MulAcc<A, B> for N
where &'x A: for<'x> Mul<&'x B, Output = N>, N: AddAssign,

Source§

fn mul_acc(&mut self, a: &A, b: &B)

Multiply and accumulate in this variable, formally *self += a * b.
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> Pointable for T

Source§

const ALIGN: usize

The alignment of pointer.
Source§

type Init = T

The type for initializers.
Source§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
Source§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
Source§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
Source§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<'a, T> RCowCompatibleRef<'a> for T
where T: Clone + 'a,

Source§

type RefC = &'a T

The (preferably) ffi-safe equivalent of &Self.
Source§

type ROwned = T

The owned version of Self::RefC.
Source§

fn as_c_ref(from: &'a T) -> <T as RCowCompatibleRef<'a>>::RefC

Converts a reference to an FFI-safe type
Source§

fn as_rust_ref(from: <T as RCowCompatibleRef<'a>>::RefC) -> &'a T

Converts an FFI-safe type to a reference
Source§

impl<S> ROExtAcc for S

Source§

fn f_get<F>(&self, offset: FieldOffset<S, F, Aligned>) -> &F

Gets a reference to a field, determined by offset. Read more
Source§

fn f_get_mut<F>(&mut self, offset: FieldOffset<S, F, Aligned>) -> &mut F

Gets a muatble reference to a field, determined by offset. Read more
Source§

fn f_get_ptr<F, A>(&self, offset: FieldOffset<S, F, A>) -> *const F

Gets a const pointer to a field, the field is determined by offset. Read more
Source§

fn f_get_mut_ptr<F, A>(&mut self, offset: FieldOffset<S, F, A>) -> *mut F

Gets a mutable pointer to a field, determined by offset. Read more
Source§

impl<S> ROExtOps<Aligned> for S

Source§

fn f_replace<F>(&mut self, offset: FieldOffset<S, F, Aligned>, value: F) -> F

Replaces a field (determined by offset) with value, returning the previous value of the field. Read more
Source§

fn f_swap<F>(&mut self, offset: FieldOffset<S, F, Aligned>, right: &mut S)

Swaps a field (determined by offset) with the same field in right. Read more
Source§

fn f_get_copy<F>(&self, offset: FieldOffset<S, F, Aligned>) -> F
where F: Copy,

Gets a copy of a field (determined by offset). The field is determined by offset. Read more
Source§

impl<S> ROExtOps<Unaligned> for S

Source§

fn f_replace<F>(&mut self, offset: FieldOffset<S, F, Unaligned>, value: F) -> F

Replaces a field (determined by offset) with value, returning the previous value of the field. Read more
Source§

fn f_swap<F>(&mut self, offset: FieldOffset<S, F, Unaligned>, right: &mut S)

Swaps a field (determined by offset) with the same field in right. Read more
Source§

fn f_get_copy<F>(&self, offset: FieldOffset<S, F, Unaligned>) -> F
where F: Copy,

Gets a copy of a field (determined by offset). The field is determined by offset. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T> Scalar for T
where T: 'static + Clone + PartialEq + Debug,

Source§

impl<T> Scalar for T
where T: 'static + Clone + PartialEq + Debug,

Source§

impl<T> SelfOps for T
where T: ?Sized,

Source§

fn eq_id(&self, other: &Self) -> bool

Compares the address of self with the address of other. Read more
Source§

fn piped<F, U>(self, f: F) -> U
where F: FnOnce(Self) -> U, Self: Sized,

Emulates the pipeline operator, allowing method syntax in more places. Read more
Source§

fn piped_ref<'a, F, U>(&'a self, f: F) -> U
where F: FnOnce(&'a Self) -> U,

The same as piped except that the function takes &Self Useful for functions that take &Self instead of Self. Read more
Source§

fn piped_mut<'a, F, U>(&'a mut self, f: F) -> U
where F: FnOnce(&'a mut Self) -> U,

The same as piped, except that the function takes &mut Self. Useful for functions that take &mut Self instead of Self.
Source§

fn mutated<F>(self, f: F) -> Self
where F: FnOnce(&mut Self), Self: Sized,

Mutates self using a closure taking self by mutable reference, passing it along the method chain. Read more
Source§

fn observe<F>(self, f: F) -> Self
where F: FnOnce(&Self), Self: Sized,

Observes the value of self, passing it along unmodified. Useful in long method chains. Read more
Source§

fn into_<T>(self) -> T
where Self: Into<T>,

Performs a conversion with Into. using the turbofish .into_::<_>() syntax. Read more
Source§

fn as_ref_<T>(&self) -> &T
where Self: AsRef<T>, T: ?Sized,

Performs a reference to reference conversion with AsRef, using the turbofish .as_ref_::<_>() syntax. Read more
Source§

fn as_mut_<T>(&mut self) -> &mut T
where Self: AsMut<T>, T: ?Sized,

Performs a mutable reference to mutable reference conversion with AsMut, using the turbofish .as_mut_::<_>() syntax. Read more
Source§

fn drop_(self)
where Self: Sized,

Drops self using method notation. Alternative to std::mem::drop. Read more
Source§

impl<T> SendAlias for T

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<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§

unsafe fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
Source§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
Source§

impl<T> SyncAlias for T

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<This> TransmuteElement for This
where This: ?Sized,

Source§

unsafe fn transmute_element<T>(self) -> Self::TransmutedPtr
where Self: CanTransmuteElement<T>,

Transmutes the element type of this pointer.. 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> TypeIdentity for T
where T: ?Sized,

Source§

type Type = T

This is always Self.
Source§

fn into_type(self) -> Self::Type
where Self: Sized, Self::Type: Sized,

Converts a value back to the original type.
Source§

fn as_type(&self) -> &Self::Type

Converts a reference back to the original type.
Source§

fn as_type_mut(&mut self) -> &mut Self::Type

Converts a mutable reference back to the original type.
Source§

fn into_type_box(self: Box<Self>) -> Box<Self::Type>

Converts a box back to the original type.
Source§

fn into_type_arc(this: Arc<Self>) -> Arc<Self::Type>

Converts an Arc back to the original type. Read more
Source§

fn into_type_rc(this: Rc<Self>) -> Rc<Self::Type>

Converts an Rc back to the original type. Read more
Source§

fn from_type(this: Self::Type) -> Self
where Self: Sized, Self::Type: Sized,

Converts a value back to the original type.
Source§

fn from_type_ref(this: &Self::Type) -> &Self

Converts a reference back to the original type.
Source§

fn from_type_mut(this: &mut Self::Type) -> &mut Self

Converts a mutable reference back to the original type.
Source§

fn from_type_box(this: Box<Self::Type>) -> Box<Self>

Converts a box back to the original type.
Source§

fn from_type_arc(this: Arc<Self::Type>) -> Arc<Self>

Converts an Arc back to the original type.
Source§

fn from_type_rc(this: Rc<Self::Type>) -> Rc<Self>

Converts an Rc back to the original type.
Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V

Source§

impl<This> ValidTag_Bounds for This
where This: Debug + Clone + PartialEq,