Home | History | Annotate | Download | only in ppc32

Lines Matching refs:vec_cmplt

1456 /*    Function vec_cmplt    */
1459 BCaux1.v = vec_cmplt( Ccons1, Ccons2 );
1472 printf("Function vec_cmplt [type char] ===> Error\n");
1474 printf("Function vec_cmplt [type char] ===> OK\n");
1477 BCaux1.v = vec_cmplt( UCcons1, UCcons2 );
1490 printf("Function vec_cmplt [type unsigned char] ===> Error\n");
1492 printf("Function vec_cmplt [type unsigned char] ===> OK\n");
1495 BSaux1.v = vec_cmplt( Scons1, Scons2 );
1508 printf("Function vec_cmplt [type short] ===> Error\n");
1510 printf("Function vec_cmplt [type short] ===> OK\n");
1513 BSaux1.v = vec_cmplt( UScons1, UScons2 );
1526 printf("Function vec_cmplt [type unsigned short] ===> Error\n");
1528 printf("Function vec_cmplt [type unsigned short] ===> OK\n");
1531 BIaux1.v = vec_cmplt( Icons1, Icons2 );
1544 printf("Function vec_cmplt [type integer] ===> Error\n");
1546 printf("Function vec_cmplt [type integer] ===> OK\n");
1549 BIaux1.v = vec_cmplt( UIcons1, UIcons2 );
1562 printf("Function vec_cmplt [type unsigned int] ===> Error\n");
1564 printf("Function vec_cmplt [type unsigned int] ===> OK\n");
1568 BIaux1.v = vec_cmplt( Fcons1, Fcons2 );
1581 printf("Function vec_cmplt [type float] ===> Error\n");
1583 printf("Function vec_cmplt [type float] ===> OK\n");