#define VERIFY(a)
Definition: main.h:325
#include "main.h"
Go to the source code of this file.
Macros | |
#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) |
Functions | |
void | 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++; } |
Definition at line 15 of file unalignedcount.cpp.
#define EIGEN_DEBUG_ALIGNED_STORE { nb_store++; } |
Definition at line 17 of file unalignedcount.cpp.
#define EIGEN_DEBUG_UNALIGNED_LOAD { nb_loadu++; } |
Definition at line 16 of file unalignedcount.cpp.
#define EIGEN_DEBUG_UNALIGNED_STORE { nb_storeu++; } |
Definition at line 18 of file unalignedcount.cpp.
#define VERIFY_ALIGNED_UNALIGNED_COUNT | ( | XPR, | |
AL, | |||
UL, | |||
AS, | |||
US | |||
) |
void test_unalignedcount | ( | ) |
Definition at line 31 of file unalignedcount.cpp.
|
static |
Definition at line 10 of file unalignedcount.cpp.
|
static |
Definition at line 11 of file unalignedcount.cpp.
|
static |
Definition at line 12 of file unalignedcount.cpp.
|
static |
Definition at line 13 of file unalignedcount.cpp.