libsimdpp  1.0
simdpp::uint16< N, E > Class Template Reference
Inheritance diagram for simdpp::uint16< N, E >:

Public Types

using expr_type = E
 
- Public Types inherited from simdpp::any_int16< N, uint16< N, E > >
using uint_element_type = uint16_t
 
using int_vector_type = int16< N >
 
using uint_vector_type = uint16< N >
 
using mask_vector_type = mask_int16< N >
 

Public Member Functions

 uint16 (const E &a, int)
 
template<template< unsigned, class > class V, unsigned N2>
 uint16 (const any_vec< N *2, V< N2, E >> &a)
 
template<template< unsigned, class > class V, unsigned N2>
 uint16 (const any_vec< N *2, V< N2, void >> &a)
 
 operator uint16< N > () const
 
uint16< N > eval () const
 

Public Attributes

e
 

Static Public Attributes

static const unsigned type_tag = SIMDPP_TAG_UINT
 
- Static Public Attributes inherited from simdpp::any_int16< N, uint16< N, E > >
static const unsigned length
 
static const unsigned vec_length
 
static const unsigned num_bits
 
static const uint_element_type all_bits
 
- Static Public Attributes inherited from simdpp::any_vec16< N, uint16< N, E > >
static const unsigned size_tag
 
- Static Public Attributes inherited from simdpp::any_vec< N *2, uint16< N, E > >
static const unsigned length_bytes
 

Member Typedef Documentation

template<unsigned N, class E = void>
using simdpp::uint16< N, E >::expr_type = E

Constructor & Destructor Documentation

template<unsigned N, class E = void>
simdpp::uint16< N, E >::uint16 ( const E &  a,
int   
)
inline
template<unsigned N, class E = void>
template<template< unsigned, class > class V, unsigned N2>
simdpp::uint16< N, E >::uint16 ( const any_vec< N *2, V< N2, E >> &  a)
inline
template<unsigned N, class E = void>
template<template< unsigned, class > class V, unsigned N2>
simdpp::uint16< N, E >::uint16 ( const any_vec< N *2, V< N2, void >> &  a)
inline

Member Function Documentation

template<unsigned N, class E = void>
uint16<N> simdpp::uint16< N, E >::eval ( ) const
template<unsigned N, class E = void>
simdpp::uint16< N, E >::operator uint16< N > ( ) const
inline

Member Data Documentation

template<unsigned N, class E = void>
E simdpp::uint16< N, E >::e
template<unsigned N, class E = void>
const unsigned simdpp::uint16< N, E >::type_tag = SIMDPP_TAG_UINT
static

The documentation for this class was generated from the following files: