Searched refs:__CLZ (Results 1 – 12 of 12) sorted by relevance
230 #define POSITION_VAL(VAL) (__CLZ(__RBIT(VAL)))
433 return 31 - __CLZ(val); in ZSTD_highbit32()
154 return 31 - __CLZ(val); in BIT_highbit32()
463 #define __CLZ __clz macro
540 static __INLINE uint32_t __CLZ(543 static __INLINE uint32_t __CLZ( in __CLZ() function575 signBits = ((uint32_t) (__CLZ( in) - 1)); in arm_recip_q31()579 signBits = ((uint32_t) (__CLZ(-in) - 1)); in arm_recip_q31()626 signBits = ((uint32_t)(__CLZ( in) - 17)); in arm_recip_q15()630 signBits = ((uint32_t)(__CLZ(-in) - 17)); in arm_recip_q15()
554 #define __CLZ __builtin_clz macro
903 #define __CLZ __builtin_clz macro