#include <Kokkos_Core.hpp>
Go to the source code of this file.
|
template<typename T > |
KOKKOS_INLINE_FUNCTION Simd< T > | operator- (const Simd< T > &lhs, const T rhs) |
|
template<typename T > |
KOKKOS_INLINE_FUNCTION Simd< T > | operator- (const T lhs, const Simd< T > &rhs) |
|
template<typename T > |
KOKKOS_INLINE_FUNCTION Simd< T > | operator+ (const Simd< T > &lhs, const T rhs) |
|
template<typename T > |
KOKKOS_INLINE_FUNCTION Simd< T > | operator+ (const T lhs, const Simd< T > &rhs) |
|
template<typename T > |
KOKKOS_INLINE_FUNCTION Simd< T > | operator* (const Simd< T > &lhs, const T rhs) |
|
template<typename T > |
KOKKOS_INLINE_FUNCTION Simd< T > | operator* (const T lhs, const Simd< T > &rhs) |
|
template<typename T > |
KOKKOS_INLINE_FUNCTION Simd< T > | operator/ (const Simd< T > &lhs, const T rhs) |
|
template<typename T > |
KOKKOS_INLINE_FUNCTION Simd< T > | operator/ (const T lhs, const Simd< T > &rhs) |
|
template<typename T >
KOKKOS_INLINE_FUNCTION Simd<T> operator* |
( |
const Simd< T > & |
lhs, |
|
|
const T |
rhs |
|
) |
| |
template<typename T >
KOKKOS_INLINE_FUNCTION Simd<T> operator* |
( |
const T |
lhs, |
|
|
const Simd< T > & |
rhs |
|
) |
| |
template<typename T >
KOKKOS_INLINE_FUNCTION Simd<T> operator+ |
( |
const Simd< T > & |
lhs, |
|
|
const T |
rhs |
|
) |
| |
template<typename T >
KOKKOS_INLINE_FUNCTION Simd<T> operator+ |
( |
const T |
lhs, |
|
|
const Simd< T > & |
rhs |
|
) |
| |
template<typename T >
KOKKOS_INLINE_FUNCTION Simd<T> operator- |
( |
const Simd< T > & |
lhs, |
|
|
const T |
rhs |
|
) |
| |
template<typename T >
KOKKOS_INLINE_FUNCTION Simd<T> operator- |
( |
const T |
lhs, |
|
|
const Simd< T > & |
rhs |
|
) |
| |
template<typename T >
KOKKOS_INLINE_FUNCTION Simd<T> operator/ |
( |
const Simd< T > & |
lhs, |
|
|
const T |
rhs |
|
) |
| |
template<typename T >
KOKKOS_INLINE_FUNCTION Simd<T> operator/ |
( |
const T |
lhs, |
|
|
const Simd< T > & |
rhs |
|
) |
| |