Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
Dcore_cmInstr.h289 #define __CLZ __clz macro
725 __attribute__( ( always_inline ) ) __STATIC_INLINE uint8_t __CLZ(uint32_t value) in __CLZ() function
Dcore_cm7.h1943 wshift = __CLZ(ways) & 0x1f; in SCB_EnableDCache()
1978 wshift = __CLZ(ways) & 0x1f; in SCB_DisableDCache()
2013 wshift = __CLZ(ways) & 0x1f; in SCB_InvalidateDCache()
2045 wshift = __CLZ(ways) & 0x1f; in SCB_CleanDCache()
2077 wshift = __CLZ(ways) & 0x1f; in SCB_CleanInvalidateDCache()
Darm_math.h510 #define __CLZ __clz macro
515 static __INLINE uint32_t __CLZ(
519 static __INLINE uint32_t __CLZ( in __CLZ() function
553 signBits = __CLZ(in) - 1; in arm_recip_q31()
557 signBits = __CLZ(-in) - 1; in arm_recip_q31()
604 signBits = __CLZ(in) - 17; in arm_recip_q15()
608 signBits = __CLZ(-in) - 17; in arm_recip_q15()
/device/google/contexthub/firmware/inc/
Dtoolchain.h40 #define CLZ __CLZ