HomeSort by relevance Sort by last modified time
    Searched defs:__CLZ (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
core_cmInstr.h 289 #define __CLZ __clz
725 __attribute__( ( always_inline ) ) __STATIC_INLINE uint8_t __CLZ(uint32_t value)
arm_math.h 510 #define __CLZ __clz
515 static __INLINE uint32_t __CLZ(
519 static __INLINE uint32_t __CLZ(
553 signBits = __CLZ(in) - 1;
557 signBits = __CLZ(-in) - 1;
604 signBits = __CLZ(in) - 17;
608 signBits = __CLZ(-in) - 17;
    [all...]

Completed in 619 milliseconds