![]() |
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 | HLTTPCCA_STATIC_ASSERT_CONCAT_HELPER(a, b) a##b |
#define | HLTTPCCA_STATIC_ASSERT_CONCAT(a, b) HLTTPCCA_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) |
#define ASSERT | ( | v, | |
msg | |||
) |
Definition at line 57 of file PndCADef.h.
#define HLTTPCCA_STATIC_ASSERT_CONCAT | ( | a, | |
b | |||
) | HLTTPCCA_STATIC_ASSERT_CONCAT_HELPER(a, b) |
Definition at line 81 of file PndCADef.h.
#define HLTTPCCA_STATIC_ASSERT_CONCAT_HELPER | ( | a, | |
b | |||
) | a##b |
Definition at line 80 of file PndCADef.h.
#define ISLIKELY | ( | x | ) | (x) |
Definition at line 156 of file PndCADef.h.
#define ISUNLIKELY | ( | x | ) | (x) |
Definition at line 157 of file PndCADef.h.
Referenced by PndCATrackParam::Filter().
#define MAY_ALIAS |
Definition at line 149 of file PndCADef.h.
#define STATIC_ASSERT | ( | cond, | |
msg | |||
) |
Definition at line 82 of file PndCADef.h.
#define unrolled_loop4 | ( | _type_, | |
_it_, | |||
_start_, | |||
_end_, | |||
_code_ | |||
) |
Definition at line 126 of file PndCADef.h.
int sign | ( | T | val | ) |
Definitions needed for PndCATracker
Definition at line 49 of file PndCADef.h.
Referenced by PndCATrackParam::InitDirection(), PndTrkTrackFinder::SearchSecondaryTracks(), RhoBooster::SetBoostVector(), PndMvdSttGemRiemannTrackFinder::SetSttTubeArray(), PndFtsTrackFinder::PndFtsMath::TangencyPoint(), and Tkey::Tkey().