Lines Matching full:vector
281 vector signed char v;
287 vector unsigned char v;
293 vector bool char v;
299 vector signed short v;
305 vector unsigned short v;
311 vector bool short v;
317 vector signed int v;
323 vector unsigned int v;
329 vector bool int v;
336 vector float v;
429 vector signed char Ccons1 = (vector signed char){-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7};
430 vector signed char Ccons2 = (vector signed char){1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1};
431 vector signed char Ccons3 = (vector signed char){-128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127};
432 vector unsigned char UCcons1 = (vector unsigned char){248, 249, 250, 251, 252, 253, 254, 255, 0, 1, 2, 3, 4, 5, 6, 7};
433 vector unsigned char UCcons2 = (vector unsigned char){2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2};
434 vector unsigned char UCcons3 = (vector unsigned char){1, 2, 3, 4, 5, 6, 7, 8, 1, 2, 3, 4, 5, 6, 7, 8};
435 vector signed short Scons1 = (vector signed short){-4, -3, -2, -1, 0, 1, 2, 3};
436 vector signed short Scons2 = (vector signed short){-32768, 10000, 1, 1, 1, 1, -10000, -10000};
437 vector signed short Scons3 = (vector signed short){-32768, 32767, -32768, 32767, -32768, 32767, -32768, 32767};
438 vector unsigned short UScons1 = (vector unsigned short){65532, 65533, 65534, 65535, 0, 1, 2, 3};
439 vector unsigned short UScons2 = (vector unsigned short){1, 1, 1, 1, 1, 1, 1, 1};
440 vector unsigned short UScons3 = (vector unsigned short){1, 2, 3, 4, 1, 2, 3, 4};
441 vector signed int Icons1 = (vector signed int){-4, -1, 1, 4};
442 vector signed int Icons2 = (vector signed int){1, 1, 1, 1};
443 vector signed int Icons3 = (vector signed int){0x80000000, 0x7FFFFFFF, 0x80000000, 0x7FFFFFFF};
444 vector unsigned int UIcons1 = (vector unsigned int){0xFFFFFFFE, 0xFFFFFFFF, 0, 1};
445 vector unsigned int UIcons2 = (vector unsigned int){1, 1, 1, 1};
446 vector unsigned int UIcons3 = (vector unsigned int){1, 2, 1, 2};
449 vector float Fcons1 = (vector float){-1.5, 1.0, 0.5, -3.999};
450 vector float Fcons2 = (vector float){1.0, 1.0, 1.0, 1.0};
451 vector float Fcons3 = (vector float){100000000000.0, 1.0, -1.0, -1234567890.0};
455 vector signed char Ccons1 = (vector signed char)(-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7);
456 vector signed char Ccons2 = (vector signed char)(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1);
457 vector signed char Ccons3 = (vector signed char)(-128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127);
458 vector unsigned char UCcons1 = (vector unsigned char)(248, 249, 250, 251, 252, 253, 254, 255, 0, 1, 2, 3, 4, 5, 6, 7);
459 vector unsigned char UCcons2 = (vector unsigned char)(2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2);
460 vector unsigned char UCcons3 = (vector unsigned char)(1, 2, 3, 4, 5, 6, 7, 8, 1, 2, 3, 4, 5, 6, 7, 8);
461 vector signed short Scons1 = (vector signed short)(-4, -3, -2, -1, 0, 1, 2, 3);
462 vector signed short Scons2 = (vector signed short)(-32768, 10000, 1, 1, 1, 1, -10000, -10000);
463 vector signed short Scons3 = (vector signed short)(-32768, 32767, -32768, 32767, -32768, 32767, -32768, 32767);
464 vector unsigned short UScons1 = (vector unsigned short)(65532, 65533, 65534, 65535, 0, 1, 2, 3);
465 vector unsigned short UScons2 = (vector unsigned short)(1, 1, 1, 1, 1, 1, 1, 1);
466 vector unsigned short UScons3 = (vector unsigned short)(1, 2, 3, 4, 1, 2, 3, 4);
467 vector signed int Icons1 = (vector signed int)(-4, -1, 1, 4);
468 vector signed int Icons2 = (vector signed int)(1, 1, 1, 1);
469 vector signed int Icons3 = (vector signed int)(0x80000000, 0x7FFFFFFF, 0x80000000, 0x7FFFFFFF);
470 vector unsigned int UIcons1 = (vector unsigned int)(0xFFFFFFFE, 0xFFFFFFFF, 0, 1);
471 vector unsigned int UIcons2 = (vector unsigned int)(1, 1, 1, 1);
472 vector unsigned int UIcons3 = (vector unsigned int)(1, 2, 1, 2);
475 vector float Fcons1 = (vector float)(-1.5, 1.0, 0.5, -3.999);
476 vector float Fcons2 = (vector float)(1.0, 1.0, 1.0, 1.0);
477 vector float Fcons3 = (vector float)(100000000000.0, 1.0, -1.0, -1234567890.0);
1726 vector signed char Ccons1 = (vector signed char){-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7};
1727 // vector signed char Ccons2 = (vector signed char){1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1};
1728 // vector signed char Ccons3 = (vector signed char){-128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127};
1729 vector unsigned char UCcons1 = (vector unsigned char){248, 249, 250, 251, 252, 253, 254, 255, 0, 1, 2, 3, 4, 5, 6, 7};
1730 // vector unsigned char UCcons2 = (vector unsigned char){2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2};
1731 // vector unsigned char UCcons3 = (vector unsigned char){1, 2, 3, 4, 5, 6, 7, 8, 1, 2, 3, 4, 5, 6, 7, 8};
1732 vector signed short Scons1 = (vector signed short){-4, -3, -2, -1, 0, 1, 2, 3};
1733 // vector signed short Scons2 = (vector signed short){-32768, 10000, 1, 1, 1, 1, -10000, -10000};
1734 // vector signed short Scons3 = (vector signed short){-32768, 32767, -32768, 32767, -32768, 32767, -32768, 32767};
1735 // vector unsigned short UScons1 = (vector unsigned short){65532, 65533, 65534, 65535, 0, 1, 2, 3};
1736 // vector unsigned short UScons2 = (vector unsigned short){1, 1, 1, 1, 1, 1, 1, 1};
1737 vector unsigned short UScons3 = (vector unsigned short){1, 2, 3, 4, 1, 2, 3, 4};
1738 vector signed int Icons1 = (vector signed int){-4, -1, 1, 4};
1739 // vector signed int Icons2 = (vector signed int){1, 1, 1, 1};
1740 // vector signed int Icons3 = (vector signed int){0x80000000, 0x7FFFFFFF, 0x80000000, 0x7FFFFFFF};
1741 vector unsigned int UIcons1 = (vector unsigned int){0xFFFFFFFE, 0xFFFFFFFF, 0, 1};
1742 // vector unsigned int UIcons2 = (vector unsigned int){1, 1, 1, 1};
1743 // vector unsigned int UIcons3 = (vector unsigned int){1, 2, 1, 2};
1746 vector float Fcons1 = (vector float){-1.5, 1.0, 0.5, -3.999};
1747 // vector float Fcons2 = (vector float){1.0, 1.0, 1.0, 1.0};
1748 vector float Fcons3 = (vector float){100000000000.0, 1.0, -1.0, -1234567890.0};
1752 vector signed char Ccons1 = (vector signed char)(-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7);
1753 vector signed char Ccons2 = (vector signed char)(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1);
1754 vector signed char Ccons3 = (vector signed char)(-128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127);
1755 vector unsigned char UCcons1 = (vector unsigned char)(248, 249, 250, 251, 252, 253, 254, 255, 0, 1, 2, 3, 4, 5, 6, 7);
1756 vector unsigned char UCcons2 = (vector unsigned char)(2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2);
1757 vector unsigned char UCcons3 = (vector unsigned char)(1, 2, 3, 4, 5, 6, 7, 8, 1, 2, 3, 4, 5, 6, 7, 8);
1758 vector signed short Scons1 = (vector signed short)(-4, -3, -2, -1, 0, 1, 2, 3);
1759 vector signed short Scons2 = (vector signed short)(-32768, 10000, 1, 1, 1, 1, -10000, -10000);
1760 vector signed short Scons3 = (vector signed short)(-32768, 32767, -32768, 32767, -32768, 32767, -32768, 32767);
1761 vector unsigned short UScons1 = (vector unsigned short)(65532, 65533, 65534, 65535, 0, 1, 2, 3);
1762 vector unsigned short UScons2 = (vector unsigned short)(1, 1, 1, 1, 1, 1, 1, 1);
1763 vector unsigned short UScons3 = (vector unsigned short)(1, 2, 3, 4, 1, 2, 3, 4);
1764 vector signed int Icons1 = (vector signed int)(-4, -1, 1, 4);
1765 vector signed int Icons2 = (vector signed int)(1, 1, 1, 1);
1766 vector signed int Icons3 = (vector signed int)(0x80000000, 0x7FFFFFFF, 0x80000000, 0x7FFFFFFF);
1767 vector unsigned int UIcons1 = (vector unsigned int)(0xFFFFFFFE, 0xFFFFFFFF, 0, 1);
1768 vector unsigned int UIcons2 = (vector unsigned int)(1, 1, 1, 1);
1769 vector unsigned int UIcons3 = (vector unsigned int)(1, 2, 1, 2);
1772 vector float Fcons1 = (vector float)(-1.5, 1.0, 0.5, -3.999);
1773 vector float Fcons2 = (vector float)(1.0, 1.0, 1.0, 1.0);
1774 vector float Fcons3 = (vector float)(100000000000.0, 1.0, -1.0, -1234567890.0);
1781 unsigned char *UCmem = (unsigned char*)calloc_vec( 1, sizeof(vector unsigned char) );
1782 signed char *Cmem = (signed char*)calloc_vec( 1, sizeof(vector signed char) );
1783 unsigned short *USmem = (unsigned short*)calloc_vec( 1, sizeof(vector unsigned short) );
1784 signed short *Smem = (signed short*)calloc_vec( 1, sizeof(vector signed short) );
1785 unsigned int *UImem = (unsigned int*)calloc_vec( 1, sizeof(vector unsigned int) );
1786 signed int *Imem = (signed int*)calloc_vec( 1, sizeof(vector signed int) );
1788 float *Fmem = (float*)calloc_vec( 1, sizeof(vector float) );
1793 printf("Function vec_dss [Vector data Stream Stop] not checked\n");
1797 printf("Function vec_dssall [Vector Stream Stop all] not checked\n");
1801 printf("Function vec_dst [Vector Data Stream Touch] not checked\n");
1805 printf("Function vec_dstst [Vector Data Stream Touch for Store] not checked\n");
1809 printf("Function vec_dststt [Vector Data Stream Touch for Store Transient] not checked\n");
1813 printf("Function vec_dstt [Vector Data Stream Touch Transient] not checked\n");
1860 memcpy( UCmem, &UCcons1, sizeof(vector unsigned char) );
1875 memcpy( Cmem, &Ccons1, sizeof(vector signed char) );
1890 memcpy( USmem, &UScons3, sizeof(vector unsigned short) );
1905 memcpy( Smem, &Scons1, sizeof(vector signed short) );
1920 memcpy( UImem, &UIcons1, sizeof(vector unsigned int) );
1935 memcpy( Imem, &Icons1, sizeof(vector signed int) );
1951 memcpy( Fmem, &Fcons1, sizeof(vector float) );
2073 memcpy( UCmem, &UCcons1, sizeof(vector unsigned char) );
2088 memcpy( Cmem, &Ccons1, sizeof(vector signed char) );
2103 memcpy( USmem, &UScons3, sizeof(vector unsigned short) );
2118 memcpy( Smem, &Scons1, sizeof(vector signed short) );
2133 memcpy( UImem, &UIcons1, sizeof(vector unsigned int) );
2148 memcpy( Imem, &Icons1, sizeof(vector signed int) );
2164 memcpy( Fmem, &Fcons1, sizeof(vector float) );
2180 /* Free dynamic vector variables */
2278 vector signed char Ccons1 = (vector signed char){-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7};
2279 vector signed char Ccons2 = (vector signed char){1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1};
2280 // vector signed char Ccons3 = (vector signed char){-128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127};
2281 vector unsigned char UCcons1 = (vector unsigned char){248, 249, 250, 251, 252, 253, 254, 255, 0, 1, 2, 3, 4, 5, 6, 7};
2282 vector unsigned char UCcons2 = (vector unsigned char){2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2};
2283 // vector unsigned char UCcons3 = (vector unsigned char){1, 2, 3, 4, 5, 6, 7, 8, 1, 2, 3, 4, 5, 6, 7, 8};
2284 vector signed short Scons1 = (vector signed short){256, 320, 340, -1, 0, 1, 2, 3};
2285 vector signed short Scons2 = (vector signed short){256, 320, 340, 1, 1, 1, -10000, -10000};
2286 vector signed short Scons3 = (vector signed short){256, 320, 340, 32767, -32768, 32767, -32768, 32767};
2287 vector unsigned short UScons1 = (vector unsigned short){65532, 65533, 65534, 65535, 0, 1, 2, 3};
2288 vector unsigned short UScons2 = (vector unsigned short){1, 1, 1, 1, 1, 1, 1, 1};
2289 vector unsigned short UScons3 = (vector unsigned short){1, 2, 3, 4, 1, 2, 3, 4};
2290 vector signed int Icons1 = (vector signed int){-4, -1, 1, 4};
2291 vector signed int Icons2 = (vector signed int){1, 1, 1, 1};
2292 vector signed int Icons3 = (vector signed int){0x80000000, 0x7FFFFFFF, 0x80000000, 0x7FFFFFFF};
2293 vector unsigned int UIcons1 = (vector unsigned int){0xFFFFFFFE, 0xFFFFFFFF, 0, 1};
2294 vector unsigned int UIcons2 = (vector unsigned int){1, 1, 1, 1};
2295 vector unsigned int UIcons3 = (vector unsigned int){1, 2, 1, 2};
2298 vector float Fcons1 = (vector float){-1.5, 1.0, 0.5, -3.999};
2299 vector float Fcons2 = (vector float){1.0, 1.0, 1.0, 1.0};
2300 vector float Fcons3 = (vector float){100000000000.0, 1.0, -1.0, -1234567890.0};
2304 vector signed char Ccons1 = (vector signed char)(-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7);
2305 vector signed char Ccons2 = (vector signed char)(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1);
2306 vector signed char Ccons3 = (vector signed char)(-128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127);
2307 vector unsigned char UCcons1 = (vector unsigned char)(248, 249, 250, 251, 252, 253, 254, 255, 0, 1, 2, 3, 4, 5, 6, 7);
2308 vector unsigned char UCcons2 = (vector unsigned char)(2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2);
2309 // vector unsigned char UCcons3 = (vector unsigned char)(1, 2, 3, 4, 5, 6, 7, 8, 1, 2, 3, 4, 5, 6, 7, 8);
2310 vector signed short Scons1 = (vector signed short)(-4, -3, -2, -1, 0, 1, 2, 3);
2311 vector signed short Scons2 = (vector signed short)(-32768, 10000, 1, 1, 1, 1, -10000, -10000);
2312 vector signed short Scons3 = (vector signed short)(-32768, 32767, -32768, 32767, -32768, 32767, -32768, 32767);
2313 vector unsigned short UScons1 = (vector unsigned short)(65532, 65533, 65534, 65535, 0, 1, 2, 3);
2314 vector unsigned short UScons2 = (vector unsigned short)(1, 1, 1, 1, 1, 1, 1, 1);
2315 vector unsigned short UScons3 = (vector unsigned short)(1, 2, 3, 4, 1, 2, 3, 4);
2316 vector signed int Icons1 = (vector signed int)(-4, -1, 1, 4);
2317 vector signed int Icons2 = (vector signed int)(1, 1, 1, 1);
2318 vectorvector signed int)(0x80000000, 0x7FFFFFFF, 0x80000000, 0x7FFFFFFF);
2319 vector unsigned int UIcons1 = (vector unsigned int)(0xFFFFFFFE, 0xFFFFFFFF, 0, 1);
2320 vector unsigned int UIcons2 = (vector unsigned int)(1, 1, 1, 1);
2321 vector unsigned int UIcons3 = (vector unsigned int)(1, 2, 1, 2);
2324 vector float Fcons1 = (vector float)(-1.5, 1.0, 0.5, -3.999);
2325 vector float Fcons2 = (vector float)(1.0, 1.0, 1.0, 1.0);
2326 vector float Fcons3 = (vector float)(100000000000.0, 1.0, -1.0, -1234567890.0);
2340 UCaux2.v =(vector unsigned char){0x0,0x1,0x2,0x3,0x4,0x5,0x6,0x7,0x8,0x9,0xA,0xB,0xC,0xD,0xE,0xF};
2342 UCaux2.v =(vector unsigned char)(0x0,0x1,0x2,0x3,0x4,0x5,0x6,0x7,0x8,0x9,0xA,0xB,0xC,0xD,0xE,0xF);
2363 UCaux2.v =(vector unsigned char){0x10,0x11,0x12,0x13,0x14,0x15,0x16,0x17,0x18,0x19,0x1A,0x1B,0x1C,0x1D,0x1E,0x1F};
2365 UCaux2.v =(vector unsigned char)(0x10,0x11,0x12,0x13,0x14,0x15,0x16,0x17,0x18,0x19,0x1A,0x1B,0x1C,0x1D,0x1E,0x1F);
2729 printf("Function vec_mfvscr [Vector Move from Vector Status and Control Register] not checked\n");
2925 printf("vector: %d \n", Saux1.e[i]);
3070 printf("Function vec_mtvscr [Vector Move to Vector Status and Control Register] not checked\n");
3455 vector signed char Ccons1 = (vector signed char){-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7};
3456 vector signed char Ccons2 = (vector signed char){1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1};
3457 vector signed char Ccons3 = (vector signed char){-128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127};
3458 vector unsigned char UCcons1 = (vector unsigned char){248, 249, 250, 251, 252, 253, 254, 255, 0, 1, 2, 3, 4, 5, 6, 7};
3459 vector unsigned char UCcons2 = (vector unsigned char){2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2};
3460 vector unsigned char UCcons3 = (vector unsigned char){1, 2, 3, 4, 5, 6, 7, 8, 1, 2, 3, 4, 5, 6, 7, 8};
3461 vector signed short Scons1 = (vector signed short){-4, -3, -2, -1, 0, 1, 2, 3};
3462 vector signed short Scons2 = (vector signed short){-32768, 10000, 1, 1, 1, 1, -10000, -10000};
3463 vector signed short Scons3 = (vector signed short){-32768, 32767, -32768, 32767, -32768, 32767, -32768, 32767};
3464 vector unsigned short UScons1 = (vector unsigned short){65532, 65533, 65534, 65535, 0, 1, 2, 3};
3465 vector unsigned short UScons2 = (vector unsigned short){1, 1, 1, 1, 1, 1, 1, 1};
3466 vector unsigned short UScons3 = (vector unsigned short){1, 2, 3, 4, 1, 2, 3, 4};
3467 vector signed int Icons1 = (vector signed int){-4, -1, 1, 4};
3468 vector signed int Icons2 = (vector signed int){1, 1, 1, 1};
3469 vector signed int Icons3 = (vector signed int){0x80000000, 0x7FFFFFFF, 0x80000000, 0x7FFFFFFF};
3470 vector unsigned int UIcons1 = (vector unsigned int){0xFFFFFFFE, 0xFFFFFFFF, 0, 1};
3471 vector unsigned int UIcons2 = (vector unsigned int){1, 1, 1, 1};
3472 vector unsigned int UIcons3 = (vector unsigned int){1, 2, 1, 2};
3475 vector float Fcons1 = (vector float){-1.5, 1.0, 0.5, -3.999};
3476 vector float Fcons2 = (vector float){1.0, 1.0, 1.0, 1.0};
3477 vector float Fcons3 = (vector float){100000000000.0, 1.0, -1.0, -1234567890.0};
3481 vector signed char Ccons1 = (vector signed char)(-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7);
3482 vector signed char Ccons2 = (vector signed char)(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1);
3483 vector signed char Ccons3 = (vector
3484 vector unsigned char UCcons1 = (vector unsigned char)(248, 249, 250, 251, 252, 253, 254, 255, 0, 1, 2, 3, 4, 5, 6, 7);
3485 vector unsigned char UCcons2 = (vector unsigned char)(2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2);
3486 vector unsigned char UCcons3 = (vector unsigned char)(1, 2, 3, 4, 5, 6, 7, 8, 1, 2, 3, 4, 5, 6, 7, 8);
3487 vector signed short Scons1 = (vector signed short)(-4, -3, -2, -1, 0, 1, 2, 3);
3488 vector signed short Scons2 = (vector signed short)(-32768, 10000, 1, 1, 1, 1, -10000, -10000);
3489 vector signed short Scons3 = (vector signed short)(-32768, 32767, -32768, 32767, -32768, 32767, -32768, 32767);
3490 vector unsigned short UScons1 = (vector unsigned short)(65532, 65533, 65534, 65535, 0, 1, 2, 3);
3491 vector unsigned short UScons2 = (vector unsigned short)(1, 1, 1, 1, 1, 1, 1, 1);
3492 vector unsigned short UScons3 = (vector unsigned short)(1, 2, 3, 4, 1, 2, 3, 4);
3493 vector signed int Icons1 = (vector signed int)(-4, -1, 1, 4);
3494 vector signed int Icons2 = (vector signed int)(1, 1, 1, 1);
3495 vector signed int Icons3 = (vector signed int)(0x80000000, 0x7FFFFFFF, 0x80000000, 0x7FFFFFFF);
3496 vector unsigned int UIcons1 = (vector unsigned int)(0xFFFFFFFE, 0xFFFFFFFF, 0, 1);
3497 vector unsigned int UIcons2 = (vector unsigned int)(1, 1, 1, 1);
3498 vector unsigned int UIcons3 = (vector unsigned int)(1, 2, 1, 2);
3501 vector float Fcons1 = (vector float)(-1.5, 1.0, 0.5, -3.999);
3502 vector float Fcons2 = (vector float)(1.0, 1.0, 1.0, 1.0);
3503 vector float Fcons3 = (vector float)(100000000000.0, 1.0, -1.0, -1234567890.0);
3510 unsigned char *UCmem = (unsigned char*)calloc_vec( 1, sizeof(vector unsigned char) );
3511 signed char *Cmem = (signed char*)calloc_vec( 1, sizeof(vector signed char) );
3512 unsigned short *USmem = (unsigned short*)calloc_vec( 1, sizeof(vector unsigned short) );
3513 signed short *Smem = (signed short*)calloc_vec( 1, sizeof(vector signed short) );
3514 unsigned int *UImem = (unsigned int*)calloc_vec( 1, sizeof(vector unsigned int) );
3515 signed int *Imem = (signed int*)calloc_vec( 1, sizeof(vector signed int) );
3517 float *Fmem = (float*)calloc_vec( 1, sizeof(vector float) );
3596 printf("Function vec_packpx [Vector Pack Pixel] not checked\n");
3812 printf("Function vec_perm [Vector Permute] not checked\n");
5690 /* Free dynamic vector variables */
5764 vector signed char Ccons1 = (vector signed char){-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7};
5765 vector signed char Ccons2 = (vector signed char){1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1};
5766 vector signed char Ccons3 = (vector signed char){-128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127};
5767 vector unsigned char UCcons1 = (vector unsigned char){248, 249, 250, 251, 252, 253, 254, 255, 0, 1, 2, 3, 4, 5, 6, 7};
5768 vector unsigned char UCcons2 = (vector unsigned char){2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2};
5769 vector unsigned char UCcons3 = (vector unsigned char){1, 2, 3, 4, 5, 6, 7, 8, 1, 2, 3, 4, 5, 6, 7, 8};
5770 vector signed short Scons1 = (vector signed short){-4, -3, -2, -1, 0, 1, 2, 3};
5771 vector signed short Scons2 = (vector signed short){-32768, 10000, 1, 1, 1, 1, -10000, -10000};
5772 vector signed short Scons3 = (vector signed short){-32768, 32767, -32768, 32767, -32768, 32767, -32768, 32767};
5773 vector unsigned short UScons1 = (vector unsigned short){65532, 65533, 65534, 65535, 0, 1, 2, 3};
5774 vector unsigned short UScons2 = (vector unsigned short){1, 1, 1, 1, 1, 1, 1, 1};
5775 vector unsigned short UScons3 = (vector unsigned short){1, 2, 3, 4, 1, 2, 3, 4};
5776 vector signed int Icons1 = (vector signed int){-4, -1, 1, 4};
5777 vector signed int Icons2 = (vector signed int){1, 1, 1, 1};
5778 vector signed int Icons3 = (vector signed int){0x80000000, 0x7FFFFFFF, 0x80000000, 0x7FFFFFFF};
5779 vector unsigned int UIcons1 = (vector unsigned int){0xFFFFFFFE, 0xFFFFFFFF, 0, 1};
5780 vector unsigned int UIcons2 = (vector unsigned int){1, 1, 1, 1};
5781 vector unsigned int UIcons3 = (vector unsigned int){1, 2, 1, 2};
5784 vector float Fcons1 = (vector float){-1.5, 1.0, 0.5, -3.999};
5785 vector float Fcons2 = (vector float){1.0, 1.0, 1.0, 1.0};
5786 vector float Fcons3 = (vector float){100000000000.0, 1.0, -1.0, -1234567890.0};
5790 vector signed char Ccons1 = (vector signed char)(-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7);
5791 vector signed char Ccons2 = (vector signed char)(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1);
5792 vector signed char Ccons3 = (vector signed char)(-128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127);
5793 vector unsigned char UCcons1 = (vector unsigned char)(248, 249, 250, 251, 252, 253, 254, 255, 0, 1, 2, 3, 4, 5, 6, 7);
5794 vector unsigned char UCcons2 = (vector unsigned char)(2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2);
5795 vector unsigned char UCcons3 = (vector unsigned char)(1, 2, 3, 4, 5, 6, 7, 8, 1, 2, 3, 4, 5, 6, 7, 8);
5796 vector signed short Scons1 = (vector signed short)(-4, -3, -2, -1, 0, 1, 2, 3);
5797 vector signed short Scons2 = (vector signed short)(-32768, 10000, 1, 1, 1, 1, -10000, -10000);
5798 vector signed short Scons3 = (vector signed short)(-32768, 32767, -32768, 32767, -32768, 32767, -32768, 32767);
5799 vector unsigned short UScons1 = (vector unsigned short)(65532, 65533, 65534, 65535, 0, 1, 2, 3);
5800 vector unsigned short UScons2 = (vector unsigned short)(1, 1, 1, 1, 1, 1, 1, 1);
5801 vector unsigned short UScons3 = (vector unsigned short)(1, 2, 3, 4, 1, 2, 3, 4);
5802 vector signed int Icons1 = (vector signed int)(-4, -1, 1, 4);
5803 vector signed int Icons2 = (vector signed int)(1, 1, 1, 1);
5804 vector signed int Icons3 = (vector signed int)(0x80000000, 0x7FFFFFFF, 0x80000000, 0x7FFFFFFF);
5805 vector unsigned int UIcons1 = (vector unsigned int)(0xFFFFFFFE, 0xFFFFFFFF, 0, 1);
5806 vector unsigned int UIcons2 = (vector unsigned int)(1, 1, 1, 1);
5807 vector unsigned int UIcons3 = (vector unsigned int)(1, 2, 1, 2);
5810 vector float Fcons1 = (vector float)(-1.5, 1.0, 0.5, -3.999);
5811 vector float Fcons2 = (vector float)(1.0, 1.0, 1.0, 1.0);
5812 vector float Fcons3 = (vector float)(100000000000.0, 1.0, -1.0, -1234567890.0);
6468 vector signed char Ccons1 = (vector signed char){-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7};
6469 vector signed char Ccons2 = (vector signed char){1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1};
6470 vector signed char Ccons3 = (vector signed char){-128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127};
6471 vector unsigned char UCcons1 = (vector unsigned char){248, 249, 250, 251, 252, 253, 254, 255, 0, 1, 2, 3, 4, 5, 6, 7};
6472 vector unsigned char UCcons2 = (vector unsigned char){2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2};
6473 vector unsigned char UCcons3 = (vector unsigned char){1, 2, 3, 4, 5, 6, 7, 8, 1, 2, 3, 4, 5, 6, 7, 8};
6474 vector signed short Scons1 = (vector signed short){-4, -3, -2, -1, 0, 1, 2, 3};
6475 vector signed short Scons2 = (vector signed short){-32768, 10000, 1, 1, 1, 1, -10000, -10000};
6476 vector signed short Scons3 = (vector signed short){-32768, 32767, -32768, 32767, -32768, 32767, -32768, 32767};
6477 vector unsigned short UScons1 = (vector unsigned short){65532, 65533, 65534, 65535, 0, 1, 2, 3};
6478 vector unsigned short UScons2 = (vector unsigned short){1, 1, 1, 1, 1, 1, 1, 1};
6479 vector unsigned short UScons3 = (vector unsigned short){1, 2, 3, 4, 1, 2, 3, 4};
6480 vector signed int Icons1 = (vector signed int){-4, -1, 1, 4};
6481 vector signed int Icons2 = (vector signed int){1, 1, 1, 1};
6482 vector signed int Icons3 = (vector signed int){0x80000000, 0x7FFFFFFF, 0x80000000, 0x7FFFFFFF};
6483 vector unsigned int UIcons1 = (vector unsigned int){0xFFFFFFFE, 0xFFFFFFFF, 0, 1};
6484 vector unsigned int UIcons2 = (vector unsigned int){1, 1, 1, 1};
6485 vector unsigned int UIcons3 = (vector unsigned int){1, 2, 1, 2};
6488 vector float Fcons1 = (vector float){-1.5, 1.0, 0.5, -3.999};
6489 vector float Fcons2 = (vector float){1.0, 1.0, 1.0, 1.0};
6490 vector float Fcons3 = (vector float){100000000000.0, 1.0, -1.0, -1234567890.0};
6494 vector signed char Ccons1 = (vector signed char)(-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7);
6495 vector signed char Ccons2 = (vector signed char)(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1);
6496 vector signed char Ccons3 = (vector signed char)(-128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127, -128, 127);
6497 vector unsigned char UCcons1 = (vector unsigned char)(248, 249, 250, 251, 252, 253, 254, 255, 0, 1, 2, 3, 4, 5, 6, 7);
6498 vector unsigned char UCcons2 = (vector unsigned char)(2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2);
6499 vector unsigned char UCcons3 = (vector unsigned char)(1, 2, 3, 4, 5, 6, 7, 8, 1, 2, 3, 4, 5, 6, 7, 8);
6500 vector signed short Scons1 = (vector signed short)(-4, -3, -2, -1, 0, 1, 2, 3);
6501 vector signed short Scons2 = (vector signed short)(-32768, 10000, 1, 1, 1, 1, -10000, -10000);
6502 vector signed short Scons3 = (vector signed short)(-32768, 32767, -32768, 32767, -32768, 32767, -32768, 32767);
6503 vector unsigned short UScons1 = (vector unsigned short)(65532, 65533, 65534, 65535, 0, 1, 2, 3);
6504 vector unsigned short UScons2 = (vector unsigned short)(1, 1, 1, 1, 1, 1, 1, 1);
6505 vector unsigned short UScons3 = (vector unsigned short)(1, 2, 3, 4, 1, 2, 3, 4);
6506 vector signed int Icons1 = (vector signed int)(-4, -1, 1, 4);
6507 vector signed int Icons2 = (vector signed int)(1, 1, 1, 1);
6508 vector signed int Icons3 = (vector signed int)(0x80000000, 0x7FFFFFFF, 0x80000000, 0x7FFFFFFF);
6509 vector unsigned int UIcons1 = (vector unsigned int)(0xFFFFFFFE, 0xFFFFFFFF, 0, 1);
6510 vector unsigned int UIcons2 = (vector unsigned int)(1, 1, 1, 1);
6511 vector unsigned int UIcons3 = (vector unsigned int)(1, 2, 1, 2);
6514 vector float Fcons1 = (vector float)(-1.5, 1.0, 0.5, -3.999);
6515 vector float Fcons2 = (vector float)(1.0, 1.0, 1.0, 1.0);
6516 vector float Fcons3 = (vector float)(100000000000.0, 1.0, -1.0, -1234567890.0);
6898 UCaux1.v = (vector unsigned char){248, 249, 250, 251, 252, 253, 254, 255, 2, 3, 4, 5, 6, 7, 8, 9};
6900 UCaux1.v = (vector unsigned char)(248, 249, 250, 251, 252, 253, 254, 255, 2, 3, 4, 5, 6, 7, 8, 9);
6928 Caux1.v = (vector signed char){9, 8, 7, 6, 5, 4, 3, 2, 3, 4, 5, 6, 7, 8, 9, 10};
6930 Caux1.v = (vector signed char)(9, 8, 7, 6, 5, 4, 3, 2, 3, 4, 5, 6, 7, 8, 9, 10);
6958 USaux1.v = (vector unsigned short){65532, 65533, 65534, 65535, 2, 3, 4, 5};
6960 USaux1.v = (vector unsigned short)(65532, 65533, 65534, 65535, 2, 3, 4, 5);
6988 Saux1.v = (vector signed short){4, 3, 2, 1, 2, 3, 4, 5};
6990 Saux1.v = (vector signed short)(4, 3, 2, 1, 2, 3, 4, 5);
7018 UIaux1.v = (vector unsigned int){3, 2, 3, 2};
7020 UIaux1.v = (vector unsigned int)(3, 2, 3, 2);
7048 Iaux1.v = (vector signed int){4, 10, 10, 4};
7050 Iaux1.v = (vector signed int)(4, 10, 10, 4);
7079 Faux1.v = (vector float){100000000000.0, 12.0, 12.0, 1234567890.0};
7081 Faux1.v = (vector float)(100000000000.0, 12.0, 12.0, 1234567890.0);
7124 Faux2.v = (vector float){100000000000.0, 1.0, 1.0, 1234567890.0};
7126 Faux2.v = (vector float)(100000000000.0, 1.0, 1.0, 1234567890.0);
7333 UCaux2.v = (vector unsigned char){248, 249, 250, 251, 252, 253, 254, 255, 2, 3, 4, 5, 6, 7, 8, 9};
7335 UCaux2.v = (vector unsigned char)(248, 249, 250, 251, 252, 253, 254, 255, 2, 3, 4, 5, 6, 7, 8, 9);
7363 Caux2.v = (vector signed char){9, 8, 7, 6, 5, 4, 3, 2, 3, 4, 5, 6, 7, 8, 9, 10};
7365 Caux2.v = (vector signed char)(9, 8, 7, 6, 5, 4, 3, 2, 3, 4, 5, 6, 7, 8, 9, 10);
7393 USaux2.v = (vector unsigned short){65532, 65533, 65534, 65535, 2, 3, 4, 5};
7395 USaux2.v = (vector unsigned short)(65532, 65533, 65534, 65535, 2, 3, 4, 5);
7423 Saux2.v = (vector signed short){4, 3, 2, 1, 2, 3, 4, 5};
7425 Saux2.v = (vector signed short)(4, 3, 2, 1, 2, 3, 4, 5);
7453 UIaux2.v = (vector unsigned int){3, 2, 3, 2};
7455 UIaux2.v = (vector unsigned int)(3, 2, 3, 2);
7483 Iaux2.v = (vector signed int){4, 10, 10, 4};
7485 Iaux2.v = (vector signed int)(4, 10, 10, 4);
7514 Faux2.v = (vector float){100000000000.0, 12.0, 12.0, 1234567890.0};
7516 Faux2.v = (vector float)(100000000000.0, 12.0, 12.0, 1234567890.0);
7547 Faux1.v = (vector float){NAN, NAN, NAN, NAN};
7549 Faux1.v = (vector float)(NAN, NAN, NAN, NAN);
7578 Caux1.v = (vector signed char){-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7};
7579 Caux2.v = (vector signed char){-7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, -8};
7581 Caux1.v = (vector signed char)(-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7);
7582 Caux2.v = (vector signed char)(-7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, -8);
7591 Caux1.v = (vector signed char){-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7};
7592 Caux2.v = (vector signed char){-7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 4, 6, 7, -8};
7594 Caux1.v = (vector signed char)(-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7);
7595 Caux2.v = (vector signed char)(-7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 4, 6, 7, -8);
7604 Caux1.v = (vector signed char){-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7};
7605 Caux2.v = (vector signed char){-7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 4, 6, 7, -8};
7607 Caux1.v = (vector signed char)(-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7);
7608 Caux2.v = (vector signed char)(-7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 4, 6, 7, -8);
7624 UCaux1.v = (vector unsigned char){200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17};
7625 UCaux2.v = (vector unsigned char){201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17,200};
7627 UCaux1.v = (vector unsigned char)(200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17);
7628 UCaux2.v = (vector unsigned char)(201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17,200);
7638 UCaux1.v = (vector unsigned char){200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17};
7639 UCaux2.v = (vector unsigned char){201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17,200};
7641 UCaux1.v = (vector unsigned char)(200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17);
7642 UCaux2.v = (vector unsigned char)(201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17,200);
7651 UCaux1.v = (vector unsigned char){200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17};
7652 UCaux2.v = (vector unsigned char){201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17,200};
7654 UCaux1.v = (vector unsigned char)(200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17);
7655 UCaux2.v = (vector unsigned char)(201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17,200);
7671 Saux1.v = (vector signed short){-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100};
7672 Saux2.v = (vector signed short){-3700, -3600, -3500, 0, 3300, 3200, 3100,-3800};
7674 Saux1.v = (vector signed short)(-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100);
7675 Saux2.v = (vector signed short)(-3700, -3600, -3500, 0, 3300, 3200, 3100,-3800);
7684 Saux1.v = (vector signed short){-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100};
7685 Saux2.v = (vector signed short){-3700, -3600, -3500, 0, 3300, 3200, 3100,-3800};
7687 Saux1.v = (vector signed short)(-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100);
7688 Saux2.v = (vector signed short)(-3700, -3600, -3500, 0, 3300, 3200, 3100,-3800);
7697 Saux1.v = (vector signed short){-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100};
7698 Saux2.v = (vector signed short){-3700, -3600, -3500, 0, 3300, 3200, 3100,-3800};
7700 Saux1.v = (vector signed short)(-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100);
7701 Saux2.v = (vector signed short)(-3700, -3600, -3500, 0, 3300, 3200, 3100,-3800);
7717 USaux1.v = (vector unsigned short){48000, 47000, 46000, 45000, 0, 3300, 3200, 3100};
7718 USaux2.v = (vector unsigned short){47000, 46000, 45000, 0, 3300, 3200, 3100,48000};
7720 USaux1.v = (vector unsigned short)(48000, 47000, 46000, 45000, 0, 3300, 3200, 3100);
7721 USaux2.v = (vector unsigned short)(47000, 46000, 45000, 0, 3300, 3200, 3100,48000);
7730 USaux1.v = (vector unsigned short){48000, 47000, 46000, 45000, 0, 3300, 3200, 3100};
7731 USaux2.v = (vector unsigned short){47000, 46000, 45000, 0, 3300, 3200, 3100,48000};
7733 USaux1.v = (vector unsigned short)(48000, 47000, 46000, 45000, 0, 3300, 3200, 3100);
7734 USaux2.v = (vector unsigned short)(47000, 46000, 45000, 0, 3300, 3200, 3100,48000);
7743 USaux1.v = (vector unsigned short){48000, 47000, 46000, 45000, 0, 3300, 3200, 3100};
7744 USaux2.v = (vector unsigned short){47000, 46000, 45000, 0, 3300, 3200, 3100,48000};
7746 USaux1.v = (vector unsigned short)(48000, 47000, 46000, 45000, 0, 3300, 3200, 3100);
7747 USaux2.v = (vector unsigned short)(47000, 46000, 45000, 0, 3300, 3200, 3100,48000);
7763 Iaux1.v = (vector signed int){-1003800, -1003700, 0, 1003300};
7764 Iaux2.v = (vector signed int){-1003700, 0, 1003300,-1003800};
7766 Iaux1.v = (vector signed int)(-1003800, -1003700, 0, 1003300);
7767 Iaux2.v = (vector signed int)(-1003700, 0, 1003300,-1003800);
7776 Iaux1.v = (vector signed int){-1003800, -1003700, 0, 1003300};
7777 Iaux2.v = (vector signed int){-1003700, 0, 1003300,-1003800};
7779 Iaux1.v = (vector signed int)(-1003800, -1003700, 0, 1003300);
7780 Iaux2.v = (vector signed int)(-1003700, 0, 1003300,-1003800);
7789 Iaux1.v= (vector signed int){-1003800, -1003700, 0, 1003300};
7790 Iaux2.v= (vector signed int){-1003700, 0, 1003300,-1003800};
7792 Iaux1.v= (vector signed int)(-1003800, -1003700, 0, 1003300);
7793 Iaux2.v= (vector signed int)(-1003700, 0, 1003300,-1003800);
7809 UIaux1.v = (vector unsigned int){0xFFFFF000, 12345678, 0, 1};
7810 UIaux2.v = (vector unsigned int){ 12345678, 0, 1,0xFFFFF000};
7812 UIaux1.v = (vector unsigned int)(0xFFFFF000, 12345678, 0, 1);
7813 UIaux2.v = (vector unsigned int)( 12345678, 0, 1,0xFFFFF000);
7822 UIaux1.v = (vector unsigned int){0xFFFFF000, 12345678, 0, 1};
7823 UIaux2.v = (vector unsigned int){ 12345678, 0, 1,0xFFFFF000};
7825 UIaux1.v = (vector unsigned int)(0xFFFFF000, 12345678, 0, 1);
7826 UIaux2.v = (vector unsigned int)( 12345678, 0, 1,0xFFFFF000);
7835 UIaux1.v = (vector unsigned int){0xFFFFF000, 12345678, 0, 1};
7836 UIaux2.v = (vector unsigned int){ 12345678, 0, 1,0xFFFFF000};
7838 UIaux1.v = (vector unsigned int)(0xFFFFF000, 12345678, 0, 1);
7839 UIaux2.v = (vector unsigned int)( 12345678, 0, 1,0xFFFFF000);
7855 Faux1.v = (vector float) {-1.5, 1.0, 0.5, -3.999};
7856 Faux2.v = (vector float) { 1.0, 0.5, -3.999, -1.5};
7858 Faux1.v = (vector float) (-1.5, 1.0, 0.5, -3.999);
7859 Faux2.v = (vector float) ( 1.0, 0.5, -3.999, -1.5);
7868 Faux1.v = (vector float) {-1.5, 1.0, 0.5, -3.999};
7869 Faux2.v = (vector float) { 1.0, 0.5, -3.999, -1.5};
7871 Faux1.v = (vector float) (-1.5, 1.0, 0.5, -3.999);
7872 Faux2.v = (vector float) ( 1.0, 0.5, -3.999, -1.5);
7881 Faux1.v = (vector float) {-1.5, 1.0, 0.5, -3.999};
7882 Faux2.v = (vector float) { 1.0, 0.5, -3.999, -1.5};
7884 Faux1.v = (vector float) (-1.5, 1.0, 0.5, -3.999);
7885 Faux2.v = (vector float) ( 1.0, 0.5, -3.999, -1.5);
7904 Faux1.v = (vector float) {-1.5, 1.0, 0.5, -3.999};
7905 Faux2.v = (vector float) { 0.0, 3.5, 0.55, -1.5};
7907 Faux1.v = (vector float) (-1.5, 1.0, 0.5, -3.999);
7908 Faux2.v = (vector float) ( 0.0, 3.5, 0.55, -1.5);
7918 Faux1.v = (vector float) {-1.5, 1.0, 0.5, -3.999};
7919 Faux2.v = (vector float) { 0.0, 3.5, 0.55, -1.5};
7921 Faux1.v = (vector float) (-1.5, 1.0, 0.5, -3.999);
7922 Faux2.v = (vector float) ( 0.0, 3.5, 0.55, -1.5);
7932 Faux1.v = (vector float) {-1.5, 1.0, 0.5, -3.999};
7933 Faux2.v = (vector float) { 0.0, 3.5, 0.55, -1.5};
7935 Faux1.v = (vector float) (-1.5, 1.0, 0.5, -3.999);
7936 Faux2.v = (vector float) ( 0.0, 3.5, 0.55, -1.5);
7946 Faux1.v = (vector float) {-1.5, 1.0, 0.5, -3.999};
7947 Faux2.v = (vector float) { 0.0, 3.5, 0.55, -1.5};
7949 Faux1.v = (vector float) (-1.5, 1.0, 0.5, -3.999);
7950 Faux2.v = (vector float) ( 0.0, 3.5, 0.55, -1.5);
7970 Faux1.v = (vector float) {-1.5, 1.0, 0.5, -3.999};
7971 Faux2.v = (vector float) { 0.0, 3.5, 0.55, -1.5};
7973 Faux1.v = (vector float) (-1.5, 1.0, 0.5, -3.999);
7974 Faux2.v = (vector float) ( 0.0, 3.5, 0.55, -1.5);
7984 Faux1.v = (vector float) {-1.5, 1.0, 0.5, -3.999};
7985 Faux2.v = (vector float) { 0.0, 3.5, 0.55, -1.5};
7987 Faux1.v = (vector float) (-1.5, 1.0, 0.5, -3.999);
7988 Faux2.v = (vector float) ( 0.0, 3.5, 0.55, -1.5);
7998 Faux1.v = (vector float) {-1.5, 1.0, 0.5, -3.999};
7999 Faux2.v = (vector float) { 0.0, 3.5, 0.55, -1.5};
8001 Faux1.v = (vector float) (-1.5, 1.0, 0.5, -3.999);
8002 Faux2.v = (vector float) ( 0.0, 3.5, 0.55, -1.5);
8012 Faux1.v = (vector float) {-1.5, 1.0, 0.5, -3.999};
8013 Faux2.v = (vector float) { 0.0, 3.5, 0.55, -1.5};
8015 Faux1.v = (vector float) (-1.5, 1.0, 0.5, -3.999);
8016 Faux2.v = (vector float) ( 0.0, 3.5, 0.55, -1.5);
8036 Faux1.v = (vector float) { 0.0, 3.5, 0.55, -1.5};
8037 Faux2.v = (vector float) {-1.5, 1.0, 0.5, -3.999};
8039 Faux1.v = (vector float) ( 0.0, 3.5, 0.55, -1.5);
8040 Faux2.v = (vector float) (-1.5, 1.0, 0.5, -3.999);
8050 Faux1.v = (vector float) { 0.0, 3.5, 0.55, -1.5};
8051 Faux2.v = (vector float) {-1.5, 1.0, 0.5, -3.999};
8053 Faux1.v = (vector float) ( 0.0, 3.5, 0.55, -1.5);
8054 Faux2.v = (vector float) (-1.5, 1.0, 0.5, -3.999);
8064 Faux1.v = (vector float) { 0.0, 3.5, 0.55, -1.5};
8065 Faux2.v = (vector float) {-1.5, 1.0, 0.5, -3.999};
8067 Faux1.v = (vector float) ( 0.0, 3.5, 0.55, -1.5);
8068 Faux2.v = (vector float) (-1.5, 1.0, 0.5, -3.999);
8078 Faux1.v = (vector float) { 0.0, 3.5, 0.55, -1.5};
8079 Faux2.v = (vector float) {-1.5, 1.0, NAN, -3.999};
8081 Faux1.v = (vector float) ( 0.0, 3.5, 0.55, -1.5);
8082 Faux2.v = (vector float) (-1.5, 1.0, NAN, -3.999);
8103 Faux1.v = (vector float) { 0.0, 3.5, 0.55, -1.5};
8104 Faux2.v = (vector float) {-1.5, 1.0, 0.5, -3.999};
8106 Faux1.v = (vector float) ( 0.0, 3.5, 0.55, -1.5);
8107 Faux2.v = (vector float) (-1.5, 1.0, 0.5, -3.999);
8117 Faux1.v = (vector float) { 0.0, 3.5, 0.55, -1.5};
8118 Faux2.v = (vector float) {-1.5, 5.0, 0.5, -3.999};
8120 Faux1.v = (vector float) ( 0.0, 3.5, 0.55, -1.5);
8121 Faux2.v = (vector float) (-1.5, 5.0, 0.5, -3.999);
8131 Faux1.v = (vector float) { 0.0, 3.5, 0.55, -1.5};
8132 Faux2.v = (vector float) {-1.5, 1.0, 0.55, -3.999};
8134 Faux1.v = (vector float) ( 0.0, 3.5, 0.55, -1.5);
8135 Faux2.v = (vector float) (-1.5, 1.0, 0.55, -3.999);
8145 Faux1.v = (vector float) { 0.0, 3.5, 0.55, -1.5};
8146 Faux2.v = (vector float) {-1.5, 1.0, NAN, -3.999};
8148 Faux1.v = (vector float) ( 0.0, 3.5, 0.55, -1.5);
8149 Faux2.v = (vector float) (-1.5, 1.0, NAN, -3.999);
8170 Faux1.v = (vector float) {0.0, 3.5, 0.55, -1.5};
8172 Faux1.v = (vector float) (0.0, 3.5, 0.55, -1.5);
8181 Faux1.v = (vector float) {0.0, 3.5, 0.5, -1.5};
8183 Faux1.v = (vector float) (0.0, 3.5, 0.5, -1.5);
8192 Faux1.v = (vector float) {0.0, 3.5, NAN, -1.5};
8194 Faux1.v = (vector float) (0.0, 3.5, NAN, -1.5);
8203 Faux1.v = (vector float) {NAN, NAN, NAN, NAN};
8205 Faux1.v = (vector float) (NAN, NAN, NAN, NAN);
8362 Faux1.v = (vector float) {-1.5, 1.0, 0.5, -3.999};
8363 Faux2.v = (vector float) { 0.0, 3.5, 0.55, -1.5};
8365 Faux1.v = (vector float) (-1.5, 1.0, 0.5, -3.999);
8366 Faux2.v = (vector float) ( 0.0, 3.5, 0.55, -1.5);
8375 Faux1.v = (vector float) {-1.5, 1.0, 0.5, -3.999};
8376 Faux2.v = (vector float) { 0.0, 3.5, 0.5, -1.5};
8378 Faux1.v = (vector float) (-1.5, 1.0, 0.5, -3.999);
8379 Faux2.v = (vector float) ( 0.0, 3.5, 0.5, -1.5);
8397 Caux1.v= (vector signed char){-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7};
8398 Caux2.v= (vector signed char){ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9};
8400 Caux1.v= (vector signed char)(-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7);
8401 Caux2.v= (vector signed char)( 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9);
8410 Caux1.v= (vector signed char){-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7};
8411 Caux2.v= (vector signed char){ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9};
8413 Caux1.v= (vector signed char)(-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7);
8414 Caux2.v= (vector signed char)( 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9);
8423 Caux1.v= (vector signed char){-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7};
8424 Caux2.v= (vector signed char){ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9};
8426 Caux1.v= (vector signed char)(-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7);
8427 Caux2.v= (vector signed char)( 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9);
8443 UCaux1.v= (vector unsigned char){200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17};
8444 UCaux2.v= (vector unsigned char){250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250};
8446 UCaux1.v= (vector unsigned char)(200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17);
8447 UCaux2.v= (vector unsigned char)(250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250);
8456 UCaux1.v= (vector unsigned char){200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17};
8457 UCaux2.v= (vector unsigned char){250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250};
8459 UCaux1.v= (vector unsigned char)(200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17);
8460 UCaux2.v= (vector unsigned char)(250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250);
8469 UCaux1.v= (vector unsigned char){200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17};
8470 UCaux2.v= (vector unsigned char){250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250};
8472 UCaux1.v= (vector unsigned char)(200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17);
8473 UCaux2.v= (vector unsigned char)(250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250);
8489 Saux1.v= (vector signed short){-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100};
8490 Saux2.v= (vector signed short){ 9000, 9000, 9000, 9000, 9000, 9000, 9000, 9000};
8492 Saux1.v= (vector signed short)(-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100);
8493 Saux2.v= (vector signed short)( 9000, 9000, 9000, 9000, 9000, 9000, 9000, 9000);
8502 Saux1.v= (vector signed short){-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100};
8503 Saux2.v= (vector signed short){ 9000, 9000, 9000, 9000, 9000, 9000, 9000, 9000};
8505 Saux1.v= (vector signed short)(-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100);
8506 Saux2.v= (vector signed short)( 9000, 9000, 9000, 9000, 9000, 9000, 9000, 9000);
8515 Saux1.v= (vector signed short){-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100};
8516 Saux2.v= (vector signed short){ 9000, 9000, 9000, 9000, 9000, 9000, 9000, 9000};
8518 Saux1.v= (vector signed short)(-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100);
8519 Saux2.v= (vector signed short)( 9000, 9000, 9000, 9000, 9000, 9000, 9000, 9000);
8535 USaux1.v= (vector unsigned short){48000, 47000, 46000, 45000, 0, 3300, 3200, 3100};
8536 USaux2.v= (vector unsigned short){59000, 59000, 59000, 59000,59000, 9000, 9000, 9000};
8538 USaux1.v= (vector unsigned short)(48000, 47000, 46000, 45000, 0, 3300, 3200, 3100);
8539 USaux2.v= (vector unsigned short)(59000, 59000, 59000, 59000,59000, 9000, 9000, 9000);
8548 USaux1.v= (vector unsigned short){48000, 47000, 46000, 45000, 0, 3300, 3200, 3100};
8549 USaux2.v= (vector unsigned short){59000, 59000, 59000, 59000,59000, 9000, 9000, 9000};
8551 USaux1.v= (vector unsigned short)(48000, 47000, 46000, 45000, 0, 3300, 3200, 3100);
8552 USaux2.v= (vector unsigned short)(59000, 59000, 59000, 59000,59000, 9000, 9000, 9000);
8561 USaux1.v= (vector unsigned short){48000, 47000, 46000, 45000, 0, 3300, 3200, 3100};
8562 USaux2.v= (vector unsigned short){59000, 59000, 59000, 59000,59000, 9000, 9000, 9000};
8564 USaux1.v= (vector unsigned short)(48000, 47000, 46000, 45000, 0, 3300, 3200, 3100);
8565 USaux2.v= (vector unsigned short)(59000, 59000, 59000, 59000,59000, 9000, 9000, 9000);
8581 Iaux1.v= (vector signed int){-1003800, -1003700, 0,1003300};
8582 Iaux2.v= (vector signed int){ 9000000, 9000000, 9000000,9000000};
8584 Iaux1.v= (vector signed int)(-1003800, -1003700, 0,1003300);
8585 Iaux2.v= (vector signed int)( 9000000, 9000000, 9000000,9000000);
8594 Iaux1.v= (vector signed int){-1003800, -1003700, 0,1003300};
8595 Iaux2.v= (vector signed int){ 9000000, 9000000, 9000000,9000000};
8597 Iaux1.v= (vector signed int)(-1003800, -1003700, 0,1003300);
8598 Iaux2.v= (vector signed int)( 9000000, 9000000, 9000000,9000000);
8607 Iaux1.v= (vector signed int){-1003800, -1003700, 0,1003300};
8608 Iaux2.v= (vector signed int){ 9000000, 9000000, 9000000,9000000};
8610 Iaux1.v= (vector signed int)(-1003800, -1003700, 0,1003300);
8611 Iaux2.v= (vector signed int)( 9000000, 9000000, 9000000,9000000);
8627 UIaux1.v= (vector unsigned int){0xFFFFF000, 12345678, 0, 1};
8628 UIaux2.v= (vector unsigned int){0xFFFFFFF0, 20000000, 9, 9};
8630 UIaux1.v= (vector unsigned int)(0xFFFFF000, 12345678, 0, 1);
8631 UIaux2.v= (vector unsigned int)(0xFFFFFFF0, 20000000, 9, 9);
8640 UIaux1.v= (vector unsigned int){0xFFFFF000, 12345678, 0, 1};
8641 UIaux2.v= (vector unsigned int){0xFFFFFFF0, 20000000, 9, 9};
8643 UIaux1.v= (vector unsigned int)(0xFFFFF000, 12345678, 0, 1);
8644 UIaux2.v= (vector unsigned int)(0xFFFFFFF0, 20000000, 9, 9);
8653 UIaux1.v= (vector unsigned int){0xFFFFF000, 12345678, 0, 1};
8654 UIaux2.v= (vector unsigned int){0xFFFFFFF0, 20000000, 9, 9};
8656 UIaux1.v= (vector unsigned int)(0xFFFFF000, 12345678, 0, 1);
8657 UIaux2.v= (vector unsigned int)(0xFFFFFFF0, 20000000, 9, 9);
8673 Faux1.v= (vector float) {-1.5, 1.0, 0.5, -3.999};
8674 Faux2.v= (vector float) { 0.0, 3.5, 0.55, -1.5};
8676 Faux1.v= (vector float) (-1.5, 1.0, 0.5, -3.999);
8677 Faux2.v= (vector float) ( 0.0, 3.5, 0.55, -1.5);
8686 Faux1.v= (vector float) {-1.5, 1.0, 0.5, -3.999};
8687 Faux2.v= (vector float) { 0.0, 3.5, 0.5, -1.5};
8689 Faux1.v= (vector float) (-1.5, 1.0, 0.5, -3.999);
8690 Faux2.v= (vector float) ( 0.0, 3.5, 0.5, -1.5);
8699 Faux1.v= (vector float) {-1.5, 1.0, 0.5, -3.999};
8700 Faux2.v= (vector float) { 0.0, 3.5,-0.5, -1.5};
8702 Faux1.v= (vector float) (-1.5, 1.0, 0.5, -3.999);
8703 Faux2.v= (vector float) ( 0.0, 3.5,-0.5, -1.5);
8721 Caux1.v= (vector signed char){-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7};
8722 Caux2.v= (vector signed char){ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9};
8724 Caux1.v= (vector signed char)(-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7);
8725 Caux2.v= (vector signed char)( 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9);
8734 Caux1.v= (vector signed char){-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7};
8735 Caux2.v= (vector signed char){ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9};
8737 Caux1.v= (vector signed char)(-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7);
8738 Caux2.v= (vector signed char)( 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9);
8747 Caux1.v= (vector signed char){-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7};
8748 Caux2.v= (vector signed char){ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9};
8750 Caux1.v= (vector signed char)(-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7);
8751 Caux2.v= (vector signed char)( 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9);
8767 UCaux1.v= (vector unsigned char){200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17};
8768 UCaux2.v= (vector unsigned char){250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250};
8770 UCaux1.v= (vector unsigned char)(200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17);
8771 UCaux2.v= (vector unsigned char)(250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250);
8780 UCaux1.v= (vector unsigned char){200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17};
8781 UCaux2.v= (vector unsigned char){250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250};
8783 UCaux1.v= (vector unsigned char)(200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17);
8784 UCaux2.v= (vector unsigned char)(250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250);
8793 UCaux1.v= (vector unsigned char){200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17};
8794 UCaux2.v= (vector unsigned char){250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250};
8796 UCaux1.v= (vector unsigned char)(200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17);
8797 UCaux2.v= (vector unsigned char)(250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250);
8813 Saux1.v= (vector signed short){-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100};
8814 Saux2.v= (vector signed short){ 9000, 9000, 9000, 9000, 9000, 9000, 9000, 9000};
8816 Saux1.v= (vector signed short)(-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100);
8817 Saux2.v= (vector signed short)( 9000, 9000, 9000, 9000, 9000, 9000, 9000, 9000);
8826 Saux1.v= (vector signed short){-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100};
8827 Saux2.v= (vector signed short){ 9000, 9000, 9000, 9000, 9000, 9000, 9000, 9000};
8829 Saux1.v= (vector signed short)(-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100);
8830 Saux2.v= (vector signed short)( 9000, 9000, 9000, 9000, 9000, 9000, 9000, 9000);
8839 Saux1.v= (vector signed short){-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100};
8840 Saux2.v= (vector signed short){ 9000, 9000, 9000, 9000, 9000, 9000, 9000, 9000};
8842 Saux1.v= (vector signed short)(-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100);
8843 Saux2.v= (vector signed short)( 9000, 9000, 9000, 9000, 9000, 9000, 9000, 9000);
8859 USaux1.v= (vector unsigned short){48000, 47000, 46000, 45000, 0, 3300, 3200, 3100};
8860 USaux2.v= (vector unsigned short){59000, 59000, 59000, 59000,59000, 9000, 9000, 9000};
8862 USaux1.v= (vector unsigned short)(48000, 47000, 46000, 45000, 0, 3300, 3200, 3100);
8863 USaux2.v= (vector unsigned short)(59000, 59000, 59000, 59000,59000, 9000, 9000, 9000);
8872 USaux1.v= (vector unsigned short){48000, 47000, 46000, 45000, 0, 3300, 3200, 3100};
8873 USaux2.v= (vector unsigned short){59000, 59000, 59000, 59000,59000, 9000, 9000, 9000};
8875 USaux1.v= (vector unsigned short)(48000, 47000, 46000, 45000, 0, 3300, 3200, 3100);
8876 USaux2.v= (vector unsigned short)(59000, 59000, 59000, 59000,59000, 9000, 9000, 9000);
8885 USaux1.v= (vector unsigned short){48000, 47000, 46000, 45000, 0, 3300, 3200, 3100};
8886 USaux2.v= (vector unsigned short){59000, 59000, 59000, 59000,59000, 9000, 9000, 9000};
8888 USaux1.v= (vector unsigned short)(48000, 47000, 46000, 45000, 0, 3300, 3200, 3100);
8889 USaux2.v= (vector unsigned short)(59000, 59000, 59000, 59000,59000, 9000, 9000, 9000);
8905 Iaux1.v= (vector signed int){-1003800, -1003700, 0,1003300};
8906 Iaux2.v= (vector signed int){ 9000000, 9000000, 9000000,9000000};
8908 Iaux1.v= (vector signed int)(-1003800, -1003700, 0,1003300);
8909 Iaux2.v= (vector signed int)( 9000000, 9000000, 9000000,9000000);
8918 Iaux1.v= (vector signed int){-1003800, -1003700, 0,1003300};
8919 Iaux2.v= (vector signed int){ 9000000, 9000000, 9000000,9000000};
8921 Iaux1.v= (vector signed int)(-1003800, -1003700, 0,1003300);
8922 Iaux2.v= (vector signed int)( 9000000, 9000000, 9000000,9000000);
8931 Iaux1.v= (vector signed int){-1003800, -1003700, 0,1003300};
8932 Iaux2.v= (vector signed int){ 9000000, 9000000, 9000000,9000000};
8934 Iaux1.v= (vector signed int)(-1003800, -1003700, 0,1003300);
8935 Iaux2.v= (vector signed int)( 9000000, 9000000, 9000000,9000000);
8951 UIaux1.v= (vector unsigned int){0xFFFFF000, 12345678, 0, 1};
8952 UIaux2.v= (vector unsigned int){0xFFFFFFF0, 20000000, 9, 9};
8954 UIaux1.v= (vector unsigned int)(0xFFFFF000, 12345678, 0, 1);
8955 UIaux2.v= (vector unsigned int)(0xFFFFFFF0, 20000000, 9, 9);
8964 UIaux1.v= (vector unsigned int){0xFFFFF000, 12345678, 0, 1};
8965 UIaux2.v= (vector unsigned int){0xFFFFFFF0, 20000000, 9, 9};
8967 UIaux1.v= (vector unsigned int)(0xFFFFF000, 12345678, 0, 1);
8968 UIaux2.v= (vector unsigned int)(0xFFFFFFF0, 20000000, 9, 9);
8977 UIaux1.v= (vector unsigned int){0xFFFFF000, 12345678, 0, 1};
8978 UIaux2.v= (vector unsigned int){0xFFFFFFF0, 20000000, 9, 9};
8980 UIaux1.v= (vector unsigned int)(0xFFFFF000, 12345678, 0, 1);
8981 UIaux2.v= (vector unsigned int)(0xFFFFFFF0, 20000000, 9, 9);
8997 Faux1.v= (vector float) {-1.5, 1.0, 0.5, -3.999};
8998 Faux2.v= (vector float) { 0.0, 3.5, 0.55, -1.5};
9000 Faux1.v= (vector float) (-1.5, 1.0, 0.5, -3.999);
9001 Faux2.v= (vector float) ( 0.0, 3.5, 0.55, -1.5);
9010 Faux1.v= (vector float) {-1.5, 1.0, 0.5, -3.999};
9011 Faux2.v= (vector float) { 0.0, 3.5, 0.5, -1.5};
9013 Faux1.v= (vector float) (-1.5, 1.0, 0.5, -3.999);
9014 Faux2.v= (vector float) ( 0.0, 3.5, 0.5, -1.5);
9023 Faux1.v= (vector float) {-1.5, 1.0, 0.5, -3.999};
9024 Faux2.v= (vector float) { 0.0, 3.5,-0.5, -1.5};
9026 Faux1.v= (vector float) (-1.5, 1.0, 0.5, -3.999);
9027 Faux2.v= (vector float) ( 0.0, 3.5,-0.5, -1.5);
9046 Caux2.v= (vector signed char){-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7};
9047 Caux1.v= (vector signed char){ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9};
9049 Caux2.v= (vector signed char)(-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7);
9050 Caux1.v= (vector signed char)( 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9);
9059 Caux2.v= (vector signed char){-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7};
9060 Caux1.v= (vector signed char){ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9};
9062 Caux2.v= (vector signed char)(-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7);
9063 Caux1.v= (vector signed char)( 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9);
9072 Caux2.v= (vector signed char){-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7};
9073 Caux1.v= (vector signed char){ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9};
9075 Caux2.v= (vector signed char)(-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7);
9076 Caux1.v= (vector signed char)( 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9);
9092 UCaux2.v= (vector unsigned char){200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17};
9093 UCaux1.v= (vector unsigned char){250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250};
9095 UCaux2.v= (vector unsigned char)(200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17);
9096 UCaux1.v= (vector unsigned char)(250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250);
9105 UCaux2.v= (vector unsigned char){200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17};
9106 UCaux1.v= (vector unsigned char){250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250};
9108 UCaux2.v= (vector unsigned char)(200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17);
9109 UCaux1.v= (vector unsigned char)(250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250);
9118 UCaux2.v= (vector unsigned char){200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17};
9119 UCaux1.v= (vector unsigned char){250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250};
9121 UCaux2.v= (vector unsigned char)(200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17);
9122 UCaux1.v= (vector unsigned char)(250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250);
9138 Saux2.v= (vector signed short){-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100};
9139 Saux1.v= (vector signed short){ 9000, 9000, 9000, 9000, 9000, 9000, 9000, 9000};
9141 Saux2.v= (vector signed short)(-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100);
9142 Saux1.v= (vector signed short)( 9000, 9000, 9000, 9000, 9000, 9000, 9000, 9000);
9151 Saux2.v= (vector signed short){-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100};
9152 Saux1.v= (vector signed short){ 9000, 9000, 9000, 9000, 9000, 9000, 9000, 9000};
9154 Saux2.v= (vector signed short)(-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100);
9155 Saux1.v= (vector signed short)( 9000, 9000, 9000, 9000, 9000, 9000, 9000, 9000);
9164 Saux2.v= (vector signed short){-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100};
9165 Saux1.v= (vector signed short){ 9000, 9000, 9000, 9000, 9000, 9000, 9000, 9000};
9167 Saux2.v= (vector signed short)(-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100);
9168 Saux1.v= (vector signed short)( 9000, 9000, 9000, 9000, 9000, 9000, 9000, 9000);
9184 USaux2.v= (vector unsigned short){48000, 47000, 46000, 45000, 0, 3300, 3200, 3100};
9185 USaux1.v= (vector unsigned short){59000, 59000, 59000, 59000,59000, 9000, 9000, 9000};
9187 USaux2.v= (vector unsigned short)(48000, 47000, 46000, 45000, 0, 3300, 3200, 3100);
9188 USaux1.v= (vector unsigned short)(59000, 59000, 59000, 59000,59000, 9000, 9000, 9000);
9197 USaux2.v= (vector unsigned short){48000, 47000, 46000, 45000, 0, 3300, 3200, 3100};
9198 USaux1.v= (vector unsigned short){59000, 59000, 59000, 59000,59000, 9000, 9000, 9000};
9200 USaux2.v= (vector unsigned short)(48000, 47000, 46000, 45000, 0, 3300, 3200, 3100);
9201 USaux1.v= (vector unsigned short)(59000, 59000, 59000, 59000,59000, 9000, 9000, 9000);
9210 USaux2.v= (vector unsigned short){48000, 47000, 46000, 45000, 0, 3300, 3200, 3100};
9211 USaux1.v= (vector unsigned short){59000, 59000, 59000, 59000,59000, 9000, 9000, 9000};
9213 USaux2.v= (vector unsigned short)(48000, 47000, 46000, 45000, 0, 3300, 3200, 3100);
9214 USaux1.v= (vector unsigned short)(59000, 59000, 59000, 59000,59000, 9000, 9000, 9000);
9230 Iaux2.v= (vector signed int){-1003800, -1003700, 0,1003300};
9231 Iaux1.v= (vector signed int){ 9000000, 9000000, 9000000,9000000};
9233 Iaux2.v= (vector signed int)(-1003800, -1003700, 0,1003300);
9234 Iaux1.v= (vector signed int)( 9000000, 9000000, 9000000,9000000);
9243 Iaux2.v= (vector signed int){-1003800, -1003700, 0,1003300};
9244 Iaux1.v= (vector signed int){ 9000000, 9000000, 9000000,9000000};
9246 Iaux2.v= (vector signed int)(-1003800, -1003700, 0,1003300);
9247 Iaux1.v= (vector signed int)( 9000000, 9000000, 9000000,9000000);
9256 Iaux2.v= (vector signed int){-1003800, -1003700, 0,1003300};
9257 Iaux1.v= (vector signed int){ 9000000, 9000000, 9000000,9000000};
9259 Iaux2.v= (vector signed int)(-1003800, -1003700, 0,1003300);
9260 Iaux1.v= (vector signed int)( 9000000, 9000000, 9000000,9000000);
9276 UIaux2.v= (vector unsigned int){0xFFFFF000, 12345678, 0, 1};
9277 UIaux1.v= (vector unsigned int){0xFFFFFFF0, 20000000, 9, 9};
9279 UIaux2.v= (vector unsigned int)(0xFFFFF000, 12345678, 0, 1);
9280 UIaux1.v= (vector unsigned int)(0xFFFFFFF0, 20000000, 9, 9);
9289 UIaux2.v= (vector unsigned int){0xFFFFF000, 12345678, 0, 1};
9290 UIaux1.v= (vector unsigned int){0xFFFFFFF0, 20000000, 9, 9};
9292 UIaux2.v= (vector unsigned int)(0xFFFFF000, 12345678, 0, 1);
9293 UIaux1.v= (vector unsigned int)(0xFFFFFFF0, 20000000, 9, 9);
9302 UIaux2.v= (vector unsigned int){0xFFFFF000, 12345678, 0, 1};
9303 UIaux1.v= (vector unsigned int){0xFFFFFFF0, 20000000, 9, 9};
9305 UIaux2.v= (vector unsigned int)(0xFFFFF000, 12345678, 0, 1);
9306 UIaux1.v= (vector unsigned int)(0xFFFFFFF0, 20000000, 9, 9);
9322 Faux2.v= (vector float) {-1.5, 1.0, 0.5, -3.999};
9323 Faux1.v= (vector float) { 0.0, 3.5, 0.55, -1.5};
9325 Faux2.v= (vector float) (-1.5, 1.0, 0.5, -3.999);
9326 Faux1.v= (vector float) ( 0.0, 3.5, 0.55, -1.5);
9335 Faux2.v= (vector float) {-1.5, 1.0, 0.5, -3.999};
9336 Faux1.v= (vector float) { 0.0, 3.5, 0.5, -1.5};
9338 Faux2.v= (vector float) (-1.5, 1.0, 0.5, -3.999);
9339 Faux1.v= (vector float) ( 0.0, 3.5, 0.5, -1.5);
9348 Faux2.v= (vector float) {-1.5, 1.0, 0.5, -3.999};
9349 Faux1.v= (vector float) { 0.0, 3.5,-0.5, -1.5};
9351 Faux2.v= (vector float) (-1.5, 1.0, 0.5, -3.999);
9352 Faux1.v= (vector float) ( 0.0, 3.5,-0.5, -1.5);
9371 Caux2.v= (vector signed char){-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7};
9372 Caux1.v= (vector signed char){ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9};
9374 Caux2.v= (vector signed char)(-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7);
9375 Caux1.v= (vector signed char)( 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9);
9384 Caux2.v= (vector signed char){-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7};
9385 Caux1.v= (vector signed char){ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9};
9387 Caux2.v= (vector signed char)(-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7);
9388 Caux1.v= (vector signed char)( 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9);
9397 Caux2.v= (vector signed char){-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7};
9398 Caux1.v= (vector signed char){ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9};
9400 Caux2.v= (vector signed char)(-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7);
9401 Caux1.v= (vector signed char)( 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9);
9417 UCaux2.v= (vector unsigned char){200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17};
9418 UCaux1.v= (vector unsigned char){250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250};
9420 UCaux2.v= (vector unsigned char)(200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17);
9421 UCaux1.v= (vector unsigned char)(250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250);
9430 UCaux2.v= (vector unsigned char){200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17};
9431 UCaux1.v= (vector unsigned char){250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250};
9433 UCaux2.v= (vector unsigned char)(200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17);
9434 UCaux1.v= (vector unsigned char)(250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250);
9443 UCaux2.v= (vector unsigned char){200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17};
9444 UCaux1.v= (vector unsigned char){250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250};
9446 UCaux2.v= (vector unsigned char)(200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17);
9447 UCaux1.v= (vector unsigned char)(250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250);
9463 Saux2.v= (vector signed short){-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100};
9464 Saux1.v= (vector signed short){ 9000, 9000, 9000, 9000, 9000, 9000, 9000, 9000};
9466 Saux2.v= (vector signed short)(-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100);
9467 Saux1.v= (vector signed short)( 9000, 9000, 9000, 9000, 9000, 9000, 9000, 9000);
9476 Saux2.v= (vector signed short){-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100};
9477 Saux1.v= (vector signed short){ 9000, 9000, 9000, 9000, 9000, 9000, 9000, 9000};
9479 Saux2.v= (vector signed short)(-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100);
9480 Saux1.v= (vector signed short)( 9000, 9000, 9000, 9000, 9000, 9000, 9000, 9000);
9489 Saux2.v= (vector signed short){-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100};
9490 Saux1.v= (vector signed short){ 9000, 9000, 9000, 9000, 9000, 9000, 9000, 9000};
9492 Saux2.v= (vector signed short)(-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100);
9493 Saux1.v= (vector signed short)( 9000, 9000, 9000, 9000, 9000, 9000, 9000, 9000);
9509 USaux2.v= (vector unsigned short){48000, 47000, 46000, 45000, 0, 3300, 3200, 3100};
9510 USaux1.v= (vector unsigned short){59000, 59000, 59000, 59000,59000, 9000, 9000, 9000};
9512 USaux2.v= (vector unsigned short)(48000, 47000, 46000, 45000, 0, 3300, 3200, 3100);
9513 USaux1.v= (vector unsigned short)(59000, 59000, 59000, 59000,59000, 9000, 9000, 9000);
9522 USaux2.v= (vector unsigned short){48000, 47000, 46000, 45000, 0, 3300, 3200, 3100};
9523 USaux1.v= (vector unsigned short){59000, 59000, 59000, 59000,59000, 9000, 9000, 9000};
9525 USaux2.v= (vector unsigned short)(48000, 47000, 46000, 45000, 0, 3300, 3200, 3100);
9526 USaux1.v= (vector unsigned short)(59000, 59000, 59000, 59000,59000, 9000, 9000, 9000);
9535 USaux2.v= (vector unsigned short){48000, 47000, 46000, 45000, 0, 3300, 3200, 3100};
9536 USaux1.v= (vector unsigned short){59000, 59000, 59000, 59000,59000, 9000, 9000, 9000};
9538 USaux2.v= (vector unsigned short)(48000, 47000, 46000, 45000, 0, 3300, 3200, 3100);
9539 USaux1.v= (vector unsigned short)(59000, 59000, 59000, 59000,59000, 9000, 9000, 9000);
9555 Iaux2.v= (vector signed int){-1003800, -1003700, 0,1003300};
9556 Iaux1.v= (vector signed int){ 9000000, 9000000, 9000000,9000000};
9558 Iaux2.v= (vector signed int)(-1003800, -1003700, 0,1003300);
9559 Iaux1.v= (vector signed int)( 9000000, 9000000, 9000000,9000000);
9568 Iaux2.v= (vector signed int){-1003800, -1003700, 0,1003300};
9569 Iaux1.v= (vector signed int){ 9000000, 9000000, 9000000,9000000};
9571 Iaux2.v= (vector signed int)(-1003800, -1003700, 0,1003300);
9572 Iaux1.v= (vector signed int)( 9000000, 9000000, 9000000,9000000);
9581 Iaux2.v= (vector signed int){-1003800, -1003700, 0,1003300};
9582 Iaux1.v= (vector signed int){ 9000000, 9000000, 9000000,9000000};
9584 Iaux2.v= (vector signed int)(-1003800, -1003700, 0,1003300);
9585 Iaux1.v= (vector signed int)( 9000000, 9000000, 9000000,9000000);
9601 UIaux2.v= (vector unsigned int){0xFFFFF000, 12345678, 0, 1};
9602 UIaux1.v= (vector unsigned int){0xFFFFFFF0, 20000000, 9, 9};
9604 UIaux2.v= (vector unsigned int)(0xFFFFF000, 12345678, 0, 1);
9605 UIaux1.v= (vector unsigned int)(0xFFFFFFF0, 20000000, 9, 9);
9614 UIaux2.v= (vector unsigned int){0xFFFFF000, 12345678, 0, 1};
9615 UIaux1.v= (vector unsigned int){0xFFFFFFF0, 12345678, 9, 9};
9617 UIaux2.v= (vector unsigned int)(0xFFFFF000, 12345678, 0, 1);
9618 UIaux1.v= (vector unsigned int)(0xFFFFFFF0, 12345678, 9, 9);
9627 UIaux2.v= (vector unsigned int){0xFFFFF000, 12345678, 0, 1};
9628 UIaux1.v= (vector unsigned int){0xFFFFFFF0, 10000000, 9, 9};
9630 UIaux2.v= (vector unsigned int)(0xFFFFF000, 12345678, 0, 1);
9631 UIaux1.v= (vector unsigned int)(0xFFFFFFF0, 10000000, 9, 9);
9647 Faux2.v= (vector float) {-1.5, 1.0, 0.5, -3.999};
9648 Faux1.v= (vector float) { 0.0, 3.5, 0.55, -1.5};
9650 Faux2.v= (vector float) (-1.5, 1.0, 0.5, -3.999);
9651 Faux1.v= (vector float) ( 0.0, 3.5, 0.55, -1.5);
9660 Faux2.v= (vector float) {-1.5, 1.0, 0.5, -3.999};
9661 Faux1.v= (vector float) { 0.0, 3.5, 0.5, -1.5};
9663 Faux2.v= (vector float) (-1.5, 1.0, 0.5, -3.999);
9664 Faux1.v= (vector float) ( 0.0, 3.5, 0.5, -1.5);
9673 Faux2.v= (vector float) {-1.5, 1.0, 0.5, -3.999};
9674 Faux1.v= (vector float) { 0.0, 3.5,-0.5, -1.5};
9676 Faux2.v= (vector float) (-1.5, 1.0, 0.5, -3.999);
9677 Faux1.v= (vector float) ( 0.0, 3.5,-0.5, -1.5);
9697 Faux1.v= (vector float) { 0.0, 3.5, 0.55, -1.5};
9699 Faux1.v= (vector float) ( 0.0, 3.5, 0.55, -1.5);
9708 Faux1.v= (vector float) { 0.0, 3.5, NAN, -1.5};
9710 Faux1.v= (vector float) ( 0.0, 3.5, NAN, -1.5);
9719 Faux1.v= (vector float) { NAN, 3.5, NAN, -1.5};
9721 Faux1.v= (vector float) ( NAN, 3.5, NAN, -1.5);
9740 Caux1.v= (vector signed char){-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7};
9741 Caux2.v= (vector signed char){-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7};
9743 Caux1.v= (vector signed char)(-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7);
9744 Caux2.v= (vector signed char)(-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7);
9753 Caux1.v= (vector signed char){-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7};
9754 Caux2.v= (vector signed char){-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7};
9756 Caux1.v= (vector signed char)(-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7);
9757 Caux2.v= (vector signed char)(-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7);
9766 Caux1.v= (vector signed char){-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7};
9767 Caux2.v= (vector signed char){-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7};
9769 Caux1.v= (vector signed char)(-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7);
9770 Caux2.v= (vector signed char)(-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7);
9786 UCaux1.v= (vector unsigned char){200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17};
9787 UCaux2.v= (vector unsigned char){200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17};
9789 UCaux1.v= (vector unsigned char)(200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17);
9790 UCaux2.v= (vector unsigned char)(200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17);
9799 UCaux1.v= (vector unsigned char){200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17};
9800 UCaux2.v= (vector unsigned char){200, 201, 206, 205, 0, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17};
9802 UCaux1.v= (vector unsigned char)(200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17);
9803 UCaux2.v= (vector unsigned char)(200, 201, 206, 205, 0, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17);
9812 UCaux1.v= (vector unsigned char){200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17};
9813 UCaux2.v= (vector unsigned char){200, 201, 206, 206, 0, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17};
9815 UCaux1.v= (vector unsigned char)(200, 201, 206, 205, 204, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17);
9816 UCaux2.v= (vector unsigned char)(200, 201, 206, 206, 0, 203, 202, 201, 200, 101, 102, 13, 14, 15, 16, 17);
9832 Saux1.v= (vector signed short){-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100};
9833 Saux2.v= (vector signed short){-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100};
9835 Saux1.v= (vector signed short)(-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100);
9836 Saux2.v= (vector signed short)(-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100);
9845 Saux1.v= (vector signed short){-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100};
9846 Saux2.v= (vector signed short){-3800, 3700, -3600, -3500, 0, 3300, 3200, 3100};
9848 Saux1.v= (vector signed short)(-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100);
9849 Saux2.v= (vector signed short)(-3800, 3700, -3600, -3500, 0, 3300, 3200, 3100);
9858 Saux1.v= (vector signed short){-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100};
9859 Saux2.v= (vector signed short){-3800, -3700, -3600, -3500, 0, 3300, 3100, 3100};
9861 Saux1.v= (vector signed short)(-3800, -3700, -3600, -3500, 0, 3300, 3200, 3100);
9862 Saux2.v= (vector signed short)(-3800, -3700, -3600, -3500, 0, 3300, 3100, 3100);
9878 USaux1.v= (vector unsigned short){48000, 47000, 46000, 45000, 0, 3300, 3200, 3100};
9879 USaux2.v= (vector unsigned short){48000, 47000, 46000, 45000, 0, 3300, 3200, 3100};
9881 USaux1.v= (vector unsigned short)(48000, 47000, 46000, 45000, 0, 3300, 3200, 3100);
9882 USaux2.v= (vector unsigned short)(48000, 47000, 46000, 45000, 0, 3300, 3200, 3100);
9891 USaux1.v= (vector unsigned short){48000, 47000, 46000, 45000, 0, 3300, 3200, 3100};
9892 USaux2.v= (vector unsigned short){48000, 47000, 46000, 45000, 0, 3300, 3100, 3100};
9894 USaux1.v= (vector unsigned short)(48000, 47000, 46000, 45000, 0, 3300, 3200, 3100);
9895 USaux2.v= (vector unsigned short)(48000, 47000, 46000, 45000, 0, 3300, 3100, 3100);
9904 USaux1.v= (vector unsigned short){48000, 47000, 46000, 45000, 0, 3300, 3200, 3100};
9905 USaux2.v= (vector unsigned short){48000, 47000, 46000, 0, 0, 3300, 3100, 3100};
9907 USaux1.v= (vector unsigned short)(48000, 47000, 46000, 45000, 0, 3300, 3200, 3100);
9908 USaux2.v= (vector unsigned short)(48000, 47000, 46000, 0, 0, 3300, 3100, 3100);
9924 Iaux1.v= (vector signed int){-1003800, -1003700, 0,1003300};
9925 Iaux2.v= (vector
9927 Iaux1.v= (vector signed int)(-1003800, -1003700, 0,1003300);
9928 Iaux2.v= (vector signed int)(-1003800, -1003700, 0,1003300);
9937 Iaux1.v= (vector signed int){-1003800, -1003700, 0,1003300};
9938 Iaux2.v= (vector signed int){-1003800, -1003700, 0,1113300};
9940 Iaux1.v= (vector signed int)(-1003800, -1003700, 0,1003300);
9941 Iaux2.v= (vector signed int)(-1003800, -1003700, 0,1113300);
9950 Iaux1.v= (vector signed int){-1003800, -1003700, 0,1003300};
9951 Iaux2.v= (vector signed int){-1003800, 10, 0,1113300};
9953 Iaux1.v= (vector signed int)(-1003800, -1003700, 0,1003300);
9954 Iaux2.v= (vector signed int)(-1003800, 10, 0,1113300);
9970 UIaux1.v= (vector unsigned int){0xFFFFF000, 12345678, 0, 1};
9971 UIaux2.v= (vector unsigned int){0xFFFFF000, 12345678, 0, 1};
9973 UIaux1.v= (vector unsigned int)(0xFFFFF000, 12345678, 0, 1);
9974 UIaux2.v= (vector unsigned int)(0xFFFFF000, 12345678, 0, 1);
9983 UIaux1.v= (vector unsigned int){0xFFFFF000, 12345678, 0, 1};
9984 UIaux2.v= (vector unsigned int){0xFFFFF000, 12345678, 5, 1};
9986 UIaux1.v= (vector unsigned int)(0xFFFFF000, 12345678, 0, 1);
9987 UIaux2.v= (vector unsigned int)(0xFFFFF000, 12345678, 5, 1);
9996 UIaux1.v= (vector unsigned int){0xFFFFF000, 12345678, 0, 1};
9997 UIaux2.v= (vector unsigned int){0xFFFFFFF0, 12345678, 5, 1};
9999 UIaux1.v= (vector unsigned int)(0xFFFFF000, 12345678, 0, 1);
10000 UIaux2.v= (vector unsigned int)(0xFFFFFFF0, 12345678, 5, 1);
10016 Faux1.v= (vector float) {-1.5, 1.0, 0.5, -3.999};
10017 Faux2.v= (vector float) {-1.5, 1.0, 0.5, -3.999};
10019 Faux1.v= (vector float) (-1.5, 1.0, 0.5, -3.999);
10020 Faux2.v= (vector float) (-1.5, 1.0, 0.5, -3.999);
10029 Faux1.v= (vector float) {-1.5, 1.0, 0.5, -3.999};
10030 Faux2.v= (vector float) {-1.5, 1.0, 0.5, -3.998};
10032 Faux1.v= (vector float) (-1.5, 1.0, 0.5, -3.999);
10033 Faux2.v= (vector float) (-1.5, 1.0, 0.5, -3.998);
10042 Faux1.v= (vector float) {-1.5, 1.0, 0.5, -3.999};
10043 Faux2.v= (vector float) {-1.5, 0.0, 0.5, -3.998};
10045 Faux1.v= (vector float) (-1.5, 1.0, 0.5, -3.999);
10046 Faux2.v= (vector float) (-1.5, 0.0, 0.5, -3.998);
10066 Faux1.v= (vector float) { 0.0, 3.5, 0.55, -1.5};
10067 Faux2.v= (vector float) {-1.5, 1.0, 0.5, -3.999};
10069 Faux1.v= (vector float) ( 0.0, 3.5, 0.55, -1.5);
10070 Faux2.v= (vector float) (-1.5, 1.0, 0.5, -3.999);
10080 Faux1.v= (vector float) { 0.0, 3.5, 0.55, -1.5};
10081 Faux2.v= (vector float) {-1.5, 1.0, 0.55, -3.999};
10083 Faux1.v= (vector float) ( 0.0, 3.5, 0.55, -1.5);
10084 Faux2.v= (vector float) (-1.5, 1.0, 0.55, -3.999);
10094 Faux1.v= (vector float) { 0.0, 3.5, 0.55, -1.5};
10095 Faux2.v= (vector float) {-1.5, 5.0, 0.5, -3.999};
10097 Faux1.v= (vector float) ( 0.0, 3.5, 0.55, -1.5);
10098 Faux2.v= (vector float) (-1.5, 5.0, 0.5, -3.999);
10108 Faux1.v= (vector float) { 0.0, 3.5, 0.55, -1.5};
10109 Faux2.v= (vector float) {-1.5, 1.0, NAN, -3.999};
10111 Faux1.v= (vector float) ( 0.0, 3.5, 0.55, -1.5);
10112 Faux2.v= (vector float) (-1.5, 1.0, NAN, -3.999);
10133 Faux1.v= (vector float) { 0.0, 3.5, 0.55, -1.5};
10134 Faux2.v= (vector float) {-1.5, 1.0, 0.5, -3.999};
10136 Faux1.v= (vector float) ( 0.0, 3.5, 0.55, -1.5);
10137 Faux2.v= (vector float) (-1.5, 1.0, 0.5, -3.999);
10147 Faux1.v= (vector float) { 0.0, 3.5, 0.55, -1.5};
10148 Faux2.v= (vector float) {-1.5, 1.0, 0.55, -3.999};
10150 Faux1.v= (vector float) ( 0.0, 3.5, 0.55, -1.5);
10151 Faux2.v= (vector float) (-1.5, 1.0, 0.55, -3.999);
10161 Faux1.v= (vector float) { 0.0, 3.5, 0.55, -1.5};
10162 Faux2.v= (vector float) {-1.5, 5.0, 0.5, -3.999};
10164 Faux1.v= (vector float) ( 0.0, 3.5, 0.55, -1.5);
10165 Faux2.v= (vector float) (-1.5, 5.0, 0.5, -3.999);
10175 Faux1.v= (vector float) { 0.0, 3.5, 0.55, -1.5};
10176 Faux2.v= (vector float) {-1.5, 1.0, NAN, -3.999};
10178 Faux1.v= (vector float) ( 0.0, 3.5, 0.55, -1.5);
10179 Faux2.v= (vector float) (-1.5, 1.0, NAN, -3.999);
10200 Faux1.v= (vector float) {-1.5, 1.0, 0.5, -3.999};
10201 Faux2.v= (vector float) { 0.0, 3.5, 0.55, -1.5};
10203 Faux1.v= (vector float) (-1.5, 1.0, 0.5, -3.999);
10204 Faux2.v= (vector float) ( 0.0, 3.5, 0.55, -1.5);
10214 Faux1.v= (vector float) {-1.5, 1.0, 0.55, -3.999};
10215 Faux2.v= (vector float) { 0.0, 3.5, 0.55, -1.5};
10217 Faux1.v= (vector float) (-1.5, 1.0, 0.55, -3.999);
10218 Faux2.v= (vector float) ( 0.0, 3.5, 0.55, -1.5);
10228 Faux1.v= (vector float) {-1.5, 5.0, 0.5, -3.999};
10229 Faux2.v= (vector float) { 0.0, 3.5, 0.55, -1.5};
10231 Faux1.v= (vector float) (-1.5, 5.0, 0.5, -3.999);
10232 Faux2.v= (vector float) ( 0.0, 3.5, 0.55, -1.5);
10242 Faux1.v= (vector float) {-1.5, 1.0, NAN, -3.999};
10243 Faux2.v= (vector float) { 0.0, 3.5, 0.55, -1.5};
10245 Faux1.v= (vector float) (-1.5, 1.0, NAN, -3.999);
10246 Faux2.v= (vector float) ( 0.0, 3.5, 0.55, -1.5);
10267 Faux1.v= (vector float) {-1.5, 1.0, 0.5, -3.999};
10268 Faux2.v= (vector float) { 0.0, 3.5, 0.55, -1.5};
10270 Faux1.v= (vector float) (-1.5, 1.0, 0.5, -3.999);
10271 Faux2.v= (vector float) ( 0.0, 3.5, 0.55, -1.5);
10281 Faux1.v= (vector float) {-1.5, 1.0, 0.55, -3.999};
10282 Faux2.v= (vector float) { 0.0, 3.5, 0.55, -1.5};
10284 Faux1.v= (vector float) (-1.5, 1.0, 0.55, -3.999);
10285 Faux2.v= (vector float) ( 0.0, 3.5, 0.55, -1.5);
10296 Faux1.v= (vector float) {-1.5, 5.0, 0.5, -3.999};
10297 Faux2.v= (vector float) { 0.0, 3.5, 0.55, -1.5};
10299 Faux1.v= (vector float) (-1.5, 5.0, 0.5, -3.999);
10300 Faux2.v= (vector float) ( 0.0, 3.5, 0.55, -1.5);
10310 Faux1.v= (vector float) {-1.5, 1.0, NAN, -3.999};
10311 Faux2.v= (vector float) { 0.0, 3.5, 0.55, -1.5};
10313 Faux1.v= (vector float) (-1.5, 1.0, NAN, -3.999);
10314 Faux2.v= (vector float) ( 0.0, 3.5, 0.55, -1.5);
10335 Faux1.v= (vector float) { NAN, NAN, NAN, NAN};
10337 Faux1.v= (vector float) ( NAN, NAN, NAN, NAN);
10346 Faux1.v= (vector float) { NAN, 3.5, NAN, NAN};
10348 Faux1.v= (vector float) ( NAN, 3.5, NAN, NAN);
10357 Faux1.v= (vector float) { -1.5, 3.5, 0.55, -1.5};
10359 Faux1.v= (vector float) ( -1.5, 3.5, 0.55, -1.5);
10390 Faux1.v = (vector float){-0.5, 1.0, 0, -0.999};
10392 Faux1.v = (vector float)(-0.5, 1.0, 0, -0.999);