Searched refs:s_half (Results 1 – 1 of 1) sorted by relevance
1597 vec_float4 s_half, s_one, d; in vec_round() local1604 s_half = (vec_float4)(spu_sel((vec_uint4)(half), (vec_uint4)(a), msb)); in vec_round()1605 a = spu_add(a, s_half); in vec_round()1606 s_one = spu_add(s_half, s_half); in vec_round()