Searched refs:CLAMP (Results 1 – 5 of 5) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/SoftmaxFunctions/ |
| D | arm_softmax_s8.c | 196 output[tail_idx + i] = (int8_t)CLAMP(res, (int32_t)ACT_MAX, (int32_t)ACT_MIN); in arm_softmax_s8() 246 output[col] = (int8_t)CLAMP(res, (int32_t)127, (int32_t)-128); in arm_softmax_s8()
|
| D | arm_softmax_u8.c | 90 output[col] = (uint8_t)CLAMP(res, (int32_t)255, (int32_t)0); in arm_softmax_u8()
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/SVDFunctions/ |
| D | arm_svdf_s8.c | 244 output_data[i] = (q7_t)CLAMP( in arm_svdf_s8()
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Include/ |
| D | arm_nnsupportfunctions.h | 48 #define CLAMP(x, h, l) MAX(MIN((x), (h)), (l)) macro
|
| /hal_nxp-latest/imx/devices/MCIMX6X/ |
| D | MCIMX6X_M4.h | 547 __IO uint32_t CLAMP; /**< Clamp Control, offset: 0x45C */ member 595 #define AFE_CLAMP_REG(base) ((base)->CLAMP)
|