Lines Matching refs:MAX
78 …for (int32_t in_w = -pad_x, out_w = 0, ker_h_start = MAX(0, -in_h); out_w < output_x; in_w += stri… in depthwise_conv_s8_mult_4()
83 for (int32_t in_ch = 0, out_ch = 0, ker_w_start = MAX(0, -in_w); out_ch < output_ch; in depthwise_conv_s8_mult_4()
137 … out_buff[0] = MIN(MAX(out_buff[0], output_activation_min), output_activation_max); in depthwise_conv_s8_mult_4()
138 … out_buff[1] = MIN(MAX(out_buff[1], output_activation_min), output_activation_max); in depthwise_conv_s8_mult_4()
139 … out_buff[2] = MIN(MAX(out_buff[2], output_activation_min), output_activation_max); in depthwise_conv_s8_mult_4()
140 … out_buff[3] = MIN(MAX(out_buff[3], output_activation_min), output_activation_max); in depthwise_conv_s8_mult_4()
209 ker_x_start = MAX(0, start_x_max); in depthwise_conv_s8_generic()
215 ker_x_start = MAX(0, -base_idx_x); in depthwise_conv_s8_generic()
222 ker_y_start = MAX(0, start_y_max); in depthwise_conv_s8_generic()
228 ker_y_start = MAX(0, -base_idx_y); in depthwise_conv_s8_generic()
253 acc_0 = MAX(acc_0, output_activation_min); in depthwise_conv_s8_generic()