![]() |
|
#include <GenericPacketMath.h>
Static Public Member Functions | |
static EIGEN_DEVICE_FUNC T | bitwise_and (const T &a, const T &b) |
static EIGEN_DEVICE_FUNC T | bitwise_or (const T &a, const T &b) |
static EIGEN_DEVICE_FUNC T | bitwise_xor (const T &a, const T &b) |
static EIGEN_DEVICE_FUNC T | bitwise_not (const T &a) |
Static Private Member Functions | |
template<typename Op > | |
static EIGEN_DEVICE_FUNC T | unary (const T &a, Op op) |
template<typename Op > | |
static EIGEN_DEVICE_FUNC T | binary (const T &a, const T &b, Op op) |
|
inlinestaticprivate |
|
inlinestatic |
References a, b, and Eigen::internal::bytewise_bitwise_helper< T >::binary().
Referenced by Eigen::internal::pand().
|
inlinestatic |
References a, and Eigen::internal::bytewise_bitwise_helper< T >::unary().
Referenced by Eigen::internal::pnot().
|
inlinestatic |
References a, b, and Eigen::internal::bytewise_bitwise_helper< T >::binary().
Referenced by Eigen::internal::por().
|
inlinestatic |
References a, b, and Eigen::internal::bytewise_bitwise_helper< T >::binary().
Referenced by Eigen::internal::pxor().
|
inlinestaticprivate |
References a, calibrate::c, i, and op.
Referenced by Eigen::internal::bytewise_bitwise_helper< T >::bitwise_not().