![]() |
![]() |
Collaboration diagram for DSP_neg32:
|
| void | DSP_neg32 (const int *restrict x, int *restrict r, int nx) |
| void DSP_neg32 | ( | const int *restrict | x, | |
| int *restrict | r, | |||
| int | nx | |||
| ) |
This function negates the elements of a vector (32-bit elements). The input and output arrays must not be overlapped except for where the input and output pointers are exactly equal
| x | = Pointer to input data vector of size nx with 32-bit elements | |
| r | = Pointer to output data vector of size nx with 32-bit elements | |
| nx | = Number of elements of input and output vectors |