ROOT  6.06/09
Reference Guide
Namespaces | Macros | Typedefs
vector.h File Reference
#include "global.h"
#include "internal/namespace.h"
#include "scalar/vector.h"
#include "scalar/helperimpl.h"
#include "common/vectortuple.h"
#include "common/iif.h"
+ Include dependency graph for vector.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ROOT
 Namespace for new ROOT classes and functions.
 
 ROOT::Vc
 

Macros

#define foreach_bit(_it_, _mask_)   Vc_foreach_bit(_it_, _mask_)
 

Typedefs

typedef VectorAlignedBaseT ROOT::Vc::VectorAlignedBase
 
typedef VECTOR_NAMESPACE::double_v ROOT::Vc::double_v
 
typedef double_v::Mask ROOT::Vc::double_m
 
typedef VECTOR_NAMESPACE::sfloat_v ROOT::Vc::sfloat_v
 
typedef sfloat_v::Mask ROOT::Vc::sfloat_m
 
typedef VECTOR_NAMESPACE::float_v ROOT::Vc::float_v
 
typedef float_v::Mask ROOT::Vc::float_m
 
typedef VECTOR_NAMESPACE::int_v ROOT::Vc::int_v
 
typedef int_v::Mask ROOT::Vc::int_m
 
typedef VECTOR_NAMESPACE::uint_v ROOT::Vc::uint_v
 
typedef uint_v::Mask ROOT::Vc::uint_m
 
typedef VECTOR_NAMESPACE::short_v ROOT::Vc::short_v
 
typedef short_v::Mask ROOT::Vc::short_m
 
typedef VECTOR_NAMESPACE::ushort_v ROOT::Vc::ushort_v
 
typedef ushort_v::Mask ROOT::Vc::ushort_m
 

Macro Definition Documentation

#define foreach_bit (   _it_,
  _mask_ 
)    Vc_foreach_bit(_it_, _mask_)

Definition at line 146 of file vector.h.

Referenced by Baker::createImage(), and testForeachBit().