#include <arm_neon-inl.h>
|
| template<typename T , size_t N> |
| Simd< T, N > | operator() (Vec128< T, N >) const |
| |
| template<typename T , size_t N> |
| Simd< T, N > | operator() (Vec128< T, N >) const |
| |
| template<typename T , size_t N> |
| Simd< T, N > | operator() (const Vec128< T, N > *) const |
| |
| template<typename T > |
| Simd< T, 32/sizeof(T)> | operator() (const Vec256< T > *) const |
| |
| template<typename T > |
| Simd< T, 64/sizeof(T)> | operator() (const Vec512< T > *) const |
| |
◆ operator()() [1/5]
template<typename T , size_t N>
| Simd<T, N> hwy::HWY_NAMESPACE::detail::DeduceD::operator() |
( |
const Vec128< T, N > * |
| ) |
const |
|
inline |
◆ operator()() [2/5]
template<typename T >
| Simd<T, 32 / sizeof(T)> hwy::HWY_NAMESPACE::detail::DeduceD::operator() |
( |
const Vec256< T > * |
| ) |
const |
|
inline |
◆ operator()() [3/5]
template<typename T >
| Simd<T, 64 / sizeof(T)> hwy::HWY_NAMESPACE::detail::DeduceD::operator() |
( |
const Vec512< T > * |
| ) |
const |
|
inline |
◆ operator()() [4/5]
template<typename T , size_t N>
| Simd<T, N> hwy::HWY_NAMESPACE::detail::DeduceD::operator() |
( |
Vec128< T, N > |
| ) |
const |
|
inline |
◆ operator()() [5/5]
template<typename T , size_t N>
| Simd<T, N> hwy::HWY_NAMESPACE::detail::DeduceD::operator() |
( |
Vec128< T, N > |
| ) |
const |
|
inline |
The documentation for this struct was generated from the following files: