Searched refs:vec_ctf (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 1060 res_vd = vec_ctf(vsll, 0); in test1() 1066 res_vd = vec_ctf(vsll, 31); in test1() 1072 res_vd = vec_ctf(vull, 0); in test1() 1078 res_vd = vec_ctf(vull, 31); in test1()
|
D | builtins-ppc-altivec.c | 1117 res_vf = vec_ctf(vi, 0); in test6() 1121 res_vf = vec_ctf(vui, 0); in test6()
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | MathFunctions.h | 114 Packet4f e = padd(vec_ctf(emm0, 0), p4f_1);
|
D | PacketMath.h | 77 static Packet4f p4f_ONE = vec_ctf(p4i_ONE, 0); //{ 1.0, 1.0, 1.0, 1.0}
|
/external/clang/lib/Headers/ |
D | altivec.h | 1937 static __inline__ vector float __ATTRS_o_ai vec_ctf(vector int __a, int __b) { in vec_ctf() function 1941 static __inline__ vector float __ATTRS_o_ai vec_ctf(vector unsigned int __a, in vec_ctf() function 1948 vec_ctf(vector unsigned long long __a, int __b) { in vec_ctf() function 1955 vec_ctf(vector signed long long __a, int __b) { in vec_ctf() function
|