|
| SIMDScalar< Int64, 2 > | om::math::abs (const SIMDScalar< Int64, 2 > &scalar) |
| | Compute the absolute value of each component of the specified SIMD scalar and return the result. More...
|
| |
| SIMDScalar< Int64, 2 > | om::math::min (const SIMDScalar< Int64, 2 > &scalar1, const SIMDScalar< Int64, 2 > &scalar2) |
| | Compute the minimum of each component of the specified SIMD scalars and return the result. More...
|
| |
| SIMDScalar< Int64, 2 > | om::math::max (const SIMDScalar< Int64, 2 > &scalar1, const SIMDScalar< Int64, 2 > &scalar2) |
| | Compute the maximum of each component of the specified SIMD scalars and return the result. More...
|
| |
| template<UInt i1, UInt i2> |
| SIMDScalar< Int64, 2 > | om::math::shuffle (const SIMDScalar< Int64, 2 > &scalar) |
| | Pick 2 elements from the specified SIMD scalar and return the result. More...
|
| |
| template<UInt i1, UInt i2> |
| SIMDScalar< Int64, 2 > | om::math::shuffle (const SIMDScalar< Int64, 2 > &scalar1, const SIMDScalar< Int64, 2 > &scalar2) |
| | Pick one element from each SIMD scalar and return the result. More...
|
| |
| SIMDScalar< Int64, 2 > | om::math::select (const SIMDScalar< Int64, 2 > &selector, const SIMDScalar< Int64, 2 > &scalar1, const SIMDScalar< Int64, 2 > &scalar2) |
| | Select elements from the first SIMD scalar if the selector is TRUE, otherwise from the second. More...
|
| |