Searched refs:arm_nn_doubling_high_mult (Results 1 – 2 of 2) sorted by relevance
229 input_1 = arm_nn_doubling_high_mult(input_1, input_1_mult); in arm_elementwise_add_s8()232 input_2 = arm_nn_doubling_high_mult(input_2, input_2_mult); in arm_elementwise_add_s8()
680 #define MUL_SAT(a, b) arm_nn_doubling_high_mult((a), (b))698 __STATIC_FORCEINLINE q31_t arm_nn_doubling_high_mult(const q31_t m1, const q31_t m2) in arm_nn_doubling_high_mult() function