Searched refs:vec_round (Results 1 – 15 of 15) sorted by relevance
524 vf = vec_round(vf); in test_float()527 vd = vec_round(vd); in test_float()
316 vd = vec_round(vd); in test_float()
827 vf = vec_round(vf); in test_float()830 vd = vec_round(vd); in test_float()
4552 vd = vec_round(vd); in test_float()
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()
280 res_vf = vec_round(vf); in test1()284 res_vd = vec_round(vd); in test1()
3081 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); }
9195 vec_round(__vector float __a) { in vec_round() function9201 vec_round(__vector double __a) { in vec_round() function
8062 static __inline__ vector float __ATTRS_o_ai vec_round(vector float __a) { in vec_round() function8071 static __inline__ vector double __ATTRS_o_ai vec_round(vector double __a) { in vec_round() function
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