#include <MathFunctions.h>
◆ clz()
template<typename BitsType , typename EnableIf = void>
608 int n = CHAR_BIT *
sizeof(BitsType);
610 while (
bits > 0 && shift > 0) {
611 BitsType
y =
bits >> shift;
const unsigned n
Definition: CG3DPackingUnitTest.cpp:11
const Scalar & y
Definition: RandomImpl.h:36
Map< const Array< unsigned char, sizeof(T), 1 > > bits(const T &x)
Definition: packetmath_test_shared.h:36
References Eigen::test::bits(), n, and Eigen::internal::y.
Referenced by Eigen::internal::clz().
◆ ctz()
template<typename BitsType , typename EnableIf = void>
The documentation for this struct was generated from the following file: