Searched refs:count_leading_zeros (Results 1 – 3 of 3) sorted by relevance
/coreutils/src/ |
D | longlong.h | 217 #define count_leading_zeros(COUNT,X) \ macro 223 #if ! defined (count_leading_zeros) \ 234 #define count_leading_zeros(count, x) \ macro 248 #if ! defined (count_leading_zeros) && ! defined (LONGLONG_STANDALONE) 250 long __MPN(count_leading_zeros) (UDItype) __attribute__ ((const)); 252 long __MPN(count_leading_zeros) (UDItype); 254 #define count_leading_zeros(count, x) \ macro 255 ((count) = __MPN(count_leading_zeros) (x)) 272 long __MPN(count_leading_zeros) (UDItype); 273 #define count_leading_zeros(count, x) \ macro [all …]
|
D | factor.c | 348 #ifndef count_leading_zeros 349 # define count_leading_zeros(count, x) do { \ macro 422 count_leading_zeros (cntd, d1); in mod2() 423 count_leading_zeros (cnta, a1); in mod2() 1774 count_leading_zeros (c, n); in isqrt() 1802 count_leading_zeros (shift, nh); in isqrt2() 1891 count_leading_zeros (_cnt, (d)); \
|
/coreutils/gl/lib/ |
D | randperm.c | 41 ? UINT_WIDTH - 1 - count_leading_zeros (n) in floor_lg()
|