Go to the source code of this file.
Macros | |
#define | CMS_DEVICE_UNROLL_LOOP |
#define | CMS_DEVICE_UNROLL_LOOP_COUNT(N) |
#define | CMS_DEVICE_UNROLL_LOOP_DISABLE |
#define | CMS_UNROLL_LOOP |
#define | CMS_UNROLL_LOOP_COUNT(N) |
#define | CMS_UNROLL_LOOP_DISABLE |
#define | STRINGIFY(ARG) STRINGIFY_(ARG) |
#define | STRINGIFY_(ARG) #ARG |
#define CMS_DEVICE_UNROLL_LOOP |
Definition at line 22 of file CMSUnrollLoop.h.
#define CMS_DEVICE_UNROLL_LOOP_COUNT | ( | N | ) |
Definition at line 23 of file CMSUnrollLoop.h.
#define CMS_DEVICE_UNROLL_LOOP_DISABLE |
Definition at line 24 of file CMSUnrollLoop.h.
#define CMS_UNROLL_LOOP |
Definition at line 43 of file CMSUnrollLoop.h.
Referenced by calo::multifit::calculateChiSq(), calo::multifit::compute_decomposition_unrolled(), calo::multifit::fnnls(), calo::multifit::solve_forward_subst_matrix(), and calo::multifit::solve_forward_subst_vector().
#define CMS_UNROLL_LOOP_COUNT | ( | N | ) |
Definition at line 44 of file CMSUnrollLoop.h.
#define CMS_UNROLL_LOOP_DISABLE |
Definition at line 45 of file CMSUnrollLoop.h.
#define STRINGIFY | ( | ARG | ) | STRINGIFY_(ARG) |
Definition at line 6 of file CMSUnrollLoop.h.
#define STRINGIFY_ | ( | ARG | ) | #ARG |
Definition at line 5 of file CMSUnrollLoop.h.