Searched refs:dividend (Results 1 – 4 of 4) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Include/ |
| D | arm_nnsupportfunctions.h | 763 __STATIC_FORCEINLINE q31_t arm_nn_divide_by_power_of_two(const q31_t dividend, const q31_t exponent) in arm_nn_divide_by_power_of_two() argument 767 int32_t remainder = remainder_mask & dividend; in arm_nn_divide_by_power_of_two() 770 result = dividend >> exponent; in arm_nn_divide_by_power_of_two() 846 __STATIC_FORCEINLINE int32x4_t arm_divide_by_power_of_two_mve(const int32x4_t dividend, const q31_t… in arm_divide_by_power_of_two_mve() argument 849 const int32x4_t fixup = vshrq_n_s32(vandq_s32(dividend, shift), 31); in arm_divide_by_power_of_two_mve() 850 const int32x4_t fixed_up_dividend = vqaddq_s32(dividend, fixup); in arm_divide_by_power_of_two_mve() 874 __STATIC_FORCEINLINE int32x4_t arm_divide_by_power_of_two_mve_32x4(const int32x4_t dividend, const … in arm_divide_by_power_of_two_mve_32x4() argument 877 const int32x4_t fixup = vshrq_n_s32(vandq_s32(dividend, shift), 31); in arm_divide_by_power_of_two_mve_32x4() 878 const int32x4_t fixed_up_dividend = vqaddq_s32(dividend, fixup); in arm_divide_by_power_of_two_mve_32x4()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/mmdvsq/ |
| D | fsl_mmdvsq.c | 31 int32_t MMDVSQ_GetDivideRemainder(MMDVSQ_Type *base, int32_t dividend, int32_t divisor, bool isUnsi… in MMDVSQ_GetDivideRemainder() argument 42 base->DEND = (uint32_t)dividend; in MMDVSQ_GetDivideRemainder() 63 int32_t MMDVSQ_GetDivideQuotient(MMDVSQ_Type *base, int32_t dividend, int32_t divisor, bool isUnsig… in MMDVSQ_GetDivideQuotient() argument 74 base->DEND = (uint32_t)dividend; in MMDVSQ_GetDivideQuotient()
|
| D | fsl_mmdvsq.h | 69 int32_t MMDVSQ_GetDivideRemainder(MMDVSQ_Type *base, int32_t dividend, int32_t divisor, bool isUnsi… 82 int32_t MMDVSQ_GetDivideQuotient(MMDVSQ_Type *base, int32_t dividend, int32_t divisor, bool isUnsig…
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/eeprom_emulation/ |
| D | fsl_eeprom_emulation.h | 189 #define GET_MOD(divisor, dividend) ((divisor) % (dividend)) argument 191 #define GET_INT(divisor, dividend) ((divisor) / (dividend)) argument
|