Grok 10.0.1
Public Member Functions | Public Attributes | List of all members
hwy::HWY_NAMESPACE::Vec1< T > Struct Template Reference

#include <scalar-inl.h>

Public Member Functions

HWY_INLINE Vec1 ()=default
 
 Vec1 (const Vec1 &)=default
 
Vec1operator= (const Vec1 &)=default
 
HWY_INLINE Vec1 (const T t)
 
HWY_INLINE Vec1operator*= (const Vec1 other)
 
HWY_INLINE Vec1operator/= (const Vec1 other)
 
HWY_INLINE Vec1operator+= (const Vec1 other)
 
HWY_INLINE Vec1operator-= (const Vec1 other)
 
HWY_INLINE Vec1operator&= (const Vec1 other)
 
HWY_INLINE Vec1operator|= (const Vec1 other)
 
HWY_INLINE Vec1operator^= (const Vec1 other)
 

Public Attributes

raw
 

Constructor & Destructor Documentation

◆ Vec1() [1/3]

template<typename T >
HWY_INLINE hwy::HWY_NAMESPACE::Vec1< T >::Vec1 ( )
default

◆ Vec1() [2/3]

template<typename T >
hwy::HWY_NAMESPACE::Vec1< T >::Vec1 ( const Vec1< T > &  )
default

◆ Vec1() [3/3]

template<typename T >
HWY_INLINE hwy::HWY_NAMESPACE::Vec1< T >::Vec1 ( const T  t)
inlineexplicit

Member Function Documentation

◆ operator&=()

template<typename T >
HWY_INLINE Vec1 & hwy::HWY_NAMESPACE::Vec1< T >::operator&= ( const Vec1< T >  other)
inline

◆ operator*=()

template<typename T >
HWY_INLINE Vec1 & hwy::HWY_NAMESPACE::Vec1< T >::operator*= ( const Vec1< T >  other)
inline

◆ operator+=()

template<typename T >
HWY_INLINE Vec1 & hwy::HWY_NAMESPACE::Vec1< T >::operator+= ( const Vec1< T >  other)
inline

◆ operator-=()

template<typename T >
HWY_INLINE Vec1 & hwy::HWY_NAMESPACE::Vec1< T >::operator-= ( const Vec1< T >  other)
inline

◆ operator/=()

template<typename T >
HWY_INLINE Vec1 & hwy::HWY_NAMESPACE::Vec1< T >::operator/= ( const Vec1< T >  other)
inline

◆ operator=()

template<typename T >
Vec1 & hwy::HWY_NAMESPACE::Vec1< T >::operator= ( const Vec1< T > &  )
default

◆ operator^=()

template<typename T >
HWY_INLINE Vec1 & hwy::HWY_NAMESPACE::Vec1< T >::operator^= ( const Vec1< T >  other)
inline

◆ operator|=()

template<typename T >
HWY_INLINE Vec1 & hwy::HWY_NAMESPACE::Vec1< T >::operator|= ( const Vec1< T >  other)
inline

Member Data Documentation

◆ raw

template<typename T >
T hwy::HWY_NAMESPACE::Vec1< T >::raw

The documentation for this struct was generated from the following file: