Home
last modified time | relevance | path

Searched refs:CLZ (Results 1 – 5 of 5) sorted by relevance

/cmsis-nn-latest/Source/SoftmaxFunctions/
Darm_softmax_u8.c79 const int32_t headroom = CLZ((uint32_t)sum); in arm_softmax_u8()
Darm_nn_softmax_common_s8.c92 const int32_t headroom = CLZ(sum); in arm_nn_softmax_common_s8()
Darm_softmax_s16.c87 const int32_t headroom = CLZ(sum); in arm_softmax_s16()
Darm_softmax_s8.c150 const int32_t headroom = CLZ((uint32_t)sum); in arm_softmax_s8()
/cmsis-nn-latest/Include/Internal/
Darm_nn_compiler.h156 #define CLZ __clz macro
164 __STATIC_FORCEINLINE uint8_t CLZ(uint32_t value) in CLZ() function