![]() |
ROOT
6.06/09
Reference Guide
|
#include "const.h"
#include "limits.h"
#include "macros.h"
#include "undomacros.h"
#include "../common/trigonometric.h"
#include "../common/logarithm.h"
#include "../common/exponential.h"
Go to the source code of this file.
Namespaces | |
ROOT | |
Namespace for new ROOT classes and functions. | |
ROOT::Vc | |
ROOT::Vc::AVX | |
Macros | |
#define | VC__USE_NAMESPACE AVX |
#define | VC__USE_NAMESPACE AVX |
#define | VC__USE_NAMESPACE AVX |
Functions | |
double_v | ROOT::Vc::AVX::frexp (double_v::AsArg v, int_v *e) |
splits v into exponent and mantissa, the sign is kept with the mantissa More... | |
sfloat_v | ROOT::Vc::AVX::frexp (sfloat_v::AsArg v, short_v *e) |
double_v | ROOT::Vc::AVX::ldexp (double_v::AsArg v, int_v::AsArg _e) |
static Vc_ALWAYS_INLINE float_v | ROOT::Vc::AVX::trunc (float_v::AsArg v) |
static Vc_ALWAYS_INLINE float_v | ROOT::Vc::AVX::floor (float_v::AsArg v) |
static Vc_ALWAYS_INLINE float_v | ROOT::Vc::AVX::ceil (float_v::AsArg v) |