Searched refs:vec_round (Results 1 – 7 of 7) sorted by relevance
265 res_vf = vec_round(vf); in test1()269 res_vd = vec_round(vd); in test1()
2960 vd = vec_round(vd); in test_float()
2908 res_vf = vec_round(vf); in test6()
629 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); }
409 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); }
6365 static __inline__ vector float __ATTRS_o_ai vec_round(vector float __a) { in vec_round() function6374 static __inline__ vector double __ATTRS_o_ai vec_round(vector double __a) { in vec_round() function
7400 vec_round(vector double __a) { in vec_round() function