Lines Matching refs:MAX
105 ker_x_start = MAX(0, start_x_max); in depthwise_conv_s4_generic()
111 ker_x_start = MAX(0, -base_idx_x); in depthwise_conv_s4_generic()
118 ker_y_start = MAX(0, start_y_max); in depthwise_conv_s4_generic()
124 ker_y_start = MAX(0, -base_idx_y); in depthwise_conv_s4_generic()
163 acc_0 = MAX(acc_0, output_activation_min); in depthwise_conv_s4_generic()
169 acc_1 = MAX(acc_1, output_activation_min); in depthwise_conv_s4_generic()
197 ker_x_start = MAX(0, start_x_max); in depthwise_conv_s4_generic()
203 ker_x_start = MAX(0, -base_idx_x); in depthwise_conv_s4_generic()
210 ker_y_start = MAX(0, start_y_max); in depthwise_conv_s4_generic()
216 ker_y_start = MAX(0, -base_idx_y); in depthwise_conv_s4_generic()
261 acc_0 = MAX(acc_0, output_activation_min); in depthwise_conv_s4_generic()
289 ker_x_start = MAX(0, start_x_max); in depthwise_conv_s4_generic()
295 ker_x_start = MAX(0, -base_idx_x); in depthwise_conv_s4_generic()
302 ker_y_start = MAX(0, start_y_max); in depthwise_conv_s4_generic()
308 ker_y_start = MAX(0, -base_idx_y); in depthwise_conv_s4_generic()
348 acc_0 = MAX(acc_0, output_activation_min); in depthwise_conv_s4_generic()
355 acc_1 = MAX(acc_1, output_activation_min); in depthwise_conv_s4_generic()
401 ker_x_start = MAX(0, start_x_max); in depthwise_conv_s4_generic()
407 ker_x_start = MAX(0, -base_idx_x); in depthwise_conv_s4_generic()
414 ker_y_start = MAX(0, start_y_max); in depthwise_conv_s4_generic()
420 ker_y_start = MAX(0, -base_idx_y); in depthwise_conv_s4_generic()
470 acc_0 = MAX(acc_0, output_activation_min); in depthwise_conv_s4_generic()