![]() |
|
#include "main.h"
Macros | |
#define | EIGEN_DEBUG_ALIGNED_LOAD { nb_load++; } |
#define | EIGEN_DEBUG_UNALIGNED_LOAD { nb_loadu++; } |
#define | EIGEN_DEBUG_ALIGNED_STORE { nb_store++; } |
#define | EIGEN_DEBUG_UNALIGNED_STORE { nb_storeu++; } |
#define | VERIFY_ALIGNED_UNALIGNED_COUNT(XPR, AL, UL, AS, US) |
Functions | |
EIGEN_DECLARE_TEST (unalignedcount) | |
Variables | |
static int | nb_load |
static int | nb_loadu |
static int | nb_store |
static int | nb_storeu |
#define EIGEN_DEBUG_ALIGNED_LOAD { nb_load++; } |
#define EIGEN_DEBUG_ALIGNED_STORE { nb_store++; } |
#define EIGEN_DEBUG_UNALIGNED_LOAD { nb_loadu++; } |
#define EIGEN_DEBUG_UNALIGNED_STORE { nb_storeu++; } |
#define VERIFY_ALIGNED_UNALIGNED_COUNT | ( | XPR, | |
AL, | |||
UL, | |||
AS, | |||
US | |||
) |
EIGEN_DECLARE_TEST | ( | unalignedcount | ) |
|
static |
Referenced by EIGEN_DECLARE_TEST().
|
static |
Referenced by EIGEN_DECLARE_TEST().
|
static |
Referenced by EIGEN_DECLARE_TEST().
|
static |
Referenced by EIGEN_DECLARE_TEST().