ROOT
6.07/01
Reference Guide
|
#include "../common/macros.h"
Go to the source code of this file.
Macros | |
#define | _M128 __m128 |
#define | _M128I __m128i |
#define | _M128D __m128d |
#define | STORE_VECTOR(type, name, vec) |
#define _M128 __m128 |
Definition at line 27 of file macros.h.
Referenced by ROOT::Vc::SSE::Vector< T >::broadcast4(), ROOT::Vc::SSE::StaticCastHelper< float, int >::cast(), ROOT::Vc::SSE::StaticCastHelper< float, unsigned int >::cast(), ROOT::Vc::SSE::StaticCastHelper< float, float >::cast(), ROOT::Vc::SSE::StaticCastHelper< double, float >::cast(), ROOT::Vc::SSE::StaticCastHelper< int, float >::cast(), ROOT::Vc::SSE::StaticCastHelper< unsigned int, float >::cast(), ROOT::Vc::SSE::StaticCastHelper< float, double >::cast(), ROOT::Vc::SSE::StaticCastHelper< float, short >::cast(), ROOT::Vc::SSE::StaticCastHelper< float, unsigned short >::cast(), ROOT::Vc::SSE::Float8Mask::isEmpty(), ROOT::Vc::SSE::Float8Mask::isFull(), and ROOT::Vc::SSE::VectorHelper< float8 >::set().
#define _M128D __m128d |
Definition at line 35 of file macros.h.
Referenced by ROOT::Vc::SSE::StaticCastHelper< double, int >::cast(), ROOT::Vc::SSE::StaticCastHelper< double, unsigned int >::cast(), ROOT::Vc::SSE::StaticCastHelper< double, float >::cast(), ROOT::Vc::SSE::StaticCastHelper< float, double >::cast(), ROOT::Vc::SSE::StaticCastHelper< double, double >::cast(), ROOT::Vc::SSE::StaticCastHelper< int, double >::cast(), and ROOT::Vc::SSE::StaticCastHelper< unsigned int, double >::cast().
#define _M128I __m128i |
Definition at line 31 of file macros.h.
Referenced by ROOT::Vc::SSE::StaticCastHelper< float, int >::cast(), ROOT::Vc::SSE::StaticCastHelper< double, int >::cast(), ROOT::Vc::SSE::StaticCastHelper< int, int >::cast(), ROOT::Vc::SSE::StaticCastHelper< unsigned int, int >::cast(), ROOT::Vc::SSE::StaticCastHelper< float, unsigned int >::cast(), ROOT::Vc::SSE::StaticCastHelper< double, unsigned int >::cast(), ROOT::Vc::SSE::StaticCastHelper< int, unsigned int >::cast(), ROOT::Vc::SSE::StaticCastHelper< unsigned int, unsigned int >::cast(), ROOT::Vc::SSE::StaticCastHelper< int, float >::cast(), ROOT::Vc::SSE::StaticCastHelper< unsigned int, float >::cast(), ROOT::Vc::SSE::StaticCastHelper< int, double >::cast(), ROOT::Vc::SSE::StaticCastHelper< unsigned int, double >::cast(), ROOT::Vc::SSE::StaticCastHelper< unsigned short, float8 >::cast(), ROOT::Vc::SSE::StaticCastHelper< short, float8 >::cast(), ROOT::Vc::SSE::StaticCastHelper< float8, short >::cast(), ROOT::Vc::SSE::StaticCastHelper< float8, unsigned short >::cast(), ROOT::Vc::SSE::StaticCastHelper< float, short >::cast(), ROOT::Vc::SSE::StaticCastHelper< short, short >::cast(), ROOT::Vc::SSE::StaticCastHelper< unsigned short, short >::cast(), ROOT::Vc::SSE::StaticCastHelper< float, unsigned short >::cast(), ROOT::Vc::SSE::StaticCastHelper< short, unsigned short >::cast(), ROOT::Vc::SSE::StaticCastHelper< unsigned short, unsigned short >::cast(), ROOT::Vc::SSE::Mask< VectorSize >::count(), ROOT::Vc::SSE::Float8Mask::count(), and ROOT::Vc::SSE::Mask< VectorSize >::Mask().