1
/*
2
* multiword_types.h
3
*
4
* Academic License - for use in teaching, academic research, and meeting
5
* course requirements at degree granting institutions only. Not for
6
* government, commercial, or other organizational use.
7
*
8
* Code generation for model "Arduino_skal".
9
*
10
* Model version : 1.1
11
* Simulink Coder version : 9.5 (R2021a) 14-Nov-2020
12
* C++ source code generated on : Thu Apr 15 15:56:50 2021
13
*
14
* Target selection: grt.tlc
15
* Note: GRT includes extra infrastructure and instrumentation for prototyping
16
* Embedded hardware selection: Intel->x86-64 (Windows64)
17
* Code generation objective: Debugging
18
* Validation result: Not run
19
*/
20
21
#ifndef
MULTIWORD_TYPES_H
22
#define
MULTIWORD_TYPES_H
23
#include "rtwtypes.h"
24
25
/*
26
* Definitions supporting external data access
27
*/
28
typedef
int32_T
chunk_T
;
29
typedef
uint32_T
uchunk_T
;
30
31
/*
32
* MultiWord supporting definitions
33
*/
34
typedef
long
int
long_T
;
35
36
/*
37
* MultiWord types
38
*/
39
typedef
struct
{
40
uint32_T
chunks
[2];
41
}
int64m_T
;
42
43
typedef
struct
{
44
int64m_T
re
;
45
int64m_T
im
;
46
}
cint64m_T
;
47
48
typedef
struct
{
49
uint32_T
chunks
[2];
50
}
uint64m_T
;
51
52
typedef
struct
{
53
uint64m_T
re
;
54
uint64m_T
im
;
55
}
cuint64m_T
;
56
57
typedef
struct
{
58
uint32_T
chunks
[3];
59
}
int96m_T
;
60
61
typedef
struct
{
62
int96m_T
re
;
63
int96m_T
im
;
64
}
cint96m_T
;
65
66
typedef
struct
{
67
uint32_T
chunks
[3];
68
}
uint96m_T
;
69
70
typedef
struct
{
71
uint96m_T
re
;
72
uint96m_T
im
;
73
}
cuint96m_T
;
74
75
typedef
struct
{
76
uint32_T
chunks
[4];
77
}
int128m_T
;
78
79
typedef
struct
{
80
int128m_T
re
;
81
int128m_T
im
;
82
}
cint128m_T
;
83
84
typedef
struct
{
85
uint32_T
chunks
[4];
86
}
uint128m_T
;
87
88
typedef
struct
{
89
uint128m_T
re
;
90
uint128m_T
im
;
91
}
cuint128m_T
;
92
93
typedef
struct
{
94
uint32_T
chunks
[5];
95
}
int160m_T
;
96
97
typedef
struct
{
98
int160m_T
re
;
99
int160m_T
im
;
100
}
cint160m_T
;
101
102
typedef
struct
{
103
uint32_T
chunks
[5];
104
}
uint160m_T
;
105
106
typedef
struct
{
107
uint160m_T
re
;
108
uint160m_T
im
;
109
}
cuint160m_T
;
110
111
typedef
struct
{
112
uint32_T
chunks
[6];
113
}
int192m_T
;
114
115
typedef
struct
{
116
int192m_T
re
;
117
int192m_T
im
;
118
}
cint192m_T
;
119
120
typedef
struct
{
121
uint32_T
chunks
[6];
122
}
uint192m_T
;
123
124
typedef
struct
{
125
uint192m_T
re
;
126
uint192m_T
im
;
127
}
cuint192m_T
;
128
129
typedef
struct
{
130
uint32_T
chunks
[7];
131
}
int224m_T
;
132
133
typedef
struct
{
134
int224m_T
re
;
135
int224m_T
im
;
136
}
cint224m_T
;
137
138
typedef
struct
{
139
uint32_T
chunks
[7];
140
}
uint224m_T
;
141
142
typedef
struct
{
143
uint224m_T
re
;
144
uint224m_T
im
;
145
}
cuint224m_T
;
146
147
typedef
struct
{
148
uint32_T
chunks
[8];
149
}
int256m_T
;
150
151
typedef
struct
{
152
int256m_T
re
;
153
int256m_T
im
;
154
}
cint256m_T
;
155
156
typedef
struct
{
157
uint32_T
chunks
[8];
158
}
uint256m_T
;
159
160
typedef
struct
{
161
uint256m_T
re
;
162
uint256m_T
im
;
163
}
cuint256m_T
;
164
165
typedef
struct
{
166
uint32_T
chunks
[9];
167
}
int288m_T
;
168
169
typedef
struct
{
170
int288m_T
re
;
171
int288m_T
im
;
172
}
cint288m_T
;
173
174
typedef
struct
{
175
uint32_T
chunks
[9];
176
}
uint288m_T
;
177
178
typedef
struct
{
179
uint288m_T
re
;
180
uint288m_T
im
;
181
}
cuint288m_T
;
182
183
typedef
struct
{
184
uint32_T
chunks
[10];
185
}
int320m_T
;
186
187
typedef
struct
{
188
int320m_T
re
;
189
int320m_T
im
;
190
}
cint320m_T
;
191
192
typedef
struct
{
193
uint32_T
chunks
[10];
194
}
uint320m_T
;
195
196
typedef
struct
{
197
uint320m_T
re
;
198
uint320m_T
im
;
199
}
cuint320m_T
;
200
201
typedef
struct
{
202
uint32_T
chunks
[11];
203
}
int352m_T
;
204
205
typedef
struct
{
206
int352m_T
re
;
207
int352m_T
im
;
208
}
cint352m_T
;
209
210
typedef
struct
{
211
uint32_T
chunks
[11];
212
}
uint352m_T
;
213
214
typedef
struct
{
215
uint352m_T
re
;
216
uint352m_T
im
;
217
}
cuint352m_T
;
218
219
typedef
struct
{
220
uint32_T
chunks
[12];
221
}
int384m_T
;
222
223
typedef
struct
{
224
int384m_T
re
;
225
int384m_T
im
;
226
}
cint384m_T
;
227
228
typedef
struct
{
229
uint32_T
chunks
[12];
230
}
uint384m_T
;
231
232
typedef
struct
{
233
uint384m_T
re
;
234
uint384m_T
im
;
235
}
cuint384m_T
;
236
237
typedef
struct
{
238
uint32_T
chunks
[13];
239
}
int416m_T
;
240
241
typedef
struct
{
242
int416m_T
re
;
243
int416m_T
im
;
244
}
cint416m_T
;
245
246
typedef
struct
{
247
uint32_T
chunks
[13];
248
}
uint416m_T
;
249
250
typedef
struct
{
251
uint416m_T
re
;
252
uint416m_T
im
;
253
}
cuint416m_T
;
254
255
typedef
struct
{
256
uint32_T
chunks
[14];
257
}
int448m_T
;
258
259
typedef
struct
{
260
int448m_T
re
;
261
int448m_T
im
;
262
}
cint448m_T
;
263
264
typedef
struct
{
265
uint32_T
chunks
[14];
266
}
uint448m_T
;
267
268
typedef
struct
{
269
uint448m_T
re
;
270
uint448m_T
im
;
271
}
cuint448m_T
;
272
273
typedef
struct
{
274
uint32_T
chunks
[15];
275
}
int480m_T
;
276
277
typedef
struct
{
278
int480m_T
re
;
279
int480m_T
im
;
280
}
cint480m_T
;
281
282
typedef
struct
{
283
uint32_T
chunks
[15];
284
}
uint480m_T
;
285
286
typedef
struct
{
287
uint480m_T
re
;
288
uint480m_T
im
;
289
}
cuint480m_T
;
290
291
typedef
struct
{
292
uint32_T
chunks
[16];
293
}
int512m_T
;
294
295
typedef
struct
{
296
int512m_T
re
;
297
int512m_T
im
;
298
}
cint512m_T
;
299
300
typedef
struct
{
301
uint32_T
chunks
[16];
302
}
uint512m_T
;
303
304
typedef
struct
{
305
uint512m_T
re
;
306
uint512m_T
im
;
307
}
cuint512m_T
;
308
309
typedef
struct
{
310
uint32_T
chunks
[17];
311
}
int544m_T
;
312
313
typedef
struct
{
314
int544m_T
re
;
315
int544m_T
im
;
316
}
cint544m_T
;
317
318
typedef
struct
{
319
uint32_T
chunks
[17];
320
}
uint544m_T
;
321
322
typedef
struct
{
323
uint544m_T
re
;
324
uint544m_T
im
;
325
}
cuint544m_T
;
326
327
typedef
struct
{
328
uint32_T
chunks
[18];
329
}
int576m_T
;
330
331
typedef
struct
{
332
int576m_T
re
;
333
int576m_T
im
;
334
}
cint576m_T
;
335
336
typedef
struct
{
337
uint32_T
chunks
[18];
338
}
uint576m_T
;
339
340
typedef
struct
{
341
uint576m_T
re
;
342
uint576m_T
im
;
343
}
cuint576m_T
;
344
345
typedef
struct
{
346
uint32_T
chunks
[19];
347
}
int608m_T
;
348
349
typedef
struct
{
350
int608m_T
re
;
351
int608m_T
im
;
352
}
cint608m_T
;
353
354
typedef
struct
{
355
uint32_T
chunks
[19];
356
}
uint608m_T
;
357
358
typedef
struct
{
359
uint608m_T
re
;
360
uint608m_T
im
;
361
}
cuint608m_T
;
362
363
typedef
struct
{
364
uint32_T
chunks
[20];
365
}
int640m_T
;
366
367
typedef
struct
{
368
int640m_T
re
;
369
int640m_T
im
;
370
}
cint640m_T
;
371
372
typedef
struct
{
373
uint32_T
chunks
[20];
374
}
uint640m_T
;
375
376
typedef
struct
{
377
uint640m_T
re
;
378
uint640m_T
im
;
379
}
cuint640m_T
;
380
381
typedef
struct
{
382
uint32_T
chunks
[21];
383
}
int672m_T
;
384
385
typedef
struct
{
386
int672m_T
re
;
387
int672m_T
im
;
388
}
cint672m_T
;
389
390
typedef
struct
{
391
uint32_T
chunks
[21];
392
}
uint672m_T
;
393
394
typedef
struct
{
395
uint672m_T
re
;
396
uint672m_T
im
;
397
}
cuint672m_T
;
398
399
typedef
struct
{
400
uint32_T
chunks
[22];
401
}
int704m_T
;
402
403
typedef
struct
{
404
int704m_T
re
;
405
int704m_T
im
;
406
}
cint704m_T
;
407
408
typedef
struct
{
409
uint32_T
chunks
[22];
410
}
uint704m_T
;
411
412
typedef
struct
{
413
uint704m_T
re
;
414
uint704m_T
im
;
415
}
cuint704m_T
;
416
417
typedef
struct
{
418
uint32_T
chunks
[23];
419
}
int736m_T
;
420
421
typedef
struct
{
422
int736m_T
re
;
423
int736m_T
im
;
424
}
cint736m_T
;
425
426
typedef
struct
{
427
uint32_T
chunks
[23];
428
}
uint736m_T
;
429
430
typedef
struct
{
431
uint736m_T
re
;
432
uint736m_T
im
;
433
}
cuint736m_T
;
434
435
typedef
struct
{
436
uint32_T
chunks
[24];
437
}
int768m_T
;
438
439
typedef
struct
{
440
int768m_T
re
;
441
int768m_T
im
;
442
}
cint768m_T
;
443
444
typedef
struct
{
445
uint32_T
chunks
[24];
446
}
uint768m_T
;
447
448
typedef
struct
{
449
uint768m_T
re
;
450
uint768m_T
im
;
451
}
cuint768m_T
;
452
453
typedef
struct
{
454
uint32_T
chunks
[25];
455
}
int800m_T
;
456
457
typedef
struct
{
458
int800m_T
re
;
459
int800m_T
im
;
460
}
cint800m_T
;
461
462
typedef
struct
{
463
uint32_T
chunks
[25];
464
}
uint800m_T
;
465
466
typedef
struct
{
467
uint800m_T
re
;
468
uint800m_T
im
;
469
}
cuint800m_T
;
470
471
typedef
struct
{
472
uint32_T
chunks
[26];
473
}
int832m_T
;
474
475
typedef
struct
{
476
int832m_T
re
;
477
int832m_T
im
;
478
}
cint832m_T
;
479
480
typedef
struct
{
481
uint32_T
chunks
[26];
482
}
uint832m_T
;
483
484
typedef
struct
{
485
uint832m_T
re
;
486
uint832m_T
im
;
487
}
cuint832m_T
;
488
489
typedef
struct
{
490
uint32_T
chunks
[27];
491
}
int864m_T
;
492
493
typedef
struct
{
494
int864m_T
re
;
495
int864m_T
im
;
496
}
cint864m_T
;
497
498
typedef
struct
{
499
uint32_T
chunks
[27];
500
}
uint864m_T
;
501
502
typedef
struct
{
503
uint864m_T
re
;
504
uint864m_T
im
;
505
}
cuint864m_T
;
506
507
typedef
struct
{
508
uint32_T
chunks
[28];
509
}
int896m_T
;
510
511
typedef
struct
{
512
int896m_T
re
;
513
int896m_T
im
;
514
}
cint896m_T
;
515
516
typedef
struct
{
517
uint32_T
chunks
[28];
518
}
uint896m_T
;
519
520
typedef
struct
{
521
uint896m_T
re
;
522
uint896m_T
im
;
523
}
cuint896m_T
;
524
525
typedef
struct
{
526
uint32_T
chunks
[29];
527
}
int928m_T
;
528
529
typedef
struct
{
530
int928m_T
re
;
531
int928m_T
im
;
532
}
cint928m_T
;
533
534
typedef
struct
{
535
uint32_T
chunks
[29];
536
}
uint928m_T
;
537
538
typedef
struct
{
539
uint928m_T
re
;
540
uint928m_T
im
;
541
}
cuint928m_T
;
542
543
typedef
struct
{
544
uint32_T
chunks
[30];
545
}
int960m_T
;
546
547
typedef
struct
{
548
int960m_T
re
;
549
int960m_T
im
;
550
}
cint960m_T
;
551
552
typedef
struct
{
553
uint32_T
chunks
[30];
554
}
uint960m_T
;
555
556
typedef
struct
{
557
uint960m_T
re
;
558
uint960m_T
im
;
559
}
cuint960m_T
;
560
561
typedef
struct
{
562
uint32_T
chunks
[31];
563
}
int992m_T
;
564
565
typedef
struct
{
566
int992m_T
re
;
567
int992m_T
im
;
568
}
cint992m_T
;
569
570
typedef
struct
{
571
uint32_T
chunks
[31];
572
}
uint992m_T
;
573
574
typedef
struct
{
575
uint992m_T
re
;
576
uint992m_T
im
;
577
}
cuint992m_T
;
578
579
typedef
struct
{
580
uint32_T
chunks
[32];
581
}
int1024m_T
;
582
583
typedef
struct
{
584
int1024m_T
re
;
585
int1024m_T
im
;
586
}
cint1024m_T
;
587
588
typedef
struct
{
589
uint32_T
chunks
[32];
590
}
uint1024m_T
;
591
592
typedef
struct
{
593
uint1024m_T
re
;
594
uint1024m_T
im
;
595
}
cuint1024m_T
;
596
597
typedef
struct
{
598
uint32_T
chunks
[33];
599
}
int1056m_T
;
600
601
typedef
struct
{
602
int1056m_T
re
;
603
int1056m_T
im
;
604
}
cint1056m_T
;
605
606
typedef
struct
{
607
uint32_T
chunks
[33];
608
}
uint1056m_T
;
609
610
typedef
struct
{
611
uint1056m_T
re
;
612
uint1056m_T
im
;
613
}
cuint1056m_T
;
614
615
typedef
struct
{
616
uint32_T
chunks
[34];
617
}
int1088m_T
;
618
619
typedef
struct
{
620
int1088m_T
re
;
621
int1088m_T
im
;
622
}
cint1088m_T
;
623
624
typedef
struct
{
625
uint32_T
chunks
[34];
626
}
uint1088m_T
;
627
628
typedef
struct
{
629
uint1088m_T
re
;
630
uint1088m_T
im
;
631
}
cuint1088m_T
;
632
633
typedef
struct
{
634
uint32_T
chunks
[35];
635
}
int1120m_T
;
636
637
typedef
struct
{
638
int1120m_T
re
;
639
int1120m_T
im
;
640
}
cint1120m_T
;
641
642
typedef
struct
{
643
uint32_T
chunks
[35];
644
}
uint1120m_T
;
645
646
typedef
struct
{
647
uint1120m_T
re
;
648
uint1120m_T
im
;
649
}
cuint1120m_T
;
650
651
typedef
struct
{
652
uint32_T
chunks
[36];
653
}
int1152m_T
;
654
655
typedef
struct
{
656
int1152m_T
re
;
657
int1152m_T
im
;
658
}
cint1152m_T
;
659
660
typedef
struct
{
661
uint32_T
chunks
[36];
662
}
uint1152m_T
;
663
664
typedef
struct
{
665
uint1152m_T
re
;
666
uint1152m_T
im
;
667
}
cuint1152m_T
;
668
669
typedef
struct
{
670
uint32_T
chunks
[37];
671
}
int1184m_T
;
672
673
typedef
struct
{
674
int1184m_T
re
;
675
int1184m_T
im
;
676
}
cint1184m_T
;
677
678
typedef
struct
{
679
uint32_T
chunks
[37];
680
}
uint1184m_T
;
681
682
typedef
struct
{
683
uint1184m_T
re
;
684
uint1184m_T
im
;
685
}
cuint1184m_T
;
686
687
typedef
struct
{
688
uint32_T
chunks
[38];
689
}
int1216m_T
;
690
691
typedef
struct
{
692
int1216m_T
re
;
693
int1216m_T
im
;
694
}
cint1216m_T
;
695
696
typedef
struct
{
697
uint32_T
chunks
[38];
698
}
uint1216m_T
;
699
700
typedef
struct
{
701
uint1216m_T
re
;
702
uint1216m_T
im
;
703
}
cuint1216m_T
;
704
705
typedef
struct
{
706
uint32_T
chunks
[39];
707
}
int1248m_T
;
708
709
typedef
struct
{
710
int1248m_T
re
;
711
int1248m_T
im
;
712
}
cint1248m_T
;
713
714
typedef
struct
{
715
uint32_T
chunks
[39];
716
}
uint1248m_T
;
717
718
typedef
struct
{
719
uint1248m_T
re
;
720
uint1248m_T
im
;
721
}
cuint1248m_T
;
722
723
typedef
struct
{
724
uint32_T
chunks
[40];
725
}
int1280m_T
;
726
727
typedef
struct
{
728
int1280m_T
re
;
729
int1280m_T
im
;
730
}
cint1280m_T
;
731
732
typedef
struct
{
733
uint32_T
chunks
[40];
734
}
uint1280m_T
;
735
736
typedef
struct
{
737
uint1280m_T
re
;
738
uint1280m_T
im
;
739
}
cuint1280m_T
;
740
741
typedef
struct
{
742
uint32_T
chunks
[41];
743
}
int1312m_T
;
744
745
typedef
struct
{
746
int1312m_T
re
;
747
int1312m_T
im
;
748
}
cint1312m_T
;
749
750
typedef
struct
{
751
uint32_T
chunks
[41];
752
}
uint1312m_T
;
753
754
typedef
struct
{
755
uint1312m_T
re
;
756
uint1312m_T
im
;
757
}
cuint1312m_T
;
758
759
typedef
struct
{
760
uint32_T
chunks
[42];
761
}
int1344m_T
;
762
763
typedef
struct
{
764
int1344m_T
re
;
765
int1344m_T
im
;
766
}
cint1344m_T
;
767
768
typedef
struct
{
769
uint32_T
chunks
[42];
770
}
uint1344m_T
;
771
772
typedef
struct
{
773
uint1344m_T
re
;
774
uint1344m_T
im
;
775
}
cuint1344m_T
;
776
777
typedef
struct
{
778
uint32_T
chunks
[43];
779
}
int1376m_T
;
780
781
typedef
struct
{
782
int1376m_T
re
;
783
int1376m_T
im
;
784
}
cint1376m_T
;
785
786
typedef
struct
{
787
uint32_T
chunks
[43];
788
}
uint1376m_T
;
789
790
typedef
struct
{
791
uint1376m_T
re
;
792
uint1376m_T
im
;
793
}
cuint1376m_T
;
794
795
typedef
struct
{
796
uint32_T
chunks
[44];
797
}
int1408m_T
;
798
799
typedef
struct
{
800
int1408m_T
re
;
801
int1408m_T
im
;
802
}
cint1408m_T
;
803
804
typedef
struct
{
805
uint32_T
chunks
[44];
806
}
uint1408m_T
;
807
808
typedef
struct
{
809
uint1408m_T
re
;
810
uint1408m_T
im
;
811
}
cuint1408m_T
;
812
813
typedef
struct
{
814
uint32_T
chunks
[45];
815
}
int1440m_T
;
816
817
typedef
struct
{
818
int1440m_T
re
;
819
int1440m_T
im
;
820
}
cint1440m_T
;
821
822
typedef
struct
{
823
uint32_T
chunks
[45];
824
}
uint1440m_T
;
825
826
typedef
struct
{
827
uint1440m_T
re
;
828
uint1440m_T
im
;
829
}
cuint1440m_T
;
830
831
typedef
struct
{
832
uint32_T
chunks
[46];
833
}
int1472m_T
;
834
835
typedef
struct
{
836
int1472m_T
re
;
837
int1472m_T
im
;
838
}
cint1472m_T
;
839
840
typedef
struct
{
841
uint32_T
chunks
[46];
842
}
uint1472m_T
;
843
844
typedef
struct
{
845
uint1472m_T
re
;
846
uint1472m_T
im
;
847
}
cuint1472m_T
;
848
849
typedef
struct
{
850
uint32_T
chunks
[47];
851
}
int1504m_T
;
852
853
typedef
struct
{
854
int1504m_T
re
;
855
int1504m_T
im
;
856
}
cint1504m_T
;
857
858
typedef
struct
{
859
uint32_T
chunks
[47];
860
}
uint1504m_T
;
861
862
typedef
struct
{
863
uint1504m_T
re
;
864
uint1504m_T
im
;
865
}
cuint1504m_T
;
866
867
typedef
struct
{
868
uint32_T
chunks
[48];
869
}
int1536m_T
;
870
871
typedef
struct
{
872
int1536m_T
re
;
873
int1536m_T
im
;
874
}
cint1536m_T
;
875
876
typedef
struct
{
877
uint32_T
chunks
[48];
878
}
uint1536m_T
;
879
880
typedef
struct
{
881
uint1536m_T
re
;
882
uint1536m_T
im
;
883
}
cuint1536m_T
;
884
885
typedef
struct
{
886
uint32_T
chunks
[49];
887
}
int1568m_T
;
888
889
typedef
struct
{
890
int1568m_T
re
;
891
int1568m_T
im
;
892
}
cint1568m_T
;
893
894
typedef
struct
{
895
uint32_T
chunks
[49];
896
}
uint1568m_T
;
897
898
typedef
struct
{
899
uint1568m_T
re
;
900
uint1568m_T
im
;
901
}
cuint1568m_T
;
902
903
typedef
struct
{
904
uint32_T
chunks
[50];
905
}
int1600m_T
;
906
907
typedef
struct
{
908
int1600m_T
re
;
909
int1600m_T
im
;
910
}
cint1600m_T
;
911
912
typedef
struct
{
913
uint32_T
chunks
[50];
914
}
uint1600m_T
;
915
916
typedef
struct
{
917
uint1600m_T
re
;
918
uint1600m_T
im
;
919
}
cuint1600m_T
;
920
921
typedef
struct
{
922
uint32_T
chunks
[51];
923
}
int1632m_T
;
924
925
typedef
struct
{
926
int1632m_T
re
;
927
int1632m_T
im
;
928
}
cint1632m_T
;
929
930
typedef
struct
{
931
uint32_T
chunks
[51];
932
}
uint1632m_T
;
933
934
typedef
struct
{
935
uint1632m_T
re
;
936
uint1632m_T
im
;
937
}
cuint1632m_T
;
938
939
typedef
struct
{
940
uint32_T
chunks
[52];
941
}
int1664m_T
;
942
943
typedef
struct
{
944
int1664m_T
re
;
945
int1664m_T
im
;
946
}
cint1664m_T
;
947
948
typedef
struct
{
949
uint32_T
chunks
[52];
950
}
uint1664m_T
;
951
952
typedef
struct
{
953
uint1664m_T
re
;
954
uint1664m_T
im
;
955
}
cuint1664m_T
;
956
957
typedef
struct
{
958
uint32_T
chunks
[53];
959
}
int1696m_T
;
960
961
typedef
struct
{
962
int1696m_T
re
;
963
int1696m_T
im
;
964
}
cint1696m_T
;
965
966
typedef
struct
{
967
uint32_T
chunks
[53];
968
}
uint1696m_T
;
969
970
typedef
struct
{
971
uint1696m_T
re
;
972
uint1696m_T
im
;
973
}
cuint1696m_T
;
974
975
typedef
struct
{
976
uint32_T
chunks
[54];
977
}
int1728m_T
;
978
979
typedef
struct
{
980
int1728m_T
re
;
981
int1728m_T
im
;
982
}
cint1728m_T
;
983
984
typedef
struct
{
985
uint32_T
chunks
[54];
986
}
uint1728m_T
;
987
988
typedef
struct
{
989
uint1728m_T
re
;
990
uint1728m_T
im
;
991
}
cuint1728m_T
;
992
993
typedef
struct
{
994
uint32_T
chunks
[55];
995
}
int1760m_T
;
996
997
typedef
struct
{
998
int1760m_T
re
;
999
int1760m_T
im
;
1000
}
cint1760m_T
;
1001
1002
typedef
struct
{
1003
uint32_T
chunks
[55];
1004
}
uint1760m_T
;
1005
1006
typedef
struct
{
1007
uint1760m_T
re
;
1008
uint1760m_T
im
;
1009
}
cuint1760m_T
;
1010
1011
typedef
struct
{
1012
uint32_T
chunks
[56];
1013
}
int1792m_T
;
1014
1015
typedef
struct
{
1016
int1792m_T
re
;
1017
int1792m_T
im
;
1018
}
cint1792m_T
;
1019
1020
typedef
struct
{
1021
uint32_T
chunks
[56];
1022
}
uint1792m_T
;
1023
1024
typedef
struct
{
1025
uint1792m_T
re
;
1026
uint1792m_T
im
;
1027
}
cuint1792m_T
;
1028
1029
typedef
struct
{
1030
uint32_T
chunks
[57];
1031
}
int1824m_T
;
1032
1033
typedef
struct
{
1034
int1824m_T
re
;
1035
int1824m_T
im
;
1036
}
cint1824m_T
;
1037
1038
typedef
struct
{
1039
uint32_T
chunks
[57];
1040
}
uint1824m_T
;
1041
1042
typedef
struct
{
1043
uint1824m_T
re
;
1044
uint1824m_T
im
;
1045
}
cuint1824m_T
;
1046
1047
typedef
struct
{
1048
uint32_T
chunks
[58];
1049
}
int1856m_T
;
1050
1051
typedef
struct
{
1052
int1856m_T
re
;
1053
int1856m_T
im
;
1054
}
cint1856m_T
;
1055
1056
typedef
struct
{
1057
uint32_T
chunks
[58];
1058
}
uint1856m_T
;
1059
1060
typedef
struct
{
1061
uint1856m_T
re
;
1062
uint1856m_T
im
;
1063
}
cuint1856m_T
;
1064
1065
typedef
struct
{
1066
uint32_T
chunks
[59];
1067
}
int1888m_T
;
1068
1069
typedef
struct
{
1070
int1888m_T
re
;
1071
int1888m_T
im
;
1072
}
cint1888m_T
;
1073
1074
typedef
struct
{
1075
uint32_T
chunks
[59];
1076
}
uint1888m_T
;
1077
1078
typedef
struct
{
1079
uint1888m_T
re
;
1080
uint1888m_T
im
;
1081
}
cuint1888m_T
;
1082
1083
typedef
struct
{
1084
uint32_T
chunks
[60];
1085
}
int1920m_T
;
1086
1087
typedef
struct
{
1088
int1920m_T
re
;
1089
int1920m_T
im
;
1090
}
cint1920m_T
;
1091
1092
typedef
struct
{
1093
uint32_T
chunks
[60];
1094
}
uint1920m_T
;
1095
1096
typedef
struct
{
1097
uint1920m_T
re
;
1098
uint1920m_T
im
;
1099
}
cuint1920m_T
;
1100
1101
typedef
struct
{
1102
uint32_T
chunks
[61];
1103
}
int1952m_T
;
1104
1105
typedef
struct
{
1106
int1952m_T
re
;
1107
int1952m_T
im
;
1108
}
cint1952m_T
;
1109
1110
typedef
struct
{
1111
uint32_T
chunks
[61];
1112
}
uint1952m_T
;
1113
1114
typedef
struct
{
1115
uint1952m_T
re
;
1116
uint1952m_T
im
;
1117
}
cuint1952m_T
;
1118
1119
typedef
struct
{
1120
uint32_T
chunks
[62];
1121
}
int1984m_T
;
1122
1123
typedef
struct
{
1124
int1984m_T
re
;
1125
int1984m_T
im
;
1126
}
cint1984m_T
;
1127
1128
typedef
struct
{
1129
uint32_T
chunks
[62];
1130
}
uint1984m_T
;
1131
1132
typedef
struct
{
1133
uint1984m_T
re
;
1134
uint1984m_T
im
;
1135
}
cuint1984m_T
;
1136
1137
typedef
struct
{
1138
uint32_T
chunks
[63];
1139
}
int2016m_T
;
1140
1141
typedef
struct
{
1142
int2016m_T
re
;
1143
int2016m_T
im
;
1144
}
cint2016m_T
;
1145
1146
typedef
struct
{
1147
uint32_T
chunks
[63];
1148
}
uint2016m_T
;
1149
1150
typedef
struct
{
1151
uint2016m_T
re
;
1152
uint2016m_T
im
;
1153
}
cuint2016m_T
;
1154
1155
typedef
struct
{
1156
uint32_T
chunks
[64];
1157
}
int2048m_T
;
1158
1159
typedef
struct
{
1160
int2048m_T
re
;
1161
int2048m_T
im
;
1162
}
cint2048m_T
;
1163
1164
typedef
struct
{
1165
uint32_T
chunks
[64];
1166
}
uint2048m_T
;
1167
1168
typedef
struct
{
1169
uint2048m_T
re
;
1170
uint2048m_T
im
;
1171
}
cuint2048m_T
;
1172
1173
#endif
/* MULTIWORD_TYPES_H */
1174