Home | History | Annotate | Download | only in ppc32

Lines Matching refs:vec_cmpgt

1304 /*    Function vec_cmpgt    */
1307 BCaux1.v = vec_cmpgt( Ccons1, Ccons2 );
1320 printf("Function vec_cmpgt [type char] ===> Error\n");
1322 printf("Function vec_cmpgt [type char] ===> OK\n");
1325 BCaux1.v = vec_cmpgt( UCcons1, UCcons2 );
1338 printf("Function vec_cmpgt [type unsigned char] ===> Error\n");
1340 printf("Function vec_cmpgt [type unsigned char] ===> OK\n");
1343 BSaux1.v = vec_cmpgt( Scons1, Scons2 );
1356 printf("Function vec_cmpgt [type short] ===> Error\n");
1358 printf("Function vec_cmpgt [type short] ===> OK\n");
1361 BSaux1.v = vec_cmpgt( UScons1, UScons2 );
1374 printf("Function vec_cmpgt [type unsigned short] ===> Error\n");
1376 printf("Function vec_cmpgt [type unsigned short] ===> OK\n");
1379 BIaux1.v = vec_cmpgt( Icons1, Icons2 );
1392 printf("Function vec_cmpgt [type integer] ===> Error\n");
1394 printf("Function vec_cmpgt [type integer] ===> OK\n");
1397 BIaux1.v = vec_cmpgt( UIcons1, UIcons2 );
1410 printf("Function vec_cmpgt [type unsigned int] ===> Error\n");
1412 printf("Function vec_cmpgt [type unsigned int] ===> OK\n");
1416 BIaux1.v = vec_cmpgt( Fcons1, Fcons2 );
1429 printf("Function vec_cmpgt [type float] ===> Error\n");
1431 printf("Function vec_cmpgt [type float] ===> OK\n");