ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Namespaces | Macros | Functions | Variables
const.cpp File Reference
#include "Vc/avx/const_data.h"
#include "Vc/sse/const_data.h"
#include <Vc/version.h>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include "Vc/common/macros.h"
Include dependency graph for const.cpp:

Go to the source code of this file.

Namespaces

 ROOT
 Namespace for new ROOT classes and functions.
 
 ROOT::Vc
 
 ROOT::Vc::AVX
 
 ROOT::Vc::SSE
 
 ROOT::Vc::Warnings
 

Macros

#define V_ALIGN(n)   __declspec(align(n))
 
#define _4(x)   x
 
#define _2(x)   x, x
 
#define _4(x)   x, x, x, x
 

Functions

 ROOT::Vc::AVX::V_ALIGN (64) extern const unsigned int _IndexesFromZero32[8]
 
 ROOT::Vc::AVX::V_ALIGN (16) extern const unsigned short _IndexesFromZero16[8] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }
 
 ROOT::Vc::SSE::V_ALIGN (64) const int c_general
 
 ROOT::Vc::SSE::V_ALIGN (16) const unsigned int c_general = { 0, 1, 2, 3, 4, 5, 6, 7 }
 
 ROOT::Vc::V_ALIGN (64) unsigned int RandomState[16]
 
void ROOT::Vc::Warnings::_operator_bracket_warning ()
 
void ROOT::Vc::checkLibraryAbi (unsigned int compileTimeAbi, unsigned int versionNumber, const char *versionString)
 

Variables

const char ROOT::Vc::LIBRARY_VERSION [] = VC_VERSION_STRING
 
const unsigned int ROOT::Vc::LIBRARY_VERSION_NUMBER = VC_VERSION_NUMBER
 
const unsigned int ROOT::Vc::LIBRARY_ABI_VERSION = VC_LIBRARY_ABI_VERSION
 

Macro Definition Documentation

#define _2 (   x)    x, x

Definition at line 276 of file const.cpp.

Referenced by ROOT::Vc::SSE::c_trig< T >::data().

#define _4 (   x)    x
#define _4 (   x)    x, x, x, x

Definition at line 355 of file const.cpp.

#define V_ALIGN (   n)    __declspec(align(n))

Definition at line 24 of file const.cpp.