Home
last modified time | relevance | path

Searched refs:headroom (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/NN/Source/SoftmaxFunctions/
Darm_softmax_s8.c150 const int32_t headroom = __CLZ((uint32_t)sum); in arm_softmax_s8() local
151 const int32_t bits_over_unit = ACCUM_BITS - headroom + 23; in arm_softmax_s8()
152 const int32_t shifted_scale = ONE_OVER1((sum > 0 ? sum << headroom : 0) - (1 << 31)); in arm_softmax_s8()
235 const int32_t headroom = __CLZ(sum); in arm_softmax_s8()
236 const int32_t bits_over_unit = ACCUM_BITS - headroom + 23; in arm_softmax_s8()
237 const int32_t shifted_scale = ONE_OVER1((sum > 0 ? sum << headroom : 0) - (1 << 31)); in arm_softmax_s8()
Darm_softmax_u8.c79 const int32_t headroom = __CLZ((uint32_t)sum); in arm_softmax_u8() local
80 const int32_t bits_over_unit = ACCUM_BITS - headroom + 23; in arm_softmax_u8()
81 const int32_t shifted_scale = ONE_OVER1((sum << headroom) - (1 << 31)); in arm_softmax_u8()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa9xxx_parameters.h122 float headroom; member