Home
last modified time | relevance | path

Searched refs:__CLZ (Results 1 – 12 of 12) sorted by relevance

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
Dstm32l4xx.h230 #define POSITION_VAL(VAL) (__CLZ(__RBIT(VAL)))
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
Dstm32l4xx.h230 #define POSITION_VAL(VAL) (__CLZ(__RBIT(VAL)))
/external/zstd/lib/common/
Dzstd_internal.h433 return 31 - __CLZ(val); in ZSTD_highbit32()
Dbitstream.h154 return 31 - __CLZ(val); in BIT_highbit32()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Include/
Dcmsis_armcc.h463 #define __CLZ __clz macro
Darm_math.h540 static __INLINE uint32_t __CLZ(
543 static __INLINE uint32_t __CLZ( in __CLZ() function
575 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()
Dcmsis_gcc.h554 #define __CLZ __builtin_clz macro
Dcmsis_armcc_V6.h903 #define __CLZ __builtin_clz macro
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/CMSIS/Include/
Dcmsis_armcc.h463 #define __CLZ __clz macro
Darm_math.h540 static __INLINE uint32_t __CLZ(
543 static __INLINE uint32_t __CLZ( in __CLZ() function
575 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()
Dcmsis_gcc.h554 #define __CLZ __builtin_clz macro
Dcmsis_armcc_V6.h903 #define __CLZ __builtin_clz macro