FairRoot/PandaRoot
|
#include <iostream>
#include <Vc/Vc>
#include <Vc/limits>
#include "Rtypes.h"
Go to the source code of this file.
Classes | |
struct | float2 |
Macros | |
#define | ASSERT(v, msg) |
#define | FTSCA_STATIC_ASSERT_CONCAT_HELPER(a, b) a##b |
#define | FTSCA_STATIC_ASSERT_CONCAT(a, b) FTSCA_STATIC_ASSERT_CONCAT_HELPER(a, b) |
#define | STATIC_ASSERT(cond, msg) |
#define | unrolled_loop4(_type_, _it_, _start_, _end_, _code_) |
#define | MAY_ALIAS |
#define | ISLIKELY(x) ( x ) |
#define | ISUNLIKELY(x) ( x ) |
Functions | |
template<typename T > | |
int | sign (T val) |
template<typename T > | |
T | rcp (T val) |
#define ASSERT | ( | v, | |
msg | |||
) |
Definition at line 59 of file PndFTSCADef.h.
#define FTSCA_STATIC_ASSERT_CONCAT | ( | a, | |
b | |||
) | FTSCA_STATIC_ASSERT_CONCAT_HELPER(a, b) |
Definition at line 79 of file PndFTSCADef.h.
Definition at line 78 of file PndFTSCADef.h.
Definition at line 124 of file PndFTSCADef.h.
Definition at line 125 of file PndFTSCADef.h.
#define MAY_ALIAS |
Definition at line 117 of file PndFTSCADef.h.
#define STATIC_ASSERT | ( | cond, | |
msg | |||
) |
Definition at line 80 of file PndFTSCADef.h.
#define unrolled_loop4 | ( | _type_, | |
_it_, | |||
_start_, | |||
_end_, | |||
_code_ | |||
) |
Definition at line 107 of file PndFTSCADef.h.
Definition at line 52 of file PndFTSCADef.h.
Referenced by L1FieldRegion::Set().
int sign | ( | T | val | ) |