Home
last modified time | relevance | path

Searched refs:vec_cts (Results 1 – 5 of 5) sorted by relevance

/external/eigen/Eigen/src/Core/arch/AltiVec/
DMathFunctions.h188 emm0 = vec_cts(fx, 0);
237 return vec_cts(x, 0); // TODO: check clang version. in ConvertToPacket2l()
/external/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c1036 res_vsll = vec_cts(vd, 0); in test1()
1042 res_vsll = vec_cts(vd, 31); in test1()
Dbuiltins-ppc-altivec.c1134 res_vi = vec_cts(vf, 0); in test6()
/external/clang/lib/Headers/
Daltivec.h1978 static __inline__ vector int __ATTRS_o_ai vec_cts(vector float __a, int __b) { in vec_cts() function
1984 vec_cts(vector double __a, int __b) { in vec_cts() function
/external/valgrind/none/tests/ppc32/
DtestVMX.c1619 Iaux1.v = vec_cts( Fcons3, 2 ); in main()