Searched refs:vec_ctf (Results 1 - 4 of 4) sorted by relevance

/external/eigen/Eigen/src/Core/arch/AltiVec/
H A DPacketMath.h70 static Packet4f p4f_ONE = vec_ctf(p4i_ONE, 0);
/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c1049 /* vec_ctf */
1050 res_vf = vec_ctf(vi, param_i);
1054 res_vf = vec_ctf(vui, 0);
/external/clang/lib/Headers/
H A Daltivec.h1564 /* vec_ctf */
1567 vec_ctf(vector int __a, int __b) function
1573 vec_ctf(vector unsigned int __a, int __b) function
/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.c1587 /* Function vec_ctf */
1591 Faux1.v = vec_ctf( Icons1, 2 );
1597 printf("Function vec_ctf [type integer] ===> Error\n");
1599 printf("Function vec_ctf [type integer] ===> OK\n");
1603 Faux1.v = vec_ctf( UIcons1, 2 );
1609 printf("Function vec_ctf [type unsigned int] ===> Error\n");
1611 printf("Function vec_ctf [type unsigned int] ===> OK\n");

Completed in 346 milliseconds