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