Home | History | Annotate | Download | only in ppc32

Lines Matching refs:vec_abs

483 /*    Function vec_abs    */
486 Caux1.v = vec_abs( Ccons1 );
492 printf("Function vec_abs [type char] ===> Error\n");
494 printf("Function vec_abs [type char] ===> OK\n");
497 Saux1.v = vec_abs( Scons1 );
503 printf("Function vec_abs [type short] ===> Error\n");
505 printf("Function vec_abs [type short] ===> OK\n");
508 Iaux1.v = vec_abs( Icons1 );
514 printf("Function vec_abs [type integer] ===> Error\n");
516 printf("Function vec_abs [type integer] ===> OK\n");
520 Faux1.v = vec_abs( Fcons1 );
526 printf("Function vec_abs [type float] ===> Error\n");
528 printf("Function vec_abs [type float] ===> OK\n");