-
Notifications
You must be signed in to change notification settings - Fork 11
/
test_data.c
557 lines (549 loc) · 32.3 KB
/
test_data.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
/* Copyright (C) 2012 Henry Gomersall <[email protected]>
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* * Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* * Neither the name of the organization nor the
* names of its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <stdint.h>
uint32_t _kernel_16[] = {
0x3e4a3d61LU, 0xbf9a7f92LU, 0x3f5b1550LU, 0xbe6b6987LU,
0x3f66db20LU, 0xbf334d04LU, 0x3f3716c6LU, 0xbefc6c4bLU,
0x3f90de70LU, 0x3efdea13LU, 0x3f5af73eLU, 0x3eb89ea4LU,
0x3f072c71LU, 0xbf4d1d2cLU, 0x3f01f817LU, 0x3e02129cLU
};
float* kernel_16 = (float*)(_kernel_16);
uint32_t _input_data_1024[] = {
0x3f344bf1LU, 0xbdf69b3fLU, 0x3f01afdeLU, 0xbf69b037LU,
0x3f706a51LU, 0x3e5c083dLU, 0x3db3eedaLU, 0x3f751a27LU,
0xbf1fa7c1LU, 0xc0093993LU, 0xbf7206cbLU, 0xbce35818LU,
0x3ed5d308LU, 0x3fa0d608LU, 0x3edba12aLU, 0x3f094445LU,
0x3f50efd9LU, 0xbdf03374LU, 0x3e95561aLU, 0x3f095a39LU,
0xbf6805c4LU, 0x3e0bafbdLU, 0x3e82e189LU, 0x3f587026LU,
0xbe006264LU, 0xbe440080LU, 0xbf508893LU, 0x3e865212LU,
0xbffe9779LU, 0x3e37f2b6LU, 0xc00740e9LU, 0xc011bc69LU,
0xbfa7e57bLU, 0x3f82153fLU, 0xbe6536b2LU, 0xbefb9ccdLU,
0x3fff3d3fLU, 0x3ee719cfLU, 0xbf4d083aLU, 0xc00844afLU,
0xbf68ca78LU, 0x3f771200LU, 0x3e973f87LU, 0xbe9931f0LU,
0x3eb49e5cLU, 0xbef89976LU, 0xbe7f65daLU, 0xbf086508LU,
0xbe896b71LU, 0xbfd64ba8LU, 0xbf5352d6LU, 0x3f9b68c7LU,
0x3f8af300LU, 0x3f30467cLU, 0x3dea509eLU, 0xbed95ca5LU,
0xbf7f090fLU, 0xbea66267LU, 0xbfb707deLU, 0xbf020587LU,
0x3fc4c9c6LU, 0xbe153958LU, 0x3f5b6f46LU, 0xbe89c4cbLU,
0xbfb926a7LU, 0xbef04b29LU, 0x3f84c5e0LU, 0x3f4ebeaeLU,
0x3f5ba645LU, 0xbe985d9aLU, 0xbf9f3cd3LU, 0xbeef232eLU,
0xc006235eLU, 0xc013d11fLU, 0x3f87b15fLU, 0xbe4b3163LU,
0xbfab735bLU, 0xbfb58291LU, 0x3faa3e9eLU, 0xbf8a39f3LU,
0x3dc831b2LU, 0x3f5418adLU, 0xbdb72466LU, 0x3f89c30cLU,
0x3fc6ea82LU, 0x3f6d6014LU, 0xbf8a4b4bLU, 0x3f660e49LU,
0xbf12ba99LU, 0x3fee8deeLU, 0xbd937380LU, 0xbf142efeLU,
0xc00a3994LU, 0xbf0b7383LU, 0x3f65d6f0LU, 0x3f0c5d51LU,
0xbf4e9660LU, 0xbe24ddcfLU, 0x3e089294LU, 0xbcdb4325LU,
0xbeffa153LU, 0x3fbbf02eLU, 0xbf6b630bLU, 0xbe4507b9LU,
0x3fc594abLU, 0x3df27f38LU, 0xc03eb510LU, 0x3f8056d4LU,
0x3e27ba6dLU, 0x3b6c459cLU, 0xbfb7f1c9LU, 0x3f828395LU,
0xbf82e034LU, 0x3ee5d3adLU, 0xbef23f1bLU, 0x3f18d91aLU,
0xbf703d14LU, 0xbf323761LU, 0xbf4b811eLU, 0xbdba6a67LU,
0x3f0d9118LU, 0xbec3ed31LU, 0x3f290d63LU, 0xbdb9b160LU,
0xbf197432LU, 0x3fafa36fLU, 0x3fc5ec3dLU, 0x3e17cd80LU,
0x3ecc50c0LU, 0x3ed4be4aLU, 0xbfb38eafLU, 0xbf6ae320LU,
0x3fd618b7LU, 0x3f85b75bLU, 0x40216be7LU, 0xbf011a56LU,
0x3e978c25LU, 0x3e64f90cLU, 0x3eda0997LU, 0x3f6f411cLU,
0x3e91375aLU, 0xbec33b91LU, 0xbe876327LU, 0xbe84aff5LU,
0x3faba025LU, 0xbfed3856LU, 0x3f547bd4LU, 0x3f91dd41LU,
0xbcfdfd4dLU, 0x3f67c0e4LU, 0x3f6adae0LU, 0x3fe50385LU,
0x3f76c270LU, 0xbf5bc53fLU, 0xbe0bfa77LU, 0x3e5c9679LU,
0xbf491313LU, 0xbead8d6bLU, 0x3e44beb5LU, 0xbf9e70d4LU,
0x3f1aec0fLU, 0xbf1816d1LU, 0xbe19497aLU, 0xbf99ff1fLU,
0xbf6ea50cLU, 0x3e81cb55LU, 0x3f865923LU, 0x3f0644c6LU,
0xbf3ec3b5LU, 0xbf520739LU, 0x3fbc639aLU, 0x3f48cdabLU,
0xbf85414eLU, 0x3f2c4916LU, 0x3eea08a3LU, 0xbe97cfb8LU,
0x401bf0c2LU, 0x3f6b129fLU, 0x3f9aa8b1LU, 0xbec317a2LU,
0xbf38f08bLU, 0x3c94209eLU, 0x3ea9bca0LU, 0x3f148917LU,
0xbf5b0286LU, 0x3d4d3bd7LU, 0x3fdf7958LU, 0xbf934b39LU,
0x3f41b4a2LU, 0x3cc1ee58LU, 0xbe9b01ddLU, 0xbe7c209aLU,
0x3fdc5e00LU, 0xc03b73daLU, 0xbf0d7299LU, 0x3fbdfb11LU,
0xbe885491LU, 0x3f28e45aLU, 0xbeb1a815LU, 0x3edb2d80LU,
0xbf4ee28fLU, 0xbf502742LU, 0xbed47248LU, 0xbe3fc1c9LU,
0x3d144c7aLU, 0xbe0e2f4fLU, 0x3fcbe204LU, 0x3f0016aaLU,
0x3f0bbe9aLU, 0xbf61f713LU, 0xbf15dacaLU, 0xbf09d5f1LU,
0xbfa77c00LU, 0xbf64f7f2LU, 0x3f391c38LU, 0xbf24855dLU,
0xbf7c11beLU, 0xbfc7e200LU, 0xbf331b0aLU, 0xbdd92d33LU,
0x3e58324eLU, 0xbfe15510LU, 0x3d70c985LU, 0xbda15e9dLU,
0xbd785d21LU, 0xbf8f3954LU, 0xbf8dab28LU, 0x3e02b0dcLU,
0x3f6bb95dLU, 0x3fa9c7b1LU, 0x3fee1329LU, 0x40270c06LU,
0x3db68bc7LU, 0x3f0d2d6aLU, 0xbfc77e64LU, 0xbf31b5c4LU,
0x3f77abb6LU, 0xbd301032LU, 0x3e0546a2LU, 0xbefeac08LU,
0x3f390373LU, 0xbf1d4c09LU, 0xbe7a1883LU, 0x3f9dbd33LU,
0x3f3b992fLU, 0xbfc08242LU, 0x3ecbbb0fLU, 0xbe97ef8cLU,
0xbf599d62LU, 0xbf82a904LU, 0x3fe8ce8cLU, 0xbe8eb817LU,
0xbf7c72feLU, 0x3ffd0dd3LU, 0x3f96cf30LU, 0xbf53da6cLU,
0x3f51f85dLU, 0xbe1d60b8LU, 0xbe882aaeLU, 0x3fb21224LU,
0x3fae4f40LU, 0x3f8186edLU, 0xbf064e9bLU, 0x3f9386f4LU,
0xbf8ad57eLU, 0x3edf87d3LU, 0x3ebf2c9dLU, 0xbed5f5a3LU,
0xbe2a32c3LU, 0xbe766358LU, 0xbdaf061fLU, 0x3f625b03LU,
0xbcd49bc0LU, 0xbed89499LU, 0xbeb54f3cLU, 0xbefef19cLU,
0xbe242ce5LU, 0xbee6a97aLU, 0xbfad0a42LU, 0x3ecd1aaeLU,
0x3f82bc4aLU, 0xbc811659LU, 0x3eed9e2aLU, 0x3f369629LU,
0x3f4d4c77LU, 0x3edd3ea8LU, 0xbf8ac982LU, 0x3f0faf4eLU,
0x3e4e5985LU, 0x3d8668caLU, 0x3f8a1305LU, 0xbf8b29adLU,
0x4025bba4LU, 0xbfb159a3LU, 0xbf3ff309LU, 0xbf329a32LU,
0xbe4a5870LU, 0x3f912d16LU, 0x3d8b3c76LU, 0xbfaf16a2LU,
0x3efd28eeLU, 0x3fe1fcbdLU, 0xbe63e867LU, 0xbe59bc6aLU,
0xbf84214eLU, 0xbed6c062LU, 0xbfad9840LU, 0xbe901f96LU,
0x3fd08a4bLU, 0x3d2b45f6LU, 0xbfcdaf3dLU, 0xbcf1caa1LU,
0x3f84f299LU, 0x3f408947LU, 0xbdfa98caLU, 0x3fcc5922LU,
0xbfe05a30LU, 0xc0230f5aLU, 0xbea0d091LU, 0xbeb08600LU,
0xbe07e641LU, 0x3edc1d2fLU, 0xbf35f66eLU, 0x3ecdb541LU,
0x3e0103beLU, 0xbfaec3b8LU, 0x3da10c12LU, 0x3fedd0faLU,
0x3ff3b98aLU, 0x3f151137LU, 0x3f6d2d11LU, 0x3f675f32LU,
0x3f4b9978LU, 0xbf444fc0LU, 0x3f53e8edLU, 0xbfb04ae4LU,
0x3eb51b74LU, 0xbf56e924LU, 0xbf5ae5d4LU, 0x3e966585LU,
0x3f34e639LU, 0x3f1265d8LU, 0x3f5950dfLU, 0x3ea50ff5LU,
0xbd97cbb3LU, 0x4006e5f9LU, 0x3fc06719LU, 0x3f3f1146LU,
0x3ccd1e7fLU, 0xbf82af82LU, 0xbe7c289bLU, 0xbf9d375fLU,
0xbc4a5958LU, 0x3b411e6cLU, 0xbf26a6b6LU, 0x3faa55aeLU,
0xbed188aeLU, 0x3d58acf6LU, 0x3e5fb61aLU, 0xbf5a3905LU,
0xbd3a74c7LU, 0x3fe76ee7LU, 0x3f85fa6aLU, 0xbe898d1aLU,
0xbf4b7679LU, 0xbcf587ffLU, 0x3e458794LU, 0xbff40755LU,
0xbeaa0b27LU, 0x3fd2520fLU, 0x3f7b8287LU, 0x3f3a9077LU,
0x3eb4976fLU, 0x3e9bb25bLU, 0xbc057ca7LU, 0xc0557434LU,
0xbf5a77eaLU, 0xbfafd52fLU, 0xbf5ee7b4LU, 0xc022f69dLU,
0x3e9e06b0LU, 0xbf8ee60cLU, 0x3fad6e50LU, 0x3f12ed87LU,
0x3fb6af48LU, 0xbdc67d28LU, 0x3d87b85fLU, 0x3f554703LU,
0x3f6879eaLU, 0x3fbfb12eLU, 0x3fbfa3b7LU, 0x3eaa3934LU,
0xbfb3b6d3LU, 0xbf231a38LU, 0x3f9a62c8LU, 0x3e53106aLU,
0xbfdbfedbLU, 0x3e04e064LU, 0x3f6653a5LU, 0xbf0126cdLU,
0x3e992eb4LU, 0x3ee23bdcLU, 0x3f1a2a3fLU, 0xbe033b12LU,
0xbf28edb7LU, 0xbf747ca2LU, 0x3fed0442LU, 0x3ec5ddd7LU,
0x3ea07855LU, 0xbf746cb4LU, 0xbf663c0eLU, 0x3cb22a57LU,
0xbeb848edLU, 0xbfa02186LU, 0x3f419444LU, 0xbe795279LU,
0x3e94bd80LU, 0x3f1d90bfLU, 0xbef2b27aLU, 0x3e5cfe54LU,
0xbf434dc9LU, 0xbfb18411LU, 0x3cc7c7c4LU, 0x3f8721c6LU,
0xbf7cf2c1LU, 0xbf13d3dbLU, 0xbe236727LU, 0xbe6f59cdLU,
0xbf121f7aLU, 0xbef96eddLU, 0x3e9f4c62LU, 0xbf2394c4LU,
0xbe3db792LU, 0x3f12709aLU, 0xbfadc7ebLU, 0x3ec4ee22LU,
0x3ed02b1aLU, 0xbd63f329LU, 0x3f891cb6LU, 0x3f9dffcaLU,
0xbfa6113fLU, 0xbfb2e936LU, 0xbeab495bLU, 0x3ecef006LU,
0xbf032204LU, 0xbf137dd6LU, 0x3d9a8378LU, 0xbec19972LU,
0xbffaed5aLU, 0x3e0c6b36LU, 0xbef53c7eLU, 0xbf1245d1LU,
0xbf452498LU, 0x3f813b89LU, 0xbfdd2772LU, 0xbd7bc2b6LU,
0x3e6c44e0LU, 0x3ec138ecLU, 0xbd4dbc2aLU, 0xbeff12f2LU,
0xbdf67470LU, 0xbf8625dfLU, 0xbfad0f58LU, 0xbfdec515LU,
0x3e1ec296LU, 0xbfe04a8fLU, 0x3f3cc3beLU, 0x3f0abd73LU,
0x3e3d5013LU, 0x3f56523fLU, 0xbfc0070cLU, 0xbf479b3fLU,
0xbf3dce70LU, 0xbf183687LU, 0x3feedcbcLU, 0xbf9e9b6eLU,
0xbca3401aLU, 0x3fb20bf1LU, 0xbe0ee5c9LU, 0x3e4e7e70LU,
0xc0372498LU, 0x3fadd9b6LU, 0x3f8261abLU, 0xbe2d33a5LU,
0x3e421aeeLU, 0xbf89c06fLU, 0xbf384e83LU, 0x3d1bf1bcLU,
0x3f2322feLU, 0xc00348f1LU, 0xc045ef05LU, 0xbf847beaLU,
0xbe4d40e9LU, 0xbefb8839LU, 0x3ff5dcc8LU, 0xbd269d65LU,
0x3e07a0e3LU, 0xbd2a68a6LU, 0x3ee81097LU, 0xbe5e4131LU,
0xbeb91e81LU, 0xbf7760e8LU, 0x3f31bd70LU, 0x3f4cd647LU,
0x3f7f04c0LU, 0xc02f94fdLU, 0xc005b0bdLU, 0xbf801cecLU,
0x3e2f9b5aLU, 0x3e29335fLU, 0x3d9279c7LU, 0x3f2d9e65LU,
0xbfe4dd85LU, 0x3f8add0aLU, 0x3f63d0abLU, 0x3fa8b106LU,
0xbf5b798bLU, 0xbf554fc1LU, 0xbf800abdLU, 0x3f5daf78LU,
0xbf47afb4LU, 0xbfb2347cLU, 0x3fafa0e8LU, 0xbf048cfdLU,
0x3d08cacbLU, 0xbea11a2bLU, 0xbe497b92LU, 0xbce88b7fLU,
0xbffeb8f1LU, 0x3ec83f42LU, 0xbeebc83eLU, 0xbfdf80f2LU,
0xbefb0c43LU, 0x3f3ac63dLU, 0x3eb24a33LU, 0xbeb0497bLU,
0xbf2bd3baLU, 0xbf81bc86LU, 0x403a2f10LU, 0x3f1adb29LU,
0xbf6f1857LU, 0xbeae0560LU, 0xbef6c2bbLU, 0x3d2f9dafLU,
0x3e36d0b4LU, 0xbe3dbd95LU, 0xbf06b7baLU, 0x3faac924LU,
0xbfb8e458LU, 0x3e8c0b38LU, 0x3ebd87c6LU, 0xbf6f30fdLU,
0xbf40dda5LU, 0xbd2f224bLU, 0xbd270ba5LU, 0x4006daa0LU,
0xbeb61c84LU, 0x3fa8fb19LU, 0xbecac0aeLU, 0x3fae390aLU,
0x400d032cLU, 0x3ef9043dLU, 0x3e1c58f6LU, 0x3f91a6a8LU,
0xbf005b17LU, 0xc0044a49LU, 0xbfb9130bLU, 0x3e7dfc33LU,
0xbfbccd91LU, 0x4029491eLU, 0x40011c46LU, 0x3f5ec24fLU,
0x3f3dcd8cLU, 0xbf080e91LU, 0x3f5db056LU, 0xbf8eeb7fLU,
0x40155108LU, 0xbd126399LU, 0xbf3aeb3fLU, 0xbf590615LU,
0xbe6be6ddLU, 0x3f714037LU, 0xbeefc0c0LU, 0x3f3c338dLU,
0xbf5a9e34LU, 0x3f9826c9LU, 0x3e82dbd7LU, 0x3f3d114eLU,
0x3ee86698LU, 0xbf9fdcd6LU, 0x3e7a10dfLU, 0xbfc01acfLU,
0x3e06b07cLU, 0x3fb921b6LU, 0x3fc22b01LU, 0xbfa98381LU,
0xbf58735cLU, 0x3ffe2edaLU, 0xbf9a35adLU, 0xbf8d868bLU,
0xbfcf958aLU, 0xbe7d9116LU, 0xbe24ff26LU, 0x3f4ed573LU,
0x3e9da9c6LU, 0xc0340610LU, 0xbf0ed4c2LU, 0xbc484406LU,
0x3f5345f8LU, 0x3df4a583LU, 0x3f12dec1LU, 0xbd7c7b8fLU,
0xbf0a2b30LU, 0xbf1c3988LU, 0x3f03064bLU, 0x3eed6bd7LU,
0xbed6238bLU, 0xbf791298LU, 0xbfa3e254LU, 0xbea02e04LU,
0x3dc8e21dLU, 0x3d9a57e9LU, 0x3d67c794LU, 0x3f5b87e7LU,
0x3f715751LU, 0x3f5a9c91LU, 0x3f0f479eLU, 0x3f45dc10LU,
0x3d85592dLU, 0x3f0fab32LU, 0xbf71b44cLU, 0xbf1c6742LU,
0x3f5599ffLU, 0x3faba511LU, 0xbf168e29LU, 0xbeb9417bLU,
0xbe9b5bd4LU, 0x3f3534e7LU, 0x3f17f8e9LU, 0x3e881701LU,
0xbeacbc06LU, 0xbf090f4fLU, 0x3ff7920eLU, 0x3f1fc816LU,
0xbf59c2d5LU, 0xbfec8f6dLU, 0xbf46a8f2LU, 0x3f58ca54LU,
0xbdce6b9cLU, 0xbf138a37LU, 0xbfa37ad3LU, 0xbf70286cLU,
0xbc694c46LU, 0xbed18030LU, 0xbdce5a07LU, 0xbd3d832dLU,
0x3efd8021LU, 0x3f815b11LU, 0x3df73879LU, 0xbf0f8bb4LU,
0xbe92e541LU, 0xbdc97b6dLU, 0xbd38ca4cLU, 0xbf2ba30eLU,
0xbf1ee798LU, 0xbf28e078LU, 0xbe5fca9dLU, 0xbe6fc572LU,
0x3f5e348cLU, 0x3f3d4fefLU, 0xbf7ef5a8LU, 0xbf67c1e0LU,
0xbf56e166LU, 0x3f7ec28dLU, 0x3f291f65LU, 0xbe2cb7b6LU,
0x400be734LU, 0xbf810528LU, 0xbe778b63LU, 0x3feadcb5LU,
0x3f62b586LU, 0xbf15abf9LU, 0x400f898eLU, 0x3f259c83LU,
0x400a2603LU, 0x3ec7051eLU, 0xc01315f8LU, 0xbd96bdb2LU,
0x3f2120ecLU, 0xbf485ae6LU, 0x3e7a4354LU, 0x3f3beffcLU,
0x3fac8a88LU, 0xbf93c917LU, 0xbd70efb6LU, 0x3e04c3e4LU,
0x3f345212LU, 0x3f163e55LU, 0xbf4033a8LU, 0xbf382f62LU,
0x3fa58881LU, 0x3fb7fd5bLU, 0xbfe6a913LU, 0x3f2e513cLU,
0xbeba1bf9LU, 0xbf548f64LU, 0x400b1162LU, 0xbf1e622cLU,
0x3ef6f826LU, 0xbffce398LU, 0x3ef322bbLU, 0x3f7aed4bLU,
0xbf810332LU, 0x40108779LU, 0xbdadf921LU, 0xbe39d247LU,
0xbfedefedLU, 0xbcef620bLU, 0xbf5d8047LU, 0xbec63998LU,
0x3fab1ae9LU, 0x3f6303c6LU, 0xbe8aadaaLU, 0x3fc6eaacLU,
0x3fa1e9b5LU, 0xbeae5f50LU, 0xbf7d285bLU, 0xbf475100LU,
0x3ee90792LU, 0x3f61d021LU, 0x3e9cdb62LU, 0x3f1d5921LU,
0xbf48cc25LU, 0xbec910faLU, 0x3ec3cb4dLU, 0x3ea2b73dLU,
0xbec3f0beLU, 0x3f92519dLU, 0x3f413b99LU, 0x3fa10b68LU,
0xbfd675f6LU, 0x3f0e5296LU, 0x3fc495f3LU, 0xbfab182bLU,
0xbf4eeffeLU, 0xbf9ed11bLU, 0xbf1a808eLU, 0xbf8b4e52LU,
0xbfc770eaLU, 0xbe07cf3cLU, 0x3e5c6e0cLU, 0xbe5d6c50LU,
0x3ce7f18cLU, 0x3f26f93fLU, 0xbf3743a9LU, 0xbf3c7012LU,
0x3d58e619LU, 0xbf59741bLU, 0x3f65a426LU, 0xbf5ca6ddLU,
0x3f1ecbccLU, 0x3e2125e9LU, 0xbf8b3a00LU, 0xbf0a17fbLU,
0xbe6ea9b6LU, 0x3cf5a4c2LU, 0xbfdf5d95LU, 0xbf6b485cLU,
0x3e6ba105LU, 0xbd012ec6LU, 0xbf97a58dLU, 0xbab16bb9LU,
0x3fcf2dffLU, 0xbfd75657LU, 0xc001ec93LU, 0x3f4e2616LU,
0xbf8f3a27LU, 0x3f9501c3LU, 0x3f99d648LU, 0x3f94ee74LU,
0x3f67ec05LU, 0x3efffa17LU, 0xbe36e581LU, 0xbf668e73LU,
0x3f9ff4c5LU, 0x3f8f5e72LU, 0x3f81de2eLU, 0xbf1fafc4LU,
0xbfbe604dLU, 0x3fe1ca75LU, 0xbf0a0ab2LU, 0xbf3d48beLU,
0x3f2d775fLU, 0xbf71d221LU, 0x3faec55aLU, 0x3f650d9cLU,
0xbe80699fLU, 0x3f635836LU, 0x3daa57f8LU, 0xbee3bd62LU,
0x3f5160d8LU, 0x3e8fcdfaLU, 0xbf8cb581LU, 0xbfee6a86LU,
0x3fefb695LU, 0xbf1c1a09LU, 0x402d421bLU, 0xbf281d00LU,
0x3f231613LU, 0xbf9d945aLU, 0xbe46262bLU, 0x3e25e70fLU,
0xbd0f6135LU, 0x3f2d3938LU, 0xbe05d17fLU, 0x3eb685f9LU,
0xbfb3d32dLU, 0x3fe52580LU, 0xbf7a66a6LU, 0xbe59960aLU,
0xbefcc246LU, 0xbf189c1eLU, 0x3ec8f587LU, 0xbfeb0adbLU,
0xc0044026LU, 0x3d61aee5LU, 0xbc83c7a7LU, 0xbf9d8af7LU,
0xbf8b0dc4LU, 0x3e51a61dLU, 0x3f3a5f7fLU, 0x3f3ed2bdLU,
0xbef4d3d5LU, 0x3fac9eb9LU, 0xbf598511LU, 0x3fb6d3d3LU,
0x3fb5421bLU, 0x3c9b8686LU, 0xbea3053bLU, 0xbeb4677eLU,
0xbeaa3865LU, 0xbe624e4dLU, 0xbe506a4fLU, 0x3ea44a46LU,
0xbc95d29bLU, 0x3f900d1bLU, 0xbe7a32b2LU, 0xbf64e5dcLU,
0xbf90a822LU, 0xbea6aeb0LU, 0x3fef9f0fLU, 0x3e891812LU,
0xc01343abLU, 0xc0183384LU, 0x3f6c3154LU, 0x3f0195feLU,
0x3e6badeaLU, 0xbf5ab3b8LU, 0x3f682dfbLU, 0xbdddaabfLU,
0x3f174282LU, 0xbee860a8LU, 0x3e17b502LU, 0xbf9e3fe4LU,
0xbf77b9a7LU, 0xbfc2d6b3LU, 0xbf2ef575LU, 0x3e62a10cLU,
0x3fb2842bLU, 0x3f8c3c9cLU, 0x3d699f0dLU, 0xbe7feab3LU,
0x3f9282a7LU, 0x3fa88d89LU, 0x3f05b5ebLU, 0xbf136167LU,
0xbea72e2bLU, 0x3ff720c1LU, 0xbf993e93LU, 0x3ff6e8f2LU,
0xbf289d62LU, 0x3f08f0abLU, 0x3e4d0a5bLU, 0x3fb1850aLU,
0x3e0d3cb8LU, 0xbf86b328LU, 0xbf7fb3b7LU, 0x3f882586LU,
0x3ea71bdbLU, 0xbf2ad056LU, 0x3f5b293cLU, 0xbe4e486dLU,
0x3ff706e9LU, 0xbff2479aLU, 0xbf66bdacLU, 0xbe88d401LU,
0x400a1ce7LU, 0x3f301d97LU, 0xbfb77fd2LU, 0x3c7fd681LU,
0x3fee0e74LU, 0xbf33bbf4LU, 0x3e8f74f4LU, 0xbed02b65LU,
0x3ec87ecaLU, 0xbfb957a9LU, 0xbf2338feLU, 0xbe14f541LU,
0x3e9b8060LU, 0x3e80e2f1LU, 0x3de0de6cLU, 0x3d0ec2c9LU,
0xbd42a9a6LU, 0x40144f4aLU, 0xbeabff13LU, 0xbf3e2606LU,
0x402f9b8bLU, 0xbd005278LU, 0xbe27e840LU, 0x3f529c95LU,
0x3ea74966LU, 0xbd2d64d0LU, 0xbe06c4d2LU, 0xbe61947bLU,
0x3fbad03dLU, 0x3ee36182LU, 0xbffa2307LU, 0xbf1ac8e5LU,
0x3dcba9fcLU, 0xbf000caeLU, 0x3f8a4766LU, 0x3da2e5f3LU,
0xbf8ccb19LU, 0x3fa369fdLU, 0x3fe225c1LU, 0xbf89bfedLU,
0x3d9e1a5eLU, 0x3e2fdb91LU, 0x3ed6137eLU, 0xbecf5f95LU,
0x3fcee148LU, 0xbefc01f3LU, 0xbe086b80LU, 0xbf128124LU,
0x3f7a7900LU, 0xbf99e72fLU, 0xbeff0d95LU, 0x40085d9cLU,
0x3ff17b3eLU, 0x3f390089LU, 0xbfafae40LU, 0xbe4a5842LU,
0x400ee1c9LU, 0xbfc851f0LU, 0xbe1f0378LU, 0x3d64cb51LU,
0x3f376127LU, 0xbfdec75bLU, 0x3f002566LU, 0x3f89201aLU,
0x40241418LU, 0x3ccf85b8LU, 0x3ffe8941LU, 0xbcbab77eLU,
0x3eaf90deLU, 0xbf522499LU, 0x3e89735cLU, 0xbeacf0b6LU,
0x3edb743fLU, 0x3f6a7080LU, 0xbf64e1b6LU, 0xbf687836LU,
0x3e10f40eLU, 0xbf0f5417LU, 0x3ed01753LU, 0xbe98eb55LU,
0x3f5c3a01LU, 0xc01a9941LU, 0xbd8a383dLU, 0xbee1b109LU,
0xbf315144LU, 0x3f5237d7LU, 0x3cac0053LU, 0x3f8d0472LU,
0x3f37fd6cLU, 0xbe21e0ecLU, 0xbf738b1eLU, 0x3f3fd42bLU,
0xbe50c031LU, 0x3f814665LU, 0xbe53ee7fLU, 0x3f188bfeLU,
0x3f1602e0LU, 0xbebcc74bLU, 0xbed0cbfdLU, 0xc00ebf48LU,
0x3f304f2cLU, 0x3ed9daa3LU, 0x40112cc5LU, 0xbfd9c87eLU,
0xbf5e99edLU, 0xbe274742LU, 0xbf3910ffLU, 0xbf75c608LU,
0xbfa005a4LU, 0x3fa8f481LU, 0x3fd3191aLU, 0xbf1e361aLU,
0x3e1123e8LU, 0x3f76d898LU, 0xbe6dcb77LU, 0x3ebccd0fLU,
0xbf08c781LU, 0x3f1233d8LU, 0x3d8db717LU, 0x3efa7b54LU,
0x3f1b63c2LU, 0xbfb9849bLU, 0xbe4dd9cbLU, 0x3d3d9aa8LU,
0xbe759959LU, 0xbeeac7ceLU, 0x3fc9090cLU, 0xbfb0fe1aLU
};
float* input_data_1024 = (float*)(_input_data_1024);
uint32_t _output_in1024_kernel16[] = {
0x3f44c4d1LU, 0x3fe146ddLU, 0xc0123775LU, 0xbfbf1a47LU,
0xbfc6e33eLU, 0xc0299495LU, 0x4008c46fLU, 0x4008619cLU,
0x3fcc64caLU, 0xbe91a74fLU, 0x4036c94cLU, 0xbed5d4a2LU,
0x4066a994LU, 0xc00810e8LU, 0x4047ca2aLU, 0xc03fdfe3LU,
0x408d29feLU, 0xc0039662LU, 0x4083812bLU, 0xc0d471caLU,
0x3fe1454aLU, 0xc08380bcLU, 0xbfea329aLU, 0xc07052ccLU,
0xbff98b9eLU, 0xc03e3d9bLU, 0xc004a179LU, 0xc096349dLU,
0xbfabb7bbLU, 0x4026e2aeLU, 0x3f320527LU, 0xbe140d46LU,
0xbf892c11LU, 0xbec9ab78LU, 0xc091c901LU, 0x3fd96287LU,
0xbf280f31LU, 0x3eb1f55aLU, 0xbfff3510LU, 0xbfab50adLU,
0xbe9e514aLU, 0x3eb8d662LU, 0xbfabd297LU, 0xc02897a1LU,
0x3e650b37LU, 0xbef245cfLU, 0xbf5bbbf8LU, 0x4030179eLU,
0x3e587a40LU, 0xbeacc425LU, 0xbf51a3edLU, 0xbf40196bLU,
0xc093b902LU, 0xbe08702cLU, 0xbf1802acLU, 0x3ffff711LU,
0x401e444eLU, 0xbe9b69b7LU, 0xbfe1695eLU, 0x3fc0ac9eLU,
0xc04ce27fLU, 0x3f885bcaLU, 0x4027f88bLU, 0x3fe6d0c0LU,
0xc0c5d000LU, 0x3de6fbeeLU, 0xc0dfcd4fLU, 0xbf91f507LU,
0xc03e5950LU, 0xbfda729dLU, 0xc05f8444LU, 0x3f10236bLU,
0xbf93fb21LU, 0xc010ce15LU, 0x406284d7LU, 0xc0377779LU,
0x40238708LU, 0x3faa96faLU, 0x40feeb63LU, 0xc03caa2cLU,
0x4046d291LU, 0xc04dc0afLU, 0x40753acbLU, 0xbec02309LU,
0x40482449LU, 0xc06c33a0LU, 0x3f432067LU, 0xc0c03dc5LU,
0x4043824bLU, 0xbfb1f8baLU, 0x3f92ad03LU, 0xc00fe820LU,
0x407bcbbaLU, 0xc0938d9cLU, 0x40452bc3LU, 0xc035bb61LU,
0x408a04acLU, 0xc086a598LU, 0x40c5d73dLU, 0xc0ecdceeLU,
0x409937d7LU, 0xc0a6dbf6LU, 0x4029cfcdLU, 0xc0887416LU,
0x40bddb4aLU, 0xc0c70514LU, 0x3ed0bc10LU, 0xbfbd57f0LU,
0x3fab59d0LU, 0xc0074441LU, 0x3f5672d5LU, 0xc057b620LU,
0xc0104684LU, 0xbed4d76fLU, 0x3f3e1a71LU, 0x3ea07649LU,
0x40144348LU, 0x3ece9fc5LU, 0xc00d9833LU, 0x40161c43LU,
0xbf980a08LU, 0x40bd3ccfLU, 0x3f89ce75LU, 0x3fe5061aLU,
0xc088f4faLU, 0x4025b5d2LU, 0xbeddb343LU, 0x4097ce40LU,
0x4060d204LU, 0x4073fd86LU, 0xc0322dd4LU, 0x40a8a59fLU,
0xc04701b2LU, 0x408b1c76LU, 0xbf875935LU, 0x400a0160LU,
0xbfedb944LU, 0xbd2446a8LU, 0xbed6405cLU, 0x402232c1LU,
0x3fb37618LU, 0x3f4bba1bLU, 0x3f0a43d3LU, 0x408e816dLU,
0x3f831552LU, 0x406ac305LU, 0x3f88d5b9LU, 0x4000a2faLU,
0xbfad8c21LU, 0x3fb87d0eLU, 0xc0264d2aLU, 0x3fbef33bLU,
0xc08cf034LU, 0xbecf6417LU, 0x3e61b81aLU, 0x3f53b060LU,
0xc09285fbLU, 0xbf3efc7bLU, 0xbfa64226LU, 0xbd5b3766LU,
0xbdaa3d1dLU, 0x3fe2a453LU, 0xc00ab20dLU, 0x3f20fd06LU,
0xbf4eb514LU, 0x405dc8b2LU, 0x3f775b67LU, 0x404dbac0LU,
0xc0417de8LU, 0x40095b8eLU, 0x40a19cedLU, 0x401cc61aLU,
0x3dab6712LU, 0x4088ac01LU, 0xc04bf440LU, 0x400c8545LU,
0xbfba8a69LU, 0x40564c71LU, 0xc0862f82LU, 0x40dff565LU,
0xc0435b2fLU, 0x3f677f63LU, 0xbf6dd909LU, 0x3ff279f6LU,
0xc0141e3aLU, 0x401bcf1eLU, 0xbeb8bb63LU, 0xc00e3ff9LU,
0x3f6d939fLU, 0xbfd67389LU, 0xbf9d80adLU, 0x40468a21LU,
0xbfa3012fLU, 0xbfc9d2c9LU, 0xbf2fa402LU, 0x3f62b618LU,
0xbfd4b152LU, 0xbdf40fe8LU, 0xbf16396bLU, 0x400efe06LU,
0xbfbc5f25LU, 0x4029c83eLU, 0x3e4e0366LU, 0x4009d946LU,
0xc079c7c9LU, 0xbfb819bfLU, 0xc09b1a9aLU, 0x400de7e3LU,
0xc06b68adLU, 0xbf3bcfe2LU, 0xc0805c69LU, 0x3ea0437fLU,
0xc0982568LU, 0xbef4e6d4LU, 0xc0813ac4LU, 0xbf87661fLU,
0xc025b39aLU, 0xc0193c0bLU, 0x3ed2b352LU, 0xbf0183cbLU,
0x3fb37d41LU, 0xbff4882cLU, 0x3f886b1fLU, 0x3ff58604LU,
0x40c0bc2bLU, 0x407ec653LU, 0x3fc845d1LU, 0x40226c98LU,
0xbfc9f0dbLU, 0xbfce37a7LU, 0xbefd208eLU, 0x40419ba6LU,
0xbf054a55LU, 0x3fe86174LU, 0xc01cf635LU, 0x4027f9e2LU,
0xc08567edLU, 0x408808a2LU, 0xbfa92fb7LU, 0x3ece395cLU,
0xc002682cLU, 0x3f3601ceLU, 0xc046227bLU, 0x40330209LU,
0xbf914100LU, 0xbf2e9f30LU, 0x3e050f0aLU, 0x4043f5b4LU,
0x3f8bdef3LU, 0x3f164d80LU, 0x40aebca7LU, 0xc0806439LU,
0x4029cf9dLU, 0x3ff6665dLU, 0x4076845dLU, 0x3f4868f6LU,
0x406c6014LU, 0xc00be081LU, 0x3f812cfeLU, 0x3e9a1f44LU,
0x40099e8eLU, 0xbfe31888LU, 0x3f8e47beLU, 0xbfa5081bLU,
0x3f90651cLU, 0xbede6381LU, 0xbf7b8a37LU, 0xbe3c38f7LU,
0xbea451f0LU, 0xc0057f1aLU, 0xbf88111eLU, 0xbf88f2faLU,
0x3f0d078eLU, 0xbf7c239aLU, 0x3f0b9788LU, 0x3e207f4eLU,
0x40070c46LU, 0x402a31d1LU, 0xc036b0efLU, 0x40b15780LU,
0xbff5af1eLU, 0x40845b8bLU, 0xc082125eLU, 0x40219ce8LU,
0xbf49c3c6LU, 0x409014d8LU, 0xbf9a7cedLU, 0xbf7d71f6LU,
0xbfc53c49LU, 0x3fb782f0LU, 0xbfd17923LU, 0x3f8d59bcLU,
0x3fd7b15bLU, 0xbffbe360LU, 0xbe378dccLU, 0xbf7add68LU,
0x40671fb4LU, 0x3eef4205LU, 0xc032eabfLU, 0xc08bc73eLU,
0x3efe2d22LU, 0xc0288dc6LU, 0x408a5a8eLU, 0xbe2ea610LU,
0x3ef176f0LU, 0xc0137fdaLU, 0xbf2eb442LU, 0xbe586ef5LU,
0x4091a081LU, 0xbfa38fbbLU, 0xc0271d85LU, 0xbfefe654LU,
0xbfcc225aLU, 0xc0c1b38fLU, 0xbeda55eaLU, 0x3ffb059eLU,
0xbfa9328bLU, 0x3ef6f16cLU, 0xbfac59baLU, 0x3fa26ce1LU,
0xbeed8c7fLU, 0x40a55334LU, 0xbf020c7bLU, 0x40f838d5LU,
0x3edf2e18LU, 0x404ef92cLU, 0xc0148e9bLU, 0x40634cdfLU,
0xbfe51f8cLU, 0x3f5063e1LU, 0xbf618660LU, 0xbfd56bedLU,
0xc01ccf07LU, 0x3fbb4169LU, 0x3fb9117aLU, 0x40386724LU,
0x40150057LU, 0x3fd291b9LU, 0x3f15184fLU, 0x405df62eLU,
0x402736bcLU, 0x3fca7c16LU, 0x4021cfe9LU, 0xc0038e14LU,
0xbf412ceaLU, 0xbfaa22e6LU, 0x3ddce76eLU, 0xc0400b15LU,
0xbe674161LU, 0x3fd94652LU, 0x3fc5bdfeLU, 0xbf157f3bLU,
0x3e1cfd36LU, 0xbe141109LU, 0x3f98b869LU, 0xbddb0ef8LU,
0x3d531764LU, 0x40087db4LU, 0x3f17f6c5LU, 0xbfb2dec6LU,
0xbfcd5c04LU, 0x4037ad41LU, 0xbfa39ca7LU, 0x3feb5a5dLU,
0xc004701eLU, 0x40f82c33LU, 0xc07a1187LU, 0x404b1324LU,
0xc0f98c47LU, 0x3f6a0a4eLU, 0xc10a3436LU, 0x3f8fd8c8LU,
0xc100f6c8LU, 0x3fe142b4LU, 0xc0d921d6LU, 0x3d47b948LU,
0xbfdb1064LU, 0x409a9ec8LU, 0x4007f413LU, 0x404ab089LU,
0xbfd5345cLU, 0x3fdcfb7cLU, 0x4081ddbcLU, 0x4052c2ffLU,
0x40093bacLU, 0x3f8f68b1LU, 0xbe0cc4cbLU, 0xbf06f2a3LU,
0xbf74b6c1LU, 0x3f0ad457LU, 0x3f4c28a6LU, 0x3febeb48LU,
0xc0a5f419LU, 0x3fbc40a1LU, 0x3f4b9e8cLU, 0x406558e4LU,
0xbfcd87a6LU, 0x4003c82eLU, 0xc03033b7LU, 0x401341a9LU,
0xc007e723LU, 0x402b3d7aLU, 0xbf6b6280LU, 0x3f886936LU,
0xc0575c87LU, 0xbe509cecLU, 0xbfbd460fLU, 0x3f61157dLU,
0xbf52725eLU, 0xc03f8c3cLU, 0x4004fc74LU, 0x3f88e7fdLU,
0xbf13864eLU, 0xbf90a8a6LU, 0xbf06a174LU, 0xc02745f2LU,
0xbe64e81bLU, 0xbf613309LU, 0xbf369832LU, 0xbf4f09a7LU,
0xbd920b12LU, 0xc0649ed2LU, 0x3dde99f3LU, 0xbfad79c9LU,
0xbf7f6a1cLU, 0xc02b53c6LU, 0x40391416LU, 0xbd96b333LU,
0xbf81c0d3LU, 0xbfcb5e46LU, 0x3f8975cdLU, 0xbeb7fe11LU,
0x40521924LU, 0xbf32f7b8LU, 0x3f9d6de8LU, 0xc0343713LU,
0xbf8997e4LU, 0xc05809d8LU, 0x4014a099LU, 0xc0787aedLU,
0x4022711dLU, 0xc0b92b6bLU, 0x3f12db32LU, 0xc0990afdLU,
0x3ecb5195LU, 0xc0544539LU, 0x40047c88LU, 0xc0352439LU,
0xbe8dba48LU, 0x3e3426c7LU, 0xc00f4b7cLU, 0x3f16a832LU,
0xc00302b4LU, 0x3ee9da40LU, 0xc07d3b63LU, 0xbf76d0f7LU,
0xc026f324LU, 0xbfaeffadLU, 0xc05f9ed4LU, 0xbffc50acLU,
0xc034f0c0LU, 0x40300db0LU, 0xbfae4c92LU, 0x3f9e44d8LU,
0xc04658a2LU, 0xbf94bef6LU, 0x3fe6d0b3LU, 0xc09abaf5LU,
0x3fe9ebebLU, 0xc0188e2bLU, 0x405f8c80LU, 0x3e6f137cLU,
0x3e65a75aLU, 0xbf57c672LU, 0xc006a824LU, 0x3f5230d9LU,
0x402ab891LU, 0xbef421a2LU, 0x3e7f57daLU, 0xc0467e55LU,
0xc09fd5a4LU, 0x3feb2859LU, 0xc04499e8LU, 0xbf324401LU,
0xc0ce4488LU, 0xbffc17e5LU, 0xc0af1ebcLU, 0x40548e46LU,
0xbf25a739LU, 0x3f34c825LU, 0xc023a044LU, 0x40cf7facLU,
0xc017fcbcLU, 0x4011164fLU, 0xc09627fcLU, 0x3f4d12bbLU,
0xbff7521aLU, 0x3fc588f2LU, 0x3faa39e1LU, 0xc07a3382LU,
0xc06d29caLU, 0xc0ca88d0LU, 0x3fb130eaLU, 0xbe174dd4LU,
0x407e16dbLU, 0xc0b15398LU, 0x400748f2LU, 0xbebde0d9LU,
0x3f9484eeLU, 0xbdaa833eLU, 0x3ffd9416LU, 0xbfa77426LU,
0xc01430a3LU, 0xbf6c3dc4LU, 0x3f17bf9cLU, 0xbfc776edLU,
0x3e6469deLU, 0xbfc00a8cLU, 0x3f8aef25LU, 0xbff4a8fdLU,
0xc013b51cLU, 0xbf6c86c2LU, 0xbf34c4dcLU, 0xbea60c9cLU,
0xc0cfe222LU, 0xbfc11305LU, 0x3f3b56e0LU, 0x3f09433cLU,
0xbfdfde6fLU, 0x3fc669c4LU, 0xc024c2e9LU, 0x3ea3dfabLU,
0x400a22b0LU, 0xbf4b02b7LU, 0x40682191LU, 0xbfaf43dfLU,
0xc0092a67LU, 0xbf9d7b5aLU, 0x405e6db5LU, 0xc0355d7cLU,
0x3fd71b53LU, 0xc0880dfdLU, 0x4019f23cLU, 0xc031d428LU,
0x4083e667LU, 0xc0d5b23cLU, 0x401ef685LU, 0xc04c813aLU,
0x4072f525LU, 0xbe410aeeLU, 0x408eae4fLU, 0x40193928LU,
0x406c6d88LU, 0xbfaa1541LU, 0x40d91957LU, 0xc051e6b6LU,
0x40928f13LU, 0xbf764c00LU, 0x3f94be92LU, 0xbfd4a48bLU,
0xbfa3dd27LU, 0xbfd9166aLU, 0xc05f3eeeLU, 0x40d3969fLU,
0x3fd70ce7LU, 0x40c35549LU, 0x3f45fc57LU, 0x3e7c5a6eLU,
0xbf61c431LU, 0x3ff2fde6LU, 0x40441e05LU, 0xbf7e8ff7LU,
0x3f5c09caLU, 0xbfe1602aLU, 0xbe33e3c2LU, 0x3ea3950dLU,
0x3fddb93cLU, 0x3fabcac2LU, 0xbf36fcb8LU, 0xbf3f2396LU,
0xbf24798aLU, 0x40974039LU, 0x3f8e18a9LU, 0xc02d82a2LU,
0x3d26471cLU, 0xbf5836c0LU, 0x3fe8b674LU, 0x3e27905dLU,
0x3f960b2cLU, 0xc00536ffLU, 0x3fd7ea3dLU, 0x3f3708acLU,
0xbffb22edLU, 0xbf88360eLU, 0xc08560caLU, 0xc03cb5e4LU,
0xbfa0bd5cLU, 0x40174dcfLU, 0xbfe691beLU, 0xbf66fbf8LU,
0xc08211a6LU, 0xbfa8a8b8LU, 0xbf6ab3a2LU, 0x4093ca74LU,
0x3e9aee8eLU, 0xbf500dcfLU, 0xc003ef19LU, 0xbf01e4b5LU,
0x3b58e940LU, 0xbf66aacdLU, 0xbed5a05eLU, 0xbfddc81eLU,
0xbfe4832bLU, 0xc0123814LU, 0x3f496490LU, 0xbf4e2039LU,
0x405638c1LU, 0x3f0efca2LU, 0x3fc229b5LU, 0xbe9d3dd3LU,
0x409825e5LU, 0x3f62e1acLU, 0x4029d27fLU, 0xbfdf01f7LU,
0x3f006592LU, 0xbfa66ce6LU, 0x40433cf7LU, 0x3eb5d811LU,
0xbf236df6LU, 0x3ed7f8cdLU, 0x3e1006c8LU, 0x4022fe94LU,
0x3f5e1ec7LU, 0xbea5d018LU, 0xbf23f366LU, 0x3f8f1e3fLU,
0x4017348aLU, 0x3f264068LU, 0xbf8f1b82LU, 0xbfc5bc80LU,
0xc0596940LU, 0xbf621763LU, 0xbf4de2d2LU, 0xbf684452LU,
0xbffb65c0LU, 0xc002b62dLU, 0xbf9cc9e9LU, 0xbf86b6d1LU,
0xbee29e48LU, 0x3f380e47LU, 0x3e35bddcLU, 0x3fd58c14LU,
0xbec8583fLU, 0x3ecf595bLU, 0xc0108733LU, 0xbf98311eLU,
0x3ee4f11aLU, 0x3ecc1838LU, 0xbf894701LU, 0xc0714487LU,
0xbfaf522fLU, 0x3ec67b93LU, 0xbf81c210LU, 0x402ef2e3LU,
0xbf9159c4LU, 0xbfbd03d8LU, 0xc05479e2LU, 0x4046f34fLU,
0xbfe22cbeLU, 0x409716d6LU, 0xbfc75e42LU, 0x403ed948LU,
0x401aac7bLU, 0x4094596eLU, 0xc051daa2LU, 0x40bba97dLU,
0x40189fceLU, 0x3fe2b380LU, 0x3fb3f3afLU, 0x40b41b9fLU,
0xc0554791LU, 0x3fff77b4LU, 0xc0922303LU, 0x3f9050d1LU,
0x40239463LU, 0x40208909LU, 0xc02ed21eLU, 0x3ec17395LU,
0x402bacd1LU, 0xbfb08ffcLU, 0x3faae614LU, 0x3fafd65fLU,
0xbfeaecacLU, 0x3f5bafb2LU, 0x3d86b798LU, 0x40803423LU,
0xc01f9b75LU, 0x400aa1aaLU, 0xc04aa325LU, 0xbf6ca196LU,
0x40575d47LU, 0xbf3176bcLU, 0x40627800LU, 0xc045769eLU,
0x3f2bee0eLU, 0xbff82102LU, 0x3f9b7ea5LU, 0x3f1fe0b9LU,
0x40303e42LU, 0xc07e0419LU, 0x3f9d3b6cLU, 0xc06ac082LU,
0x3fb9dc18LU, 0xbead9b96LU, 0x3fd0edb8LU, 0xbf9b5900LU,
0x402831dcLU, 0x401c518eLU, 0x4012f650LU, 0x3e7096b0LU,
0x3f2474a3LU, 0xc0359098LU, 0x3f8f2361LU, 0xbec8dbe2LU,
0x402a7576LU, 0xbfa01e98LU, 0x407060c1LU, 0xc050f8aaLU,
0x3f5ee39aLU, 0xbf013113LU, 0x406e3415LU, 0x3fc9b509LU,
0x3f47d24cLU, 0x3fa3beb4LU, 0x3f8807dfLU, 0xbde4d4eaLU,
0xbfb26bd8LU, 0xbfb4694fLU, 0x3ea76686LU, 0xc07c533dLU,
0xc049c721LU, 0xbf9ead4bLU, 0xc03cea66LU, 0xbf815adcLU,
0xc055b0b4LU, 0x3fc03f75LU, 0xbfb8d414LU, 0x3f61051fLU,
0xc000cf64LU, 0x3fbadbb9LU, 0xc036fc1bLU, 0xbf9bfbd5LU,
0x3faf1037LU, 0x3d2118cdLU, 0xbf9b29d6LU, 0xbf9079dbLU,
0xbf02aacbLU, 0xbf916f42LU, 0xc06b2496LU, 0xbe866021LU,
0x3e8afc4eLU, 0xc0742873LU, 0xbf60ac95LU, 0xc08db20bLU,
0x3f0b7e9cLU, 0xbff05d17LU, 0x3f374a23LU, 0xc05a1b36LU,
0x3fee16fcLU, 0xbfcd9494LU, 0xc064fb57LU, 0x40039c1eLU,
0x401d2983LU, 0x40417b5aLU, 0x40a1f512LU, 0xbfb5d56cLU,
0x3f81e8caLU, 0x3f3a4c74LU, 0x3fc0e75bLU, 0x400f8572LU,
0x3f0334fcLU, 0x3f435714LU, 0xbeea82faLU, 0x3e449c68LU,
0xbf89c56dLU, 0x4006829cLU, 0xbc533430LU, 0xc0041815LU,
0x404bd9f6LU, 0x40857a0dLU, 0xc06fe07cLU, 0x40a93a0cLU,
0xc0c8a27aLU, 0x40c8768aLU, 0xc04b5d33LU, 0x40c0bbbfLU,
0xc0d90c33LU, 0x408f8fa5LU, 0xc0af321cLU, 0x407359bdLU,
0x3f4c95adLU, 0x4073154aLU, 0xbeae3aacLU, 0xc00e58aaLU,
0x3f15a27fLU, 0xbfb8a444LU, 0x4046cb73LU, 0xbfc6bc7dLU,
0x3fead575LU, 0xbfa3fe50LU, 0x4040c56aLU, 0xc032c823LU,
0xbf625662LU, 0xbf1f0486LU, 0x3f896b81LU, 0xc08b08e5LU,
0xbfc220baLU, 0xc08201bbLU, 0xbf93ec1cLU, 0xc0817c6bLU,
0xbeaa2c76LU, 0xc08b0beeLU, 0x3f5fccf9LU, 0xc059ec82LU,
0x404d2545LU, 0x3cbdd420LU, 0x4048b2eeLU, 0xbf63af56LU,
0x3faf4cc1LU, 0x3f4fe3d8LU, 0x406d682dLU, 0xbff20636LU,
0x40635be8LU, 0xbfae740dLU, 0x3f1c1786LU, 0xbf9b4710LU,
0xbfeaddc7LU, 0xbec83118LU, 0x405ed03cLU, 0x4033bc97LU,
0xc050ea4bLU, 0xbff5473aLU, 0xc021a4f0LU, 0x3fd705f1LU,
0xbfe8b694LU, 0x40039865LU, 0xc099de69LU, 0x3f7e7ec4LU,
0xc0bcf7f8LU, 0x40488a51LU, 0xbf32a5d2LU, 0x408a7225LU,
0xc08ad263LU, 0x3f87dbecLU, 0xc0414a2eLU, 0x3ff9e3b3LU,
0xc007ec1bLU, 0x3f31c1fdLU, 0xc09673a4LU, 0xc0167098LU,
0xc02dd1a5LU, 0x4022352aLU, 0x3fca179cLU, 0xbe07885cLU,
0x40800036LU, 0xc01d6a37LU, 0x40af50e8LU, 0xbffc93c3LU,
0x40ced4e1LU, 0xc0839730LU, 0x40a1d922LU, 0xbfedde90LU,
0x40b08056LU, 0xc00c7cc2LU, 0x4040e326LU, 0xbfc446efLU,
0x407b2a4aLU, 0xbe3c1d4cLU, 0xbf6059a7LU, 0x40539c24LU,
0xbfea39f0LU, 0x4001e45bLU, 0xc0c30df5LU, 0x4094cbe8LU,
0x3efff2f5LU, 0x4028ff1cLU, 0xc07b624eLU, 0x40531330LU,
0xc070d19eLU, 0x406a18d6LU, 0xc0687fd3LU, 0x40d29123LU,
0xc0020827LU, 0x403fd437LU, 0xc089754aLU, 0x400ffb83LU,
0x3f22c71dLU, 0x3f967440LU, 0xc03edba2LU, 0xc012e40aLU,
0x3dcd25e8LU, 0x3e971660LU, 0xc03cd77cLU, 0x3ffcb668LU,
0x3f8ee696LU, 0x3eef7a04LU, 0x3eda775bLU, 0x404346aaLU,
0x3f0a4402LU, 0x4058d3daLU, 0x3edd4b61LU, 0xbd721f58LU,
0x409b1141LU, 0x404aa1b5LU, 0xc038289bLU, 0x3fe1c0f8LU,
0xbf26f648LU, 0x3eed6b6cLU, 0x4020d634LU, 0xbf85d8acLU,
0xc035165bLU, 0x3fd71dd8LU, 0xc02f8527LU, 0x3e6a6516LU,
0x3f2ee2f6LU, 0x3fdc97d4LU, 0xc064a6f4LU, 0x40b1aae1LU,
0xc001e621LU, 0x40868987LU, 0xc01115faLU, 0x40600045LU,
0xc056bac5LU, 0x4045db73LU, 0xc02372f0LU, 0x400bbb94LU,
0x3fdcff93LU, 0x3fdd38d3LU, 0xc09c195eLU, 0x403bb363LU,
0xbd1129d2LU, 0x40895793LU, 0xbff27abdLU, 0x40f85cdaLU,
0xc02b3a9bLU, 0x3fda9ab1LU, 0xc0b5d2b4LU, 0x40a8d6edLU,
0xc0399fd4LU, 0x40ae2760LU, 0xc0da3251LU, 0x40e1470cLU,
0xc07d4eccLU, 0x40bdeb9bLU, 0xbfe03a2fLU, 0x40e37442LU,
0x3fceae5aLU, 0x407eefb3LU, 0xc00c8c15LU, 0x4030ad19LU,
0xc039e6fbLU, 0x40092749LU, 0xc00597e1LU, 0x40b58557LU,
0xc0930855LU, 0x400fecc5LU, 0xc086fb47LU, 0xbe0f73a4LU,
0xbfa0becbLU, 0x3f6775f5LU, 0xc01aaf42LU, 0xbefdfc32LU,
0xbe09d670LU, 0xc055a837LU, 0xbee2dea4LU, 0xbecf3966LU,
0x40245144LU, 0xbf807a7cLU, 0x406e0c60LU, 0xbff05df9LU,
0x40200a9eLU, 0x3f693746LU, 0xbfc4693cLU, 0x3fc5a158LU,
0xc0276348LU, 0x40b778c4LU, 0xbf9820d3LU, 0x400be7a6LU,
0xc088ea3cLU, 0x3f994bc9LU, 0xc0183f36LU, 0x3f14450cLU,
0xbff29c1bLU, 0x4049caa0LU, 0xbff57895LU, 0xc008d03dLU,
0xc05449e6LU, 0xbeae2540LU, 0x3eeff95dLU, 0xbfbfe3dbLU,
0x401a91a3LU, 0xbeecc0c2LU, 0x403fe5a9LU, 0x3ec56079LU,
0xbcb33939LU, 0x3faa981dLU, 0xbe68af84LU, 0x3f4f707eLU,
0xbff19137LU
};
float* output_in1024_kernel16 = (float*)(_output_in1024_kernel16);