Data Types | |
interface | yepcore::yepCore_Negate_V8s_V8s |
Negates elements in signed 8-bit integer array. More... | |
interface | yepcore::yepCore_Negate_V16s_V16s |
Negates elements in signed 16-bit integer array. More... | |
interface | yepcore::yepCore_Negate_V32s_V32s |
Negates elements in signed 32-bit integer array. More... | |
interface | yepcore::yepCore_Negate_V64s_V64s |
Negates elements in signed 64-bit integer array. More... | |
interface | yepcore::yepCore_Negate_V32f_V32f |
Negates elements in single precision (32-bit) floating-point array. More... | |
interface | yepcore::yepCore_Negate_V64f_V64f |
Negates elements in double precision (64-bit) floating-point array. More... | |
interface | yepcore::yepCore_Negate_IV8s_IV8s |
Negates elements in signed 8-bit integer array and writes the results to the same array. More... | |
interface | yepcore::yepCore_Negate_IV16s_IV16s |
Negates elements in signed 16-bit integer array and writes the results to the same array. More... | |
interface | yepcore::yepCore_Negate_IV32s_IV32s |
Negates elements in signed 32-bit integer array and writes the results to the same array. More... | |
interface | yepcore::yepCore_Negate_IV64s_IV64s |
Negates elements in signed 64-bit integer array and writes the results to the same array. More... | |
interface | yepcore::yepCore_Negate_IV32f_IV32f |
Negates elements in single precision (32-bit) floating-point array and writes the results to the same array. More... | |
interface | yepcore::yepCore_Negate_IV64f_IV64f |
Negates elements in double precision (64-bit) floating-point array and writes the results to the same array. More... | |
interface yepcore::yepCore_Negate_V8s_V8s |
Negates elements in signed 8-bit integer array.
[in] | x | The array of signed 8-bit integer elements to be negated. |
[out] | y | The signed 8-bit integer array to store negated elements. |
[in] | length | Length of the arrays specified by x and y. |
0 | The computation finished successfully. |
2 | x or y argument is not naturally aligned. |
interface yepcore::yepCore_Negate_V16s_V16s |
Negates elements in signed 16-bit integer array.
[in] | x | The array of signed 16-bit integer elements to be negated. |
[out] | y | The signed 16-bit integer array to store negated elements. |
[in] | length | Length of the arrays specified by x and y. |
0 | The computation finished successfully. |
2 | x or y argument is not naturally aligned. |
interface yepcore::yepCore_Negate_V32s_V32s |
Negates elements in signed 32-bit integer array.
[in] | x | The array of signed 32-bit integer elements to be negated. |
[out] | y | The signed 32-bit integer array to store negated elements. |
[in] | length | Length of the arrays specified by x and y. |
0 | The computation finished successfully. |
2 | x or y argument is not naturally aligned. |
interface yepcore::yepCore_Negate_V64s_V64s |
Negates elements in signed 64-bit integer array.
[in] | x | The array of signed 64-bit integer elements to be negated. |
[out] | y | The signed 64-bit integer array to store negated elements. |
[in] | length | Length of the arrays specified by x and y. |
0 | The computation finished successfully. |
2 | x or y argument is not naturally aligned. |
interface yepcore::yepCore_Negate_V32f_V32f |
Negates elements in single precision (32-bit) floating-point array.
[in] | x | The array of single precision (32-bit) floating-point elements to be negated. |
[out] | y | The single precision (32-bit) floating-point array to store negated elements. |
[in] | length | Length of the arrays specified by x and y. |
0 | The computation finished successfully. |
2 | x or y argument is not naturally aligned. |
interface yepcore::yepCore_Negate_V64f_V64f |
Negates elements in double precision (64-bit) floating-point array.
[in] | x | The array of double precision (64-bit) floating-point elements to be negated. |
[out] | y | The double precision (64-bit) floating-point array to store negated elements. |
[in] | length | Length of the arrays specified by x and y. |
0 | The computation finished successfully. |
2 | x or y argument is not naturally aligned. |
interface yepcore::yepCore_Negate_IV8s_IV8s |
Negates elements in signed 8-bit integer array and writes the results to the same array.
[in,out] | v | The array of signed 8-bit integer elements to be negated. |
[in] | length | Length of the array specified by v. |
0 | The computation finished successfully. |
2 | v argument is not naturally aligned. |
interface yepcore::yepCore_Negate_IV16s_IV16s |
Negates elements in signed 16-bit integer array and writes the results to the same array.
[in,out] | v | The array of signed 16-bit integer elements to be negated. |
[in] | length | Length of the array specified by v. |
0 | The computation finished successfully. |
2 | v argument is not naturally aligned. |
interface yepcore::yepCore_Negate_IV32s_IV32s |
Negates elements in signed 32-bit integer array and writes the results to the same array.
[in,out] | v | The array of signed 32-bit integer elements to be negated. |
[in] | length | Length of the array specified by v. |
0 | The computation finished successfully. |
2 | v argument is not naturally aligned. |
interface yepcore::yepCore_Negate_IV64s_IV64s |
Negates elements in signed 64-bit integer array and writes the results to the same array.
[in,out] | v | The array of signed 64-bit integer elements to be negated. |
[in] | length | Length of the array specified by v. |
0 | The computation finished successfully. |
2 | v argument is not naturally aligned. |
interface yepcore::yepCore_Negate_IV32f_IV32f |
Negates elements in single precision (32-bit) floating-point array and writes the results to the same array.
[in,out] | v | The array of single precision (32-bit) floating-point elements to be negated. |
[in] | length | Length of the array specified by v. |
0 | The computation finished successfully. |
2 | v argument is not naturally aligned. |
interface yepcore::yepCore_Negate_IV64f_IV64f |
Negates elements in double precision (64-bit) floating-point array and writes the results to the same array.
[in,out] | v | The array of double precision (64-bit) floating-point elements to be negated. |
[in] | length | Length of the array specified by v. |
0 | The computation finished successfully. |
2 | v argument is not naturally aligned. |