![]() |
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 63 of file PndFTSCADef.h.
| #define FTSCA_STATIC_ASSERT_CONCAT | ( | a, | |
| b | |||
| ) | FTSCA_STATIC_ASSERT_CONCAT_HELPER(a, b) |
Definition at line 87 of file PndFTSCADef.h.
| #define FTSCA_STATIC_ASSERT_CONCAT_HELPER | ( | a, | |
| b | |||
| ) | a##b |
Definition at line 86 of file PndFTSCADef.h.
| #define ISLIKELY | ( | x | ) | (x) |
Definition at line 162 of file PndFTSCADef.h.
| #define ISUNLIKELY | ( | x | ) | (x) |
Definition at line 163 of file PndFTSCADef.h.
| #define MAY_ALIAS |
Definition at line 155 of file PndFTSCADef.h.
| #define STATIC_ASSERT | ( | cond, | |
| msg | |||
| ) |
Definition at line 88 of file PndFTSCADef.h.
| #define unrolled_loop4 | ( | _type_, | |
| _it_, | |||
| _start_, | |||
| _end_, | |||
| _code_ | |||
| ) |
Definition at line 132 of file PndFTSCADef.h.
| T rcp | ( | T | val | ) |
Definition at line 55 of file PndFTSCADef.h.
Referenced by L1FieldRegion::Set().
| int sign | ( | T | val | ) |
Definitions needed for PndFTSCATracker
Definition at line 49 of file PndFTSCADef.h.