Zephyr Project API 3.7.0
A Scalable Open Source RTOS
|
Modules | |
Vector Absolute Value | |
Computes the absolute value of a vector on an element-by-element basis. | |
Vector Addition | |
Element-by-element addition of two vectors. | |
Vector Clipping | |
Element-by-element clipping of a value. | |
Vector Dot Product | |
Computes the dot product of two vectors. | |
Vector Multiplication | |
Element-by-element multiplication of two vectors. | |
Vector Negate | |
Negates the elements of a vector. | |
Vector Offset | |
Adds a constant offset to each element of a vector. | |
Vector Scale | |
Multiply a vector by a scalar value. | |
Vector Shift | |
Shifts the elements of a fixed-point vector by a specified number of bits. | |
Vector Subtraction | |
Element-by-element subtraction of two vectors. | |
Vector bitwise AND | |
Compute the logical bitwise AND. | |
Vector bitwise NOT | |
Compute the logical bitwise NOT. | |
Vector bitwise OR | |
Compute the logical bitwise OR. | |
Vector bitwise XOR | |
Compute the logical bitwise XOR. | |