Searched refs:vec_trunc (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-vsx.c723 res_vf = vec_trunc(vf);
727 res_vd = vec_trunc(vd);
H A Dbuiltins-ppc-altivec.c5422 /* vec_trunc */
5423 res_vf = vec_trunc(vf);
H A Dbuiltins-systemz-zvector.c2956 vd = vec_trunc(vd);
/external/clang/lib/Headers/
H A Daltivec.h9802 /* vec_trunc */
9805 vec_trunc(vector float __a) { function
9814 static vector double __ATTRS_o_ai vec_trunc(vector double __a) { function
H A Dvecintrin.h7382 /*-- vec_trunc --------------------------------------------------------------*/
7385 vec_trunc(vector double __a) { function
7386 // On this platform, vec_trunc never triggers the IEEE-inexact exception.
/external/valgrind/none/tests/ppc32/
H A DtestVMX.c6213 /* Function vec_trunc */
6217 Faux2.v = vec_trunc( Faux1.v );
6225 printf("Function vec_trunc [type float] ===> Error\n");
6227 printf("Function vec_trunc [type float] ===> OK\n");

Completed in 236 milliseconds