Home
last modified time | relevance | path

Searched refs:exp (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Include/
Darm_nnsupportfunctions.h932 __STATIC_FORCEINLINE q31_t arm_nn_mult_by_power_of_two(const int32_t val, const int32_t exp) in arm_nn_mult_by_power_of_two() argument
934 const int32_t thresh = ((1 << (31 - exp)) - 1); in arm_nn_mult_by_power_of_two()
935 int32_t result = val << exp; in arm_nn_mult_by_power_of_two()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc.h3224 #define NETC_TB_BP_THRESH(mant, exp) (((uint32_t)((mant)&0xFF) << 4U) | ((exp)&0xF)) argument