Home
last modified time | relevance | path

Searched refs:vec_round (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c265 res_vf = vec_round(vf); in test1()
269 res_vd = vec_round(vd); in test1()
Dbuiltins-systemz-zvector.c2960 vd = vec_round(vd); in test_float()
Dbuiltins-ppc-altivec.c2908 res_vf = vec_round(vf); in test6()
/external/eigen/Eigen/src/Core/arch/ZVector/
DPacketMath.h629 res.v4f[0] = vec_round(a.v4f[0]);
630 res.v4f[1] = vec_round(a.v4f[1]);
633 template<> EIGEN_STRONG_INLINE Packet2d pround<Packet2d>(const Packet2d& a) { return vec_round(a); }
/external/eigen/Eigen/src/Core/arch/AltiVec/
DPacketMath.h409 template<> EIGEN_STRONG_INLINE Packet4f pround<Packet4f>(const Packet4f& a) { return vec_round(a); }
925 template<> EIGEN_STRONG_INLINE Packet2d pround<Packet2d>(const Packet2d& a) { return vec_round(a); }
/external/clang/lib/Headers/
Daltivec.h6365 static __inline__ vector float __ATTRS_o_ai vec_round(vector float __a) { in vec_round() function
6374 static __inline__ vector double __ATTRS_o_ai vec_round(vector double __a) { in vec_round() function
Dvecintrin.h7400 vec_round(vector double __a) { in vec_round() function
/external/valgrind/none/tests/ppc32/
DtestVMX.c3941 Faux1.v = vec_round( Fcons1 ); in part3()