Searched refs:ut (Results 1 – 1 of 1) sorted by relevance
92 uint32_t ut; in arm_nn_activation_s16() local95 ut = abs_input_data & 0x1ff; in arm_nn_activation_s16()99 ut = abs_input_data & 0x0ff; in arm_nn_activation_s16()101 result = (ua << abs_input_shift) + ut * (ub - ua); in arm_nn_activation_s16()