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