Lines Matching refs:MIN

107                                 ker_x_end = MIN(kernel_x, end_min_x);  in depthwise_conv_s4_generic()
112 ker_x_end = MIN(kernel_x, input_x - base_idx_x); in depthwise_conv_s4_generic()
120 ker_y_end = MIN(kernel_y, end_min_y); in depthwise_conv_s4_generic()
125 ker_y_end = MIN(kernel_y, input_y - base_idx_y); in depthwise_conv_s4_generic()
164 acc_0 = MIN(acc_0, output_activation_max); in depthwise_conv_s4_generic()
170 acc_1 = MIN(acc_1, output_activation_max); in depthwise_conv_s4_generic()
199 ker_x_end = MIN(kernel_x, end_min_x); in depthwise_conv_s4_generic()
204 ker_x_end = MIN(kernel_x, input_x - base_idx_x); in depthwise_conv_s4_generic()
212 ker_y_end = MIN(kernel_y, end_min_y); in depthwise_conv_s4_generic()
217 ker_y_end = MIN(kernel_y, input_y - base_idx_y); in depthwise_conv_s4_generic()
262 acc_0 = MIN(acc_0, output_activation_max); in depthwise_conv_s4_generic()
291 ker_x_end = MIN(kernel_x, end_min_x); in depthwise_conv_s4_generic()
296 ker_x_end = MIN(kernel_x, input_x - base_idx_x); in depthwise_conv_s4_generic()
304 ker_y_end = MIN(kernel_y, end_min_y); in depthwise_conv_s4_generic()
309 ker_y_end = MIN(kernel_y, input_y - base_idx_y); in depthwise_conv_s4_generic()
349 acc_0 = MIN(acc_0, output_activation_max); in depthwise_conv_s4_generic()
356 acc_1 = MIN(acc_1, output_activation_max); in depthwise_conv_s4_generic()
403 ker_x_end = MIN(kernel_x, end_min_x); in depthwise_conv_s4_generic()
408 ker_x_end = MIN(kernel_x, input_x - base_idx_x); in depthwise_conv_s4_generic()
416 ker_y_end = MIN(kernel_y, end_min_y); in depthwise_conv_s4_generic()
421 ker_y_end = MIN(kernel_y, input_y - base_idx_y); in depthwise_conv_s4_generic()
471 acc_0 = MIN(acc_0, output_activation_max); in depthwise_conv_s4_generic()