Go to the source code of this file.
Namespaces | |
Eigen | |
Namespace containing all symbols from the Eigen library. | |
Eigen::test | |
Macros | |
#define | CAST_CHECK_CWISE1_IF(COND, REFOP, POP, SCALAR, REFTYPE) |
Functions | |
EIGEN_DECLARE_TEST (packetmath) | |
template<typename Scalar > | |
Scalar | log2 (Scalar x) |
template<typename Scalar , typename Packet > | |
void | packetmath () |
template<typename Scalar , typename Packet > | |
void | packetmath_boolean_mask_ops () |
template<typename Scalar , typename Packet > | |
void | packetmath_boolean_mask_ops_notcomplex () |
template<typename Scalar , typename Packet > | |
void | packetmath_boolean_mask_ops_real () |
template<typename Scalar , typename Packet > | |
void | packetmath_complex () |
template<typename Scalar , typename Packet > | |
void | packetmath_minus_zero_add () |
template<typename Scalar , typename Packet > | |
void | packetmath_notcomplex () |
template<typename Scalar , typename Packet > | |
void | packetmath_real () |
template<typename Scalar , typename Packet > | |
void | packetmath_scatter_gather () |
template<typename Scalar > | |
Scalar | propagate_nan_max (const Scalar &a, const Scalar &b) |
template<typename Scalar > | |
Scalar | propagate_nan_min (const Scalar &a, const Scalar &b) |
template<typename Scalar > | |
Scalar | propagate_number_max (const Scalar &a, const Scalar &b) |
template<typename Scalar > | |
Scalar | propagate_number_min (const Scalar &a, const Scalar &b) |
template<typename T > | |
T | REF_ABS_DIFF (const T &a, const T &b) |
template<> | |
bool | REF_ADD (const bool &a, const bool &b) |
template<typename T > | |
T | REF_ADD (const T &a, const T &b) |
template<typename T > | |
T | REF_DIV (const T &a, const T &b) |
template<typename T > | |
T | REF_FREXP (const T &x, T &exp) |
template<typename T > | |
T | REF_LDEXP (const T &x, const T &exp) |
template<> | |
bool | REF_MUL (const bool &a, const bool &b) |
template<typename T > | |
T | REF_MUL (const T &a, const T &b) |
template<> | |
bool | REF_SUB (const bool &a, const bool &b) |
template<typename T > | |
T | REF_SUB (const T &a, const T &b) |
template<typename Scalar , typename Packet , bool ConjLhs, bool ConjRhs> | |
void | test_conj_helper (Scalar *data1, Scalar *data2, Scalar *ref, Scalar *pval) |
#define CAST_CHECK_CWISE1_IF | ( | COND, | |
REFOP, | |||
POP, | |||
SCALAR, | |||
REFTYPE | |||
) |
EIGEN_DECLARE_TEST | ( | packetmath | ) |
Definition at line 1282 of file packetmath.cpp.
Definition at line 624 of file packetmath.cpp.
void packetmath | ( | ) |
Definition at line 392 of file packetmath.cpp.
void packetmath_boolean_mask_ops | ( | ) |
Definition at line 248 of file packetmath.cpp.
void packetmath_boolean_mask_ops_notcomplex | ( | ) |
Definition at line 313 of file packetmath.cpp.
void packetmath_boolean_mask_ops_real | ( | ) |
Definition at line 283 of file packetmath.cpp.
void packetmath_complex | ( | ) |
Definition at line 1140 of file packetmath.cpp.
void packetmath_minus_zero_add | ( | ) |
Definition at line 353 of file packetmath.cpp.
void packetmath_notcomplex | ( | ) |
Definition at line 1014 of file packetmath.cpp.
void packetmath_real | ( | ) |
Definition at line 629 of file packetmath.cpp.
void packetmath_scatter_gather | ( | ) |
Definition at line 1213 of file packetmath.cpp.
Definition at line 986 of file packetmath.cpp.
Definition at line 993 of file packetmath.cpp.
Definition at line 1000 of file packetmath.cpp.
Definition at line 1007 of file packetmath.cpp.
Definition at line 31 of file packetmath.cpp.
|
inline |
Definition at line 37 of file packetmath.cpp.
Definition at line 15 of file packetmath.cpp.
Definition at line 27 of file packetmath.cpp.
Definition at line 50 of file packetmath.cpp.
Definition at line 59 of file packetmath.cpp.
|
inline |
Definition at line 45 of file packetmath.cpp.
Definition at line 23 of file packetmath.cpp.
|
inline |
Definition at line 41 of file packetmath.cpp.
Definition at line 19 of file packetmath.cpp.