Searched defs:CLZ (Results 1 – 6 of 6) sorted by relevance
1044 #define CLZ(x) __builtin_clzl(x) macro1046 #define CLZ(x) __clz(x) macro1048 #define CLZ(x) bcm_count_leading_zeros(x) macro
1004 #define CLZ(x) __builtin_clzl(x) macro1006 #define CLZ(x) __clz(x) macro1008 #define CLZ(x) bcm_count_leading_zeros(x) macro
1198 #define CLZ(x) __builtin_clzl(x) macro1200 #define CLZ(x) __clz(x) macro1202 #define CLZ(x) bcm_count_leading_zeros(x) macro