Searched refs:CLZ (Results 1 – 5 of 5) sorted by relevance
79 const int32_t headroom = CLZ((uint32_t)sum); in arm_softmax_u8()
92 const int32_t headroom = CLZ(sum); in arm_nn_softmax_common_s8()
87 const int32_t headroom = CLZ(sum); in arm_softmax_s16()
150 const int32_t headroom = CLZ((uint32_t)sum); in arm_softmax_s8()
156 #define CLZ __clz macro164 __STATIC_FORCEINLINE uint8_t CLZ(uint32_t value) in CLZ() function