![]() |
|
#include "main.h"
Classes | |
struct | MyStruct |
class | MyClassA |
Macros | |
#define | ALIGNMENT 1 |
Typedefs | |
typedef Matrix< float, 16, 1 > | Vector16f |
typedef Matrix< float, 8, 1 > | Vector8f |
Functions | |
void | check_handmade_aligned_malloc () |
void | check_aligned_malloc () |
void | check_aligned_new () |
void | check_aligned_stack_alloc () |
template<typename T > | |
void | check_dynaligned () |
template<typename T > | |
void | check_custom_new_delete () |
EIGEN_DECLARE_TEST (dynalloc) | |
#define ALIGNMENT 1 |
void check_aligned_malloc | ( | ) |
References Eigen::internal::aligned_free(), Eigen::internal::aligned_malloc(), ALIGNMENT, i, j, p, and VERIFY.
Referenced by EIGEN_DECLARE_TEST().
void check_aligned_new | ( | ) |
References Eigen::internal::aligned_delete(), ALIGNMENT, i, j, p, and VERIFY.
Referenced by EIGEN_DECLARE_TEST().
void check_aligned_stack_alloc | ( | ) |
References ALIGNMENT, ei_declare_aligned_stack_constructed_variable, i, j, p, and VERIFY.
Referenced by EIGEN_DECLARE_TEST().
void check_custom_new_delete | ( | ) |
References N, and plotPSD::t.
void check_dynaligned | ( | ) |
void check_handmade_aligned_malloc | ( | ) |
References ALIGNMENT, EIGEN_DEFAULT_ALIGN_BYTES, Eigen::internal::handmade_aligned_free(), Eigen::internal::handmade_aligned_malloc(), i, j, p, and VERIFY.
Referenced by EIGEN_DECLARE_TEST().
EIGEN_DECLARE_TEST | ( | dynalloc | ) |
References ALIGNMENT, MyStruct::avec, MyClassA::avec, CALL_SUBTEST, check_aligned_malloc(), check_aligned_new(), check_aligned_stack_alloc(), check_handmade_aligned_malloc(), Eigen::PlainObjectBase< Derived >::data(), Eigen::g_repeat, i, N, and VERIFY.