Home
last modified time | relevance | path

Searched refs:count_leading_zeros (Results 1 – 4 of 4) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorIntDiv.h36 typename internal::enable_if<sizeof(T)==4,int>::type count_leading_zeros(const T val) in count_leading_zeros() function
52 typename internal::enable_if<sizeof(T)==8,int>::type count_leading_zeros(const T val) in count_leading_zeros() function
66 n = 32 + count_leading_zeros<unsigned int>(lo); in count_leading_zeros()
68 n = count_leading_zeros<unsigned int>(hi); in count_leading_zeros()
151 const int leading_zeros = count_leading_zeros(static_cast<UnsignedType>(divider));
/external/u-boot/arch/nios2/lib/
Dlonglong.h212 #if !defined (count_leading_zeros)
213 #define count_leading_zeros(count, x) \ macro
243 count_leading_zeros (__ctz_c, __ctz_x & -__ctz_x); \
Dlibgcc.c202 count_leading_zeros (bm, d0); in __udivmoddi4()
226 count_leading_zeros (bm, d0); in __udivmoddi4()
291 count_leading_zeros (bm, d1); in __udivmoddi4()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AVR/
Dctlz.ll3 define i8 @count_leading_zeros(i8) unnamed_addr {
11 ; CHECK-LABEL: count_leading_zeros: