Yeppp!
 All Classes Groups Pages
Data Types

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...
 

Detailed Description


Data Type Documentation

interface yepcore::yepCore_Negate_V8s_V8s

Negates elements in signed 8-bit integer array.

Warning
This version of Yeppp! does not include optimized implementations for this function
Parameters
[in]xThe array of signed 8-bit integer elements to be negated.
[out]yThe signed 8-bit integer array to store negated elements.
[in]lengthLength of the arrays specified by x and y.
Return values
0The computation finished successfully.
2x or y argument is not naturally aligned.
interface yepcore::yepCore_Negate_V16s_V16s

Negates elements in signed 16-bit integer array.

Warning
This version of Yeppp! does not include optimized implementations for this function
Parameters
[in]xThe array of signed 16-bit integer elements to be negated.
[out]yThe signed 16-bit integer array to store negated elements.
[in]lengthLength of the arrays specified by x and y.
Return values
0The computation finished successfully.
2x or y argument is not naturally aligned.
interface yepcore::yepCore_Negate_V32s_V32s

Negates elements in signed 32-bit integer array.

Warning
This version of Yeppp! does not include optimized implementations for this function
Parameters
[in]xThe array of signed 32-bit integer elements to be negated.
[out]yThe signed 32-bit integer array to store negated elements.
[in]lengthLength of the arrays specified by x and y.
Return values
0The computation finished successfully.
2x or y argument is not naturally aligned.
interface yepcore::yepCore_Negate_V64s_V64s

Negates elements in signed 64-bit integer array.

Warning
This version of Yeppp! does not include optimized implementations for this function
Parameters
[in]xThe array of signed 64-bit integer elements to be negated.
[out]yThe signed 64-bit integer array to store negated elements.
[in]lengthLength of the arrays specified by x and y.
Return values
0The computation finished successfully.
2x or y argument is not naturally aligned.
interface yepcore::yepCore_Negate_V32f_V32f

Negates elements in single precision (32-bit) floating-point array.

Warning
This version of Yeppp! does not include optimized implementations for this function
Parameters
[in]xThe array of single precision (32-bit) floating-point elements to be negated.
[out]yThe single precision (32-bit) floating-point array to store negated elements.
[in]lengthLength of the arrays specified by x and y.
Return values
0The computation finished successfully.
2x or y argument is not naturally aligned.
interface yepcore::yepCore_Negate_V64f_V64f

Negates elements in double precision (64-bit) floating-point array.

Warning
This version of Yeppp! does not include optimized implementations for this function
Parameters
[in]xThe array of double precision (64-bit) floating-point elements to be negated.
[out]yThe double precision (64-bit) floating-point array to store negated elements.
[in]lengthLength of the arrays specified by x and y.
Return values
0The computation finished successfully.
2x 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.

Warning
This version of Yeppp! does not include optimized implementations for this function
Parameters
[in,out]vThe array of signed 8-bit integer elements to be negated.
[in]lengthLength of the array specified by v.
Return values
0The computation finished successfully.
2v 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.

Warning
This version of Yeppp! does not include optimized implementations for this function
Parameters
[in,out]vThe array of signed 16-bit integer elements to be negated.
[in]lengthLength of the array specified by v.
Return values
0The computation finished successfully.
2v 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.

Warning
This version of Yeppp! does not include optimized implementations for this function
Parameters
[in,out]vThe array of signed 32-bit integer elements to be negated.
[in]lengthLength of the array specified by v.
Return values
0The computation finished successfully.
2v 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.

Warning
This version of Yeppp! does not include optimized implementations for this function
Parameters
[in,out]vThe array of signed 64-bit integer elements to be negated.
[in]lengthLength of the array specified by v.
Return values
0The computation finished successfully.
2v 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.

Warning
This version of Yeppp! does not include optimized implementations for this function
Parameters
[in,out]vThe array of single precision (32-bit) floating-point elements to be negated.
[in]lengthLength of the array specified by v.
Return values
0The computation finished successfully.
2v 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.

Warning
This version of Yeppp! does not include optimized implementations for this function
Parameters
[in,out]vThe array of double precision (64-bit) floating-point elements to be negated.
[in]lengthLength of the array specified by v.
Return values
0The computation finished successfully.
2v argument is not naturally aligned.