Lines Matching refs:vec_xor
6294 /* Function vec_xor */
6299 UCaux3.v = vec_xor( UCaux1.v, UCaux2.v );
6307 printf("Function vec_xor [type unsigned char] ===> Error\n");
6309 printf("Function vec_xor [type unsigned char] ===> OK\n");
6314 Caux3.v = vec_xor( Caux1.v, Caux2.v );
6322 printf("Function vec_xor [type char] ===> Error\n");
6324 printf("Function vec_xor [type char] ===> OK\n");
6329 USaux3.v = vec_xor( USaux1.v, USaux2.v );
6337 printf("Function vec_xor [type unsigned short] ===> Error\n");
6339 printf("Function vec_xor [type unsigned short] ===> OK\n");
6344 Saux3.v = vec_xor( Saux1.v, Saux2.v );
6352 printf("Function vec_xor [type short] ===> Error\n");
6354 printf("Function vec_xor [type short] ===> OK\n");
6359 UIaux3.v = vec_xor( UIaux1.v, UIaux2.v );
6367 printf("Function vec_xor [type unsigned int] ===> Error\n");
6369 printf("Function vec_xor [type unsigned int] ===> OK\n");
6374 Iaux3.v = vec_xor( Iaux1.v, Iaux2.v );
6382 printf("Function vec_xor [type int] ===> Error\n");
6384 printf("Function vec_xor [type int] ===> OK\n");
6390 Faux3.v = vec_xor( Faux1.v, Faux2.v );
6399 printf("Function vec_xor [type float] ===> Error\n");
6401 printf("Function vec_xor [type float] ===> OK\n");