xref: /aosp_15_r20/external/XNNPACK/src/f32-dwconv/gen/up1x25-minmax-scalar.c (revision 4bdc94577ba0e567308109d787f7fec7b531ce36)
1 // Auto-generated file. Do not edit!
2 //   Template: src/f32-dwconv/up-scalar.c.in
3 //   Generator: tools/xngen
4 //
5 // Copyright 2019 Google LLC
6 //
7 // This source code is licensed under the BSD-style license found in the
8 // LICENSE file in the root directory of this source tree.
9 
10 #include <assert.h>
11 
12 #include <xnnpack/dwconv.h>
13 #include <xnnpack/math.h>
14 
15 
xnn_f32_dwconv_minmax_ukernel_up1x25__scalar(size_t channels,size_t output_width,const float ** input,const float * weights,float * output,size_t input_stride,size_t output_increment,size_t input_offset,const float * zero,const union xnn_f32_minmax_params params[restrict XNN_MIN_ELEMENTS (1)])16 void xnn_f32_dwconv_minmax_ukernel_up1x25__scalar(
17     size_t channels,
18     size_t output_width,
19     const float** input,
20     const float* weights,
21     float* output,
22     size_t input_stride,
23     size_t output_increment,
24     size_t input_offset,
25     const float* zero,
26     const union xnn_f32_minmax_params params[restrict XNN_MIN_ELEMENTS(1)])
27 {
28   assert(channels != 0);
29   assert(output_width != 0);
30 
31   const float vmin = params->scalar.min;
32   const float vmax = params->scalar.max;
33   do {
34     const float* i0 = input[0];
35     assert(i0 != NULL);
36     if XNN_UNPREDICTABLE(i0 != zero) {
37       i0 = (const float*) ((uintptr_t) i0 + input_offset);
38     }
39     const float* i1 = input[1];
40     assert(i1 != NULL);
41     if XNN_UNPREDICTABLE(i1 != zero) {
42       i1 = (const float*) ((uintptr_t) i1 + input_offset);
43     }
44     const float* i2 = input[2];
45     assert(i2 != NULL);
46     if XNN_UNPREDICTABLE(i2 != zero) {
47       i2 = (const float*) ((uintptr_t) i2 + input_offset);
48     }
49     const float* i3 = input[3];
50     assert(i3 != NULL);
51     if XNN_UNPREDICTABLE(i3 != zero) {
52       i3 = (const float*) ((uintptr_t) i3 + input_offset);
53     }
54     const float* i4 = input[4];
55     assert(i4 != NULL);
56     if XNN_UNPREDICTABLE(i4 != zero) {
57       i4 = (const float*) ((uintptr_t) i4 + input_offset);
58     }
59     const float* i5 = input[5];
60     assert(i5 != NULL);
61     if XNN_UNPREDICTABLE(i5 != zero) {
62       i5 = (const float*) ((uintptr_t) i5 + input_offset);
63     }
64     const float* i6 = input[6];
65     assert(i6 != NULL);
66     if XNN_UNPREDICTABLE(i6 != zero) {
67       i6 = (const float*) ((uintptr_t) i6 + input_offset);
68     }
69     const float* i7 = input[7];
70     assert(i7 != NULL);
71     if XNN_UNPREDICTABLE(i7 != zero) {
72       i7 = (const float*) ((uintptr_t) i7 + input_offset);
73     }
74     const float* i8 = input[8];
75     assert(i8 != NULL);
76     if XNN_UNPREDICTABLE(i8 != zero) {
77       i8 = (const float*) ((uintptr_t) i8 + input_offset);
78     }
79     const float* i9 = input[9];
80     assert(i9 != NULL);
81     if XNN_UNPREDICTABLE(i9 != zero) {
82       i9 = (const float*) ((uintptr_t) i9 + input_offset);
83     }
84     const float* i10 = input[10];
85     assert(i10 != NULL);
86     if XNN_UNPREDICTABLE(i10 != zero) {
87       i10 = (const float*) ((uintptr_t) i10 + input_offset);
88     }
89     const float* i11 = input[11];
90     assert(i11 != NULL);
91     if XNN_UNPREDICTABLE(i11 != zero) {
92       i11 = (const float*) ((uintptr_t) i11 + input_offset);
93     }
94     const float* i12 = input[12];
95     assert(i12 != NULL);
96     if XNN_UNPREDICTABLE(i12 != zero) {
97       i12 = (const float*) ((uintptr_t) i12 + input_offset);
98     }
99     const float* i13 = input[13];
100     assert(i13 != NULL);
101     if XNN_UNPREDICTABLE(i13 != zero) {
102       i13 = (const float*) ((uintptr_t) i13 + input_offset);
103     }
104     const float* i14 = input[14];
105     assert(i14 != NULL);
106     if XNN_UNPREDICTABLE(i14 != zero) {
107       i14 = (const float*) ((uintptr_t) i14 + input_offset);
108     }
109     const float* i15 = input[15];
110     assert(i15 != NULL);
111     if XNN_UNPREDICTABLE(i15 != zero) {
112       i15 = (const float*) ((uintptr_t) i15 + input_offset);
113     }
114     const float* i16 = input[16];
115     assert(i16 != NULL);
116     if XNN_UNPREDICTABLE(i16 != zero) {
117       i16 = (const float*) ((uintptr_t) i16 + input_offset);
118     }
119     const float* i17 = input[17];
120     assert(i17 != NULL);
121     if XNN_UNPREDICTABLE(i17 != zero) {
122       i17 = (const float*) ((uintptr_t) i17 + input_offset);
123     }
124     const float* i18 = input[18];
125     assert(i18 != NULL);
126     if XNN_UNPREDICTABLE(i18 != zero) {
127       i18 = (const float*) ((uintptr_t) i18 + input_offset);
128     }
129     const float* i19 = input[19];
130     assert(i19 != NULL);
131     if XNN_UNPREDICTABLE(i19 != zero) {
132       i19 = (const float*) ((uintptr_t) i19 + input_offset);
133     }
134     const float* i20 = input[20];
135     assert(i20 != NULL);
136     if XNN_UNPREDICTABLE(i20 != zero) {
137       i20 = (const float*) ((uintptr_t) i20 + input_offset);
138     }
139     const float* i21 = input[21];
140     assert(i21 != NULL);
141     if XNN_UNPREDICTABLE(i21 != zero) {
142       i21 = (const float*) ((uintptr_t) i21 + input_offset);
143     }
144     const float* i22 = input[22];
145     assert(i22 != NULL);
146     if XNN_UNPREDICTABLE(i22 != zero) {
147       i22 = (const float*) ((uintptr_t) i22 + input_offset);
148     }
149     const float* i23 = input[23];
150     assert(i23 != NULL);
151     if XNN_UNPREDICTABLE(i23 != zero) {
152       i23 = (const float*) ((uintptr_t) i23 + input_offset);
153     }
154     const float* i24 = input[24];
155     assert(i24 != NULL);
156     if XNN_UNPREDICTABLE(i24 != zero) {
157       i24 = (const float*) ((uintptr_t) i24 + input_offset);
158     }
159     input = (const float**) ((uintptr_t) input + input_stride);
160 
161     size_t c = channels;
162     const float* w = weights;
163     do {
164       float vacc0p0 = w[0];
165 
166       const float vi0 = *i0++;
167       const float vk0 = w[1];
168       vacc0p0 = math_muladd_f32(vi0, vk0, vacc0p0);
169 
170       const float vi1 = *i1++;
171       const float vk1 = w[2];
172       vacc0p0 = math_muladd_f32(vi1, vk1, vacc0p0);
173 
174       const float vi2 = *i2++;
175       const float vk2 = w[3];
176       vacc0p0 = math_muladd_f32(vi2, vk2, vacc0p0);
177 
178       const float vi3 = *i3++;
179       const float vk3 = w[4];
180       vacc0p0 = math_muladd_f32(vi3, vk3, vacc0p0);
181 
182       const float vi4 = *i4++;
183       const float vk4 = w[5];
184       vacc0p0 = math_muladd_f32(vi4, vk4, vacc0p0);
185 
186       const float vi5 = *i5++;
187       const float vk5 = w[6];
188       vacc0p0 = math_muladd_f32(vi5, vk5, vacc0p0);
189 
190       const float vi6 = *i6++;
191       const float vk6 = w[7];
192       vacc0p0 = math_muladd_f32(vi6, vk6, vacc0p0);
193 
194       const float vi7 = *i7++;
195       const float vk7 = w[8];
196       vacc0p0 = math_muladd_f32(vi7, vk7, vacc0p0);
197 
198       const float vi8 = *i8++;
199       const float vk8 = w[9];
200       vacc0p0 = math_muladd_f32(vi8, vk8, vacc0p0);
201 
202       const float vi9 = *i9++;
203       const float vk9 = w[10];
204       vacc0p0 = math_muladd_f32(vi9, vk9, vacc0p0);
205 
206       const float vi10 = *i10++;
207       const float vk10 = w[11];
208       vacc0p0 = math_muladd_f32(vi10, vk10, vacc0p0);
209 
210       const float vi11 = *i11++;
211       const float vk11 = w[12];
212       vacc0p0 = math_muladd_f32(vi11, vk11, vacc0p0);
213 
214       const float vi12 = *i12++;
215       const float vk12 = w[13];
216       vacc0p0 = math_muladd_f32(vi12, vk12, vacc0p0);
217 
218       const float vi13 = *i13++;
219       const float vk13 = w[14];
220       vacc0p0 = math_muladd_f32(vi13, vk13, vacc0p0);
221 
222       const float vi14 = *i14++;
223       const float vk14 = w[15];
224       vacc0p0 = math_muladd_f32(vi14, vk14, vacc0p0);
225 
226       const float vi15 = *i15++;
227       const float vk15 = w[16];
228       vacc0p0 = math_muladd_f32(vi15, vk15, vacc0p0);
229 
230       const float vi16 = *i16++;
231       const float vk16 = w[17];
232       vacc0p0 = math_muladd_f32(vi16, vk16, vacc0p0);
233 
234       const float vi17 = *i17++;
235       const float vk17 = w[18];
236       vacc0p0 = math_muladd_f32(vi17, vk17, vacc0p0);
237 
238       const float vi18 = *i18++;
239       const float vk18 = w[19];
240       vacc0p0 = math_muladd_f32(vi18, vk18, vacc0p0);
241 
242       const float vi19 = *i19++;
243       const float vk19 = w[20];
244       vacc0p0 = math_muladd_f32(vi19, vk19, vacc0p0);
245 
246       const float vi20 = *i20++;
247       const float vk20 = w[21];
248       vacc0p0 = math_muladd_f32(vi20, vk20, vacc0p0);
249 
250       const float vi21 = *i21++;
251       const float vk21 = w[22];
252       vacc0p0 = math_muladd_f32(vi21, vk21, vacc0p0);
253 
254       const float vi22 = *i22++;
255       const float vk22 = w[23];
256       vacc0p0 = math_muladd_f32(vi22, vk22, vacc0p0);
257 
258       const float vi23 = *i23++;
259       const float vk23 = w[24];
260       vacc0p0 = math_muladd_f32(vi23, vk23, vacc0p0);
261 
262       const float vi24 = *i24++;
263       const float vk24 = w[25];
264       vacc0p0 = math_muladd_f32(vi24, vk24, vacc0p0);
265 
266       w += 26;
267 
268 
269       float vacc0 = math_max_f32(vacc0p0, vmin);
270       vacc0 = math_min_f32(vacc0, vmax);
271       *output++ = vacc0;
272     } while (--c != 0);
273 
274     output = (float*) ((uintptr_t) output + output_increment);
275   } while (--output_width != 0);
276 }
277