/device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/ |
Llvm_int_lib.h | 95 #define COUNT_LEADING_ZEROS(_a) __builtin_clz((_a))
98 #error COUNT_LEADING_ZEROS() and COUNT_TRAILING_ZEROS() macros not ported to your compiler
|
udivmoddi4.c | 145 sr = COUNT_LEADING_ZEROS(d.high) - COUNT_LEADING_ZEROS(n.high);
183 sr = 1 + n_uword_bits + COUNT_LEADING_ZEROS(d.low) - COUNT_LEADING_ZEROS(n.high);
229 sr = COUNT_LEADING_ZEROS(d.high) - COUNT_LEADING_ZEROS(n.high);
|
udivsi3.c | 82 sr = COUNT_LEADING_ZEROS(d) - COUNT_LEADING_ZEROS(n);
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
TensorIntDiv.h | 36 typename internal::enable_if<sizeof(T)==4,int>::type count_leading_zeros(const T val) function in namespace:Eigen::internal::__anon19930 52 typename internal::enable_if<sizeof(T)==8,int>::type count_leading_zeros(const T val) function in namespace:Eigen::internal::__anon19930 66 n = 32 + count_leading_zeros<unsigned int>(lo); 68 n = count_leading_zeros<unsigned int>(hi); 151 const int leading_zeros = count_leading_zeros(static_cast<UnsignedType>(divider));
|
/toolchain/binutils/binutils-2.27/include/ |
longlong.h | 83 5) count_leading_zeros(count, x) counts the number of zero-bits from the 88 6) count_trailing_zeros(count, x) like count_leading_zeros, but counts 128 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clz (X)) macro 134 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clzll (X)) macro 163 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) macro 167 #define count_leading_zeros(COUNT,X) \ macro 214 #define count_leading_zeros(count, x) \ macro 284 /* Let gcc decide how best to implement count_leading_zeros. */ 285 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clz (X)) macro 293 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clz (X) macro 299 #define count_leading_zeros macro 305 #define count_leading_zeros macro 315 #define count_leading_zeros macro 383 #define count_leading_zeros macro 484 #define count_leading_zeros macro 520 #define count_leading_zeros macro 568 #define count_leading_zeros macro 738 #define count_leading_zeros macro 745 #define count_leading_zeros macro 767 #define count_leading_zeros macro 810 # define count_leading_zeros macro 856 #define count_leading_zeros macro 941 #define count_leading_zeros macro 1002 #define count_leading_zeros macro 1073 #define count_leading_zeros macro 1164 #define count_leading_zeros macro 1291 #define count_leading_zeros macro 1527 #define count_leading_zeros macro 1548 #define count_leading_zeros macro 1554 #define count_leading_zeros macro 1736 #define count_leading_zeros macro [all...] |