Searched refs:__clz_tab (Results 1 – 2 of 2) sorted by relevance
238 __clz__b = __clz_tab [(__clz__b >> 1) ^ 0x7F]; /* 8 to 1 byte */ \241 __clz__c = __clz_tab [__clz__x]; /* 8 to 1 bit */ \946 (c) = 32 + 1 - __shift - __clz_tab[__n >> __shift]; \2213 (count) = W_TYPE_SIZE + 1 - __a - __clz_tab[__xr >> __a]; \2227 extern const unsigned char __GMP_DECLSPEC __clz_tab[129];2251 (count) = __clz_tab[__ctz_x & -__ctz_x] - 2; \2261 (count) = __ctz_c + __clz_tab[__ctz_x & -__ctz_x]; \
175 # define __clz_tab factor_clz_tab /* Rename to avoid glibc collision */ macro182 # if __GMP_GNUC_PREREQ (1,1) && defined __clz_tab211 #if !defined __clz_tab && !defined UHWtype