Crate dsp_fixedpoint

Crate dsp_fixedpoint 

Source
Expand description

§Fixed point primitives

Structs§

Q
Fixed point integer

Traits§

Accu
Conversion trait between base and accumulator type
Shift
Shift summary trait

Type Aliases§

P8
Fixed point u8 with u16 accumulator
P16
Fixed point u16 with u32 accumulator
P32
Fixed point u32 with u64 accumulator
P64
Fixed point u64 with u128 accumulator
Q8
Fixed point i8 with i16 accumulator
Q16
Fixed point i16 with i32 accumulator
Q32
Fixed point i32 with i64 accumulator
Q64
Fixed point i64 with i128 accumulator
V8
Fixed point Wrapping< u8 > with Wrapping< u16 > accumulator
V16
Fixed point Wrapping< u16 > with Wrapping< u32 > accumulator
V32
Fixed point Wrapping< u32 > with Wrapping< u64 > accumulator
V64
Fixed point Wrapping< u64 > with Wrapping< u128 > accumulator
W8
Fixed point Wrapping< i8 > with Wrapping< i16 > accumulator
W16
Fixed point Wrapping< i16 > with Wrapping< i32 > accumulator
W32
Fixed point Wrapping< i32 > with Wrapping< i64 > accumulator
W64
Fixed point Wrapping< i64 > with Wrapping< i128 > accumulator