ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Macros
mask.h File Reference
#include "types.h"
Include dependency graph for mask.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ROOT::Vc::Scalar::Mask< VectorSize >
 
struct  ROOT::Vc::Scalar::ForeachHelper
 

Namespaces

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

Macros

#define Vc_foreach_bit(_it_, _mask_)
 

Macro Definition Documentation

#define Vc_foreach_bit (   _it_,
  _mask_ 
)
Value:
for (Vc::Scalar::ForeachHelper Vc__make_unique(foreach_bit_obj)(_mask_); Vc__make_unique(foreach_bit_obj).continu; Vc__make_unique(foreach_bit_obj).next()) \
for (_it_ = 0; Vc__make_unique(foreach_bit_obj).continu; Vc__make_unique(foreach_bit_obj).next())
#define Vc__make_unique(name)
Definition: macros.h:372

Definition at line 95 of file mask.h.